onBattleScoreChanged property

OnBattleScoreChanged onBattleScoreChanged
getter/setter pair

Callback for received score update notification of battle user.

@param battleId Battle ID. @param battleUserList The information TUIBattleUser.

Implementation

OnBattleScoreChanged onBattleScoreChanged = (String battleId, List<TUIBattleUser> battleUserList) {};