EnteredMember

data class EnteredMember(val channelId: String = "", val playerId: Long = 0, val timestamp: String = "", val timestampMillis: Long = 0)

채널에 입장한 멤버 객체
Member object who entered the channel


korean

채널에 입장한 멤버 정보로 ChannelListener.onEnteredMember 이벤트를 통해 전달 받는다.


english

The information of the member who entered the channel is received through the ChannelListener.onEnteredMember event.

Constructors

Link copied to clipboard
constructor(channelId: String = "", playerId: Long = 0, timestamp: String = "", timestampMillis: Long = 0)

Properties

Link copied to clipboard

channel id

Link copied to clipboard
val playerId: Long = 0

player id

Link copied to clipboard

entered timestamp (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ)

Link copied to clipboard

entered unix timestamp (milliseconds)

Functions

Link copied to clipboard