onUserJoinBattle property

OnUserJoinBattle onUserJoinBattle
getter/setter pair

Callback for received user notification of joined the battle.

battleId Battle ID. battleUser The information about TUIBattleUser.

Implementation

OnUserJoinBattle onUserJoinBattle = (String battleId, TUIBattleUser battleUser) {};