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
/
PusherData
Pusher
Data
@
Serializable
(
with
=
PusherData.Serializer::class
)
data
class
PusherData
(
val
format
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
customFields
:
JsonObject
?
=
null
)
Members
Constructors
Pusher
Data
Link copied to clipboard
constructor
(
format
:
String
?
=
null
,
url
:
String
?
=
null
,
customFields
:
JsonObject
?
=
null
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
PusherData
>
Properties
custom
Fields
Link copied to clipboard
val
customFields
:
JsonObject
?
format
Link copied to clipboard
val
format
:
String
?
url
Link copied to clipboard
val
url
:
String
?