PushSubscriptionChanged

data class PushSubscriptionChanged(var channelId: String, var scope: String)

An dictionary describing the push subscription that changed, the caller will receive a list of `PushSubscriptionChanged` when calling `PushManager::verify_connection`, one entry for each channel that the caller should resubscribe to

Constructors

Link copied to clipboard
constructor(channelId: String, scope: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard