Exemple #1
0
 public void SetAndroid(PlatformNotification android)
 {
     this.android = android;
 }
Exemple #2
0
 public void SetIos(PlatformNotification ios)
 {
     this.ios = ios;
 }