Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AGC_APP_MESSAGING_LISTENER_NAME

en

enum of App messaging listener names

zh

应用内消息消息监听名称枚举值

Index

Enumeration members

ON_MESSAGE_CLICK

ON_MESSAGE_CLICK: = "ON_MESSAGE_CLICK"
en

Callback for a message tap

zh

消息被点击时回调

ON_MESSAGE_DISMISS

ON_MESSAGE_DISMISS: = "ON_MESSAGE_DISMISS"
en

Callback for message closing

zh

消息消失时回调

ON_MESSAGE_DISPLAY

ON_MESSAGE_DISPLAY: = "ON_MESSAGE_DISPLAY"
en

Callback for message display. If you need to customize your message layout, you must call this method. Otherwise, whether your message has been actually displayed cannot be determined, and the message will be displayed repeatedly.

zh

消息展示时回调。自定义消息显示界面时该方法必须回调,否则无法确定消息是否真实显示,导致消息会重复显示

ON_MESSAGE_ERROR

ON_MESSAGE_ERROR: = "ON_MESSAGE_ERROR"
en

Callback for message error

zh

消息失败回调

Generated using TypeDoc