sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
PingMessage
Ping
Message
data
class
PingMessage
(
val
type
:
String
=
"ping"
,
val
stats
:
Boolean
?
)
Members
Constructors
Ping
Message
Link copied to clipboard
constructor
(
type
:
String
=
"ping"
,
stats
:
Boolean
?
)
Properties
stats
Link copied to clipboard
@
SerializedName
(
value
=
"stats"
)
val
stats
:
Boolean
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String