sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
PushMessage
Push
Message
data
class
PushMessage
(
val
type
:
String
=
"push"
,
var
data
:
Any
?
=
null
)
Members
Constructors
Push
Message
Link copied to clipboard
constructor
(
type
:
String
=
"push"
,
data
:
Any
?
=
null
)
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
var
data
:
Any
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String