# Function: offSwitchGamesInvitationReceived
▸ offSwitchGamesInvitationReceived(this: void, handler?: SwitchGamesInvitationReceivedEventHandler): void
取消监听对方拒绝再来一局邀请的事件
# 参数:
| 属性 | 类型 | 描述 |
|---|---|---|
this | void | - |
handler? | SwitchGamesInvitationReceivedEventHandler | 事件触发的回调方法,不传则清空 |
# 返回值:
void