RegionNotificationEvent

class RegionNotificationEvent(val notificationMessage: NotificationMessage) : SdkEvent

Event published when a region-based notification needs to be displayed. This event is used to decouple region messaging (geofence/proximity) from notification display.

Constructors

Link copied to clipboard
constructor(notificationMessage: NotificationMessage)

Properties

Link copied to clipboard

The notification message to display

Functions

Link copied to clipboard
fun toJson(): JSONObject
Link copied to clipboard
open override fun toString(): String