sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
RedirectMessage
Redirect
Message
data
class
RedirectMessage
(
val
type
:
String
=
"redirect"
,
val
location
:
String
)
Members
Constructors
Redirect
Message
Link copied to clipboard
constructor
(
type
:
String
=
"redirect"
,
location
:
String
)
Properties
location
Link copied to clipboard
@
SerializedName
(
value
=
"location"
)
val
location
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String