SubscriptionResponse

data class SubscriptionResponse(var channelId: String, var subscriptionInfo: SubscriptionInfo)

The subscription response object returned from `PushManager::subscribe`

Constructors

Link copied to clipboard
constructor(channelId: String, subscriptionInfo: SubscriptionInfo)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard