mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.api.entity.request
/
PushSubscription
Push
Subscription
@
Serializable
data
class
PushSubscription
(
val
endpoint
:
String
,
val
keys
:
PushKeys
)
Push subscription
Members
Constructors
Push
Subscription
Link copied to clipboard
constructor
(
endpoint
:
String
,
keys
:
PushKeys
)
Properties
endpoint
Link copied to clipboard
val
endpoint
:
String
Endpoint URL that is called when a notification event occurs.
keys
Link copied to clipboard
val
keys
:
PushKeys
Push server keys.