toggle menu
SkyWay Android SDK
androidJvm
switch theme
search in API
SkyWay Android SDK
/
com.ntt.skyway.core.channel.member
/
Member
/
Init
Init
data
class
Init
(
val
name
:
String
?
=
null
,
val
metadata
:
String
?
=
null
,
val
keepaliveIntervalSec
:
Int
=
30
,
val
keepaliveIntervalGapSec
:
Int
=
30
,
val
type
:
Member.Type
=
Type.PERSON
,
val
subtype
:
String
=
""
)
Memberの初期設定。
Members
Constructors
Init
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
metadata
:
String
?
=
null
,
keepaliveIntervalSec
:
Int
=
30
,
keepaliveIntervalGapSec
:
Int
=
30
,
type
:
Member.Type
=
Type.PERSON
,
subtype
:
String
=
""
)
Properties
keepalive
Interval
Gap
Sec
Link copied to clipboard
val
keepaliveIntervalGapSec
:
Int
=
30
生存確認の間隔を超えてChannelからMemberが削除されるまでの時間。
keepalive
Interval
Sec
Link copied to clipboard
val
keepaliveIntervalSec
:
Int
=
30
生存確認の間隔。
metadata
Link copied to clipboard
val
metadata
:
String
?
=
null
Metadata。
name
Link copied to clipboard
val
name
:
String
?
=
null
名前。
subtype
Link copied to clipboard
val
subtype
:
String
詳細な種別。
type
Link copied to clipboard
val
type
:
Member.Type
種別。