Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

NowPushPayload protocol

NowPushPayload is a generic protocol you can use to define a push notification protocol within the NowSDK framework.

NameTypeDescription
messageStringMessage 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