ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
app.bsky.notification
/
UnregisterPushRequest
Unregister
Push
Request
@
Serializable
data
class
UnregisterPushRequest
(
val
serviceDid
:
Did
,
val
token
:
String
,
val
platform
:
UnregisterPushPlatform
,
val
appId
:
String
)
Members
Constructors
Unregister
Push
Request
Link copied to clipboard
constructor
(
serviceDid
:
Did
,
token
:
String
,
platform
:
UnregisterPushPlatform
,
appId
:
String
)
Properties
app
Id
Link copied to clipboard
val
appId
:
String
platform
Link copied to clipboard
val
platform
:
UnregisterPushPlatform
service
Did
Link copied to clipboard
val
serviceDid
:
Did
token
Link copied to clipboard
val
token
:
String