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
/
GetPushers
/
Response
/
Pusher
Pusher
@
Serializable
data
class
Pusher
(
val
appDisplayName
:
String
,
val
appId
:
String
,
val
data
:
PusherData
,
val
deviceDisplayName
:
String
,
val
kind
:
String
,
val
lang
:
String
,
val
profileTag
:
String
?
=
null
,
val
pushkey
:
String
)
Members
Constructors
Pusher
Link copied to clipboard
constructor
(
appDisplayName
:
String
,
appId
:
String
,
data
:
PusherData
,
deviceDisplayName
:
String
,
kind
:
String
,
lang
:
String
,
profileTag
:
String
?
=
null
,
pushkey
:
String
)
Properties
app
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"app_display_name"
)
val
appDisplayName
:
String
app
Id
Link copied to clipboard
@
SerialName
(
value
=
"app_id"
)
val
appId
:
String
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
PusherData
device
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"device_display_name"
)
val
deviceDisplayName
:
String
kind
Link copied to clipboard
@
SerialName
(
value
=
"kind"
)
val
kind
:
String
lang
Link copied to clipboard
@
SerialName
(
value
=
"lang"
)
val
lang
:
String
profile
Tag
Link copied to clipboard
@
SerialName
(
value
=
"profile_tag"
)
val
profileTag
:
String
?
pushkey
Link copied to clipboard
@
SerialName
(
value
=
"pushkey"
)
val
pushkey
:
String