# Type alias: OneMoreGameInvitationReceivedEventHandler
Ƭ OneMoreGameInvitationReceivedEventHandler(): function
监听对方发起的再来一局邀请的回调函数
# 返回值:
function
▸ (res
: object): void
# 参数:
▪ res: object
属性 | 类型 | 描述 |
---|---|---|
acceptInvitation | Function | 接受邀请的方法,可直接执行 |
expireTime | number | 邀请过期的时间(单位: 秒) |
inviteUid | string | 邀请者Uid |
rejectInvitation | Function | 拒绝邀请的方法,可直接执行 |