CKNotificationInfo.ShouldSendContentAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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