NowPushPayload protocol
NowPushPayload is a generic protocol you can use to define a push notification protocol within the NowSDK framework.
| Name | Type | Description |
|---|---|---|
| message | String | Message displayed to the user in the push notification, located in the body field of the push notification. |
| type | `NowPushType: String, Codable` | Type of push notification.Possible values: - launchVirtualAgent |
Parent Topic:Mobile SDK - iOS