kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.push
/
SubscriptionResponse
Subscription
Response
data
class
SubscriptionResponse
(
var
channelId
:
String
,
var
subscriptionInfo
:
SubscriptionInfo
)
The subscription response object returned from `PushManager::subscribe`
Members
Constructors
Subscription
Response
Link copied to clipboard
constructor
(
channelId
:
String
,
subscriptionInfo
:
SubscriptionInfo
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
channel
Id
Link copied to clipboard
var
channelId
:
String
subscription
Info
Link copied to clipboard
var
subscriptionInfo
:
SubscriptionInfo