# Function: onSwitchGamesInvitationReceived
▸ onSwitchGamesInvitationReceived(this: void, handler: SwitchGamesInvitationReceivedEventHandler): void
监听对方换个游戏的邀请
# 参数:
| 属性 | 类型 | 描述 |
|---|---|---|
this | void | - |
handler | SwitchGamesInvitationReceivedEventHandler | 事件触发的回调方法 |
# 返回值:
void