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