trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.push
/
SetPushers
/
Request
Request
@
Serializable
(
with
=
SetPushers.Request.Serializer::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
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
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