NSPocketNotificationMessage
Describes behavior and content for a push notification message.
Describes behavior and content for a push notification message.
Initializes a new instance of the NSPocketNotificationMessage class.
Returns: CRMScript.Global.DateTime - If the message is about some event happening at a specific date and time.
Example:
Returns: CRMScript.Native.TimeSpan - Specify duration of the event.
Example:
Returns: CRMScript.Native.Map - Additional key/value properties to include in the message.
Example:
Returns: CRMScript.Global.String - The notification message body.
Example:
Returns: CRMScript.Global.Integer - If the message is about some specific database record, this could be its primary key.
Example:
Returns: CRMScript.Global.Bool - Indicates wether or not the message will vibrate/play a sound when delivered.
Example:
Returns: CRMScript.Global.Integer - Specifies how many minutes the message should be valid.
Example:
Returns: CRMScript.Global.String - Title for the notification.
Example:
Returns: CRMScript.Global.Integer - The type of notification this is. See <xref href=“CRMScript.NetServer.NotificationMessageType” data-throw-if-not-resolved=“false”></xref>.
Example:
Returns: CRMScript.Global.String - A URL associated with the notification that will be handled by Pocket.
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSPocketAgentSend Push NotificationNotification HandledNotifications HandledRegister Device For Push NotificationNotifications