public PushNotification WithPlatformOptions(IOsOptions options) { if (this.PlatformOptions == null) this.PlatformOptions = new PlatformOptions(); this.PlatformOptions.iOS = options; return this; }
public PushNotification WithPlatformOptions(IOsOptions options) { if (this.PlatformOptions == null) { this.PlatformOptions = new PlatformOptions(); } this.PlatformOptions.iOS = options; return(this); }