trixnity-clientserverapi-model
Toggle table of contents
4.16.9
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.push
/
SetPushers
/
Request
Request
@
Serializable
(
with
=
SetPushersRequestSerializer::class
)
sealed
interface
Request
Inheritors
Set
Remove
Members
Types
Remove
Link copied to clipboard
@
Serializable
data
class
Remove
(
val
appId
:
String
,
val
pushkey
:
String
)
:
SetPushers.Request
Set
Link copied to clipboard
@
Serializable
data
class
Set
(
val
appId
:
String
,
val
pushkey
:
String
,
val
kind
:
String
,
val
appDisplayName
:
String
,
val
deviceDisplayName
:
String
,
val
lang
:
String
,
val
data
:
PusherData
,
val
append
:
Boolean
?
=
null
,
val
profileTag
:
String
?
=
null
)
:
SetPushers.Request
Properties
app
Id
Link copied to clipboard
abstract
val
appId
:
String
kind
Link copied to clipboard
abstract
val
kind
:
String
?
pushkey
Link copied to clipboard
abstract
val
pushkey
:
String