public PushNotification WithPlatformOptions(AndroidOptions options)
 {
     if (this.PlatformOptions == null)
         this.PlatformOptions = new PlatformOptions();
     this.PlatformOptions.Android = options;
     return this;
 }
Example #2
0
 public PushNotification WithPlatformOptions(AndroidOptions options)
 {
     if (this.PlatformOptions == null)
     {
         this.PlatformOptions = new PlatformOptions();
     }
     this.PlatformOptions.Android = options;
     return(this);
 }