AtomicX Core API
androidJvm
AtomicX Core API
/
io.trtc.tuikit.atomicxcore.api.live
/
BattleState
/
BattleState
Battle
State
constructor
(
currentBattleInfo
:
StateFlow
<
BattleInfo
?
>
,
battleUsers
:
StateFlow
<
List
<
SeatUserInfo
>
>
,
battleScore
:
StateFlow
<
Map
<
String
,
Int
>
>
)