# Function: offOneMoreGameInvitationCanceled

offOneMoreGameInvitationCanceled(this: void, handler?: OneMoreGameInvitationCanceledEventHandler): void

取消监听对方撤回再来一局的邀请

description 注意⚠️:仅有乐匹配模式下支持

# 参数:

属性 类型 描述
this void -
handler? OneMoreGameInvitationCanceledEventHandler 事件触发的回调方法,不传则清空

OneMoreGameInvitationCanceledEventHandler: MogsEventHandler‹OneMoreGameInvitationCanceledEvent

OneMoreGameInvitationCanceledEvent结构

属性 类型 描述
type OneMoreGameInvitationCanceled 事件类型,由具体的事件构造时提供

# 返回值:

void