ApplePushMessage.JsonPayload 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.
As an alternative to building the notification by initializing the ApplePushMessage directly, it is possible to provide a complete JSON representation which will be sent to the Notification Hub unaltered.
public string JsonPayload { get; set; }
member this.JsonPayload : string with get, set
Public Property JsonPayload As String