PushPayload
@objcMembers
final public class PushPayload : NSObject
Represents the data extracted from a Rezolve AI push notification.
-
Identifier of the zone that triggered the notification.
Declaration
Swift
public let zoneId: String -
Unique identifier of the notification.
Declaration
Swift
public let notificationId: String -
Identifier of the campaign the notification belongs to.
Declaration
Swift
public let campaignId: String -
Title text displayed in the notification.
Declaration
Swift
public let title: String -
Body text displayed in the notification.
Declaration
Swift
public let body: String
View on GitHub
Install in Dash