CKNotificationInfo.ShouldSendContentAvailable Property

Definition

Gets or sets a Boolean value that controls whether the application should be either launched or awakened, if it is not running or is sleeping, to download the notification content. true indicates that the app should launch or be awakened. Default is false.

public virtual bool ShouldSendContentAvailable { [Foundation.Export("shouldSendContentAvailable")] get; [Foundation.Export("setShouldSendContentAvailable:")] set; }
member this.ShouldSendContentAvailable : bool with get, set

Property Value

Attributes

Applies to