BrazePushEvent

data class BrazePushEvent(val eventType: BrazePushEventType, val notificationPayload: BrazeNotificationPayload)

Event dispatched when a push notification is received, opened, or deleted.

Constructors

Link copied to clipboard
constructor(eventType: BrazePushEventType, notificationPayload: BrazeNotificationPayload)

Properties

Link copied to clipboard

The type of push event (received, opened, or deleted).

Link copied to clipboard

The payload data of the push notification.