class Teak.UserDataEvent

Event sent when data about the user becomes available, or gets updated.

Attributes

Name Type Description

additionalData

final JSONObject

A JSON object containing user-defined data received from the Teak server, or null.

emailStatus

final ChannelStatus

Status of the Teak email channel for this user.

pushStatus

final ChannelStatus

Status of the Teak push notification channel for this user.

smsStatus

final ChannelStatus

Status of the Teak SMS channel for this user.

pushRegistration

final Map<String, String>

Push registration information for this user, if push is enabled.