LiveInfo

data class LiveInfo(var liveID: String = "", var liveName: String = "", var notice: String = "", var isMessageDisable: Boolean = false, var isPublicVisible: Boolean = true, var isSeatEnabled: Boolean = true, var keepOwnerOnSeat: Boolean = false, var maxSeatCount: Int = 0, var seatMode: TakeSeatMode = TakeSeatMode.APPLY, var seatLayoutTemplateID: Int = 600, var coverURL: String = "", var backgroundURL: String = "", var categoryList: List<Int> = emptyList(), var activityStatus: Int = 0, val liveOwner: LiveUserInfo = LiveUserInfo(), val createTime: Long = 0, var totalViewerCount: Int = 0, var isGiftEnabled: Boolean = true, var metaData: Map<String, String> = emptyMap())

Live information

Constructors

Link copied to clipboard
constructor(liveID: String = "", liveName: String = "", notice: String = "", isMessageDisable: Boolean = false, isPublicVisible: Boolean = true, isSeatEnabled: Boolean = true, keepOwnerOnSeat: Boolean = false, maxSeatCount: Int = 0, seatMode: TakeSeatMode = TakeSeatMode.APPLY, seatLayoutTemplateID: Int = 600, coverURL: String = "", backgroundURL: String = "", categoryList: List<Int> = emptyList(), activityStatus: Int = 0, liveOwner: LiveUserInfo = LiveUserInfo(), createTime: Long = 0, totalViewerCount: Int = 0, isGiftEnabled: Boolean = true, metaData: Map<String, String> = emptyMap())

Types

Link copied to clipboard

Properties

Link copied to clipboard

Activity status.

Link copied to clipboard

Background URL.

Link copied to clipboard

Category list.

Link copied to clipboard

Cover URL.

Link copied to clipboard
val createTime: Long = 0

Create time.

Link copied to clipboard

Whether gift is enabled.

Link copied to clipboard

Whether message is disabled.

Link copied to clipboard

Whether publicly visible.

Link copied to clipboard

Whether seat is enabled.

Link copied to clipboard

Whether to keep owner on seat.

Link copied to clipboard

Live ID.

Link copied to clipboard

Live name.

Link copied to clipboard

Live owner information. {@link LiveUserInfo}

Link copied to clipboard

Maximum seat count.

Link copied to clipboard

Metadata.

Link copied to clipboard

Live notice.

Link copied to clipboard

Seat layout template ID.

Link copied to clipboard

Seat mode. {@link TakeSeatMode}

Link copied to clipboard

Total viewer count.