# Function: offCoinAmountChanged

offCoinAmountChanged(this: void, handler?: CoinAmountChangedEventHandler): void

取消监听乐贝数发生变化的事件

description 注意⚠️:仅支持 cymini 环境

# 参数:

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

CoinAmountChangedEventHandler: MogsEventHandler‹CoinAmountChangedEvent

CoinAmountChangedEvent结构

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

# 返回值:

void