# Interface: ReceivePendingPropertyParams

ReceivePendingPropertyParams()

领取未领取的交互道具接口

see encryptedData 加密数据

see iv 向量

# Properties

# Readonly keyList

keyList: keyof string[]

Returns: keyof string[]

# Methods

# Optional complete

complete(this: void, res: ReceivePendingPropertyRes | MogsError): void

Inherited from GetUserSignParams.complete

操作完成时(成功或失败),均会调用该回调函数

# 参数:

属性 类型
this void
res ReceivePendingPropertyRes | MogsError

# 返回值:

void


# Optional fail

fail(this: void, error: MogsError): void

Inherited from GetUserSignParams.fail

操作失败时,调用该回调函数

# 参数:

属性 类型
this void
error MogsError

# 返回值:

void


# Optional success

success(this: void, res: ReceivePendingPropertyRes): void

Inherited from GetUserSignParams.success

操作成功时,调用该回调函数

# 参数:

属性 类型
this void
res ReceivePendingPropertyRes

ReceivePendingPropertyRes

属性 类型 描述
eventList? keyof MogsEvent[] 当前 Action 所触发的所有事件的列表
receivedCount number 本次领取的数量

# 返回值:

void