# Function: offReceivedBattleResult
▸ offReceivedBattleResult(this
: void, handler?
: ReceivedBattleResultEventHandler): void
取消监听收到对战结果的事件
# 参数:
属性 | 类型 | 描述 |
---|---|---|
this | void | - |
handler? | ReceivedBattleResultEventHandler | 事件触发的回调方法,不传则清空 |
# 返回值:
void