NativeEventHandler class abstract

Constructors

NativeEventHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAppendAccountResult(String account, int code, String message) → void
添加注册账号 account 账号 code 错误码 message
onBindAccountResult(String account, int code, String message) → void
绑定账号注册 account 账号 code 错误码 message
onDeleteAccountResult(String account, int code, String message) → void
删除绑定账号 account 账号 code 错误码 message
onDeleteTagResult(String message, int code) → void
删除tag message 消息 code 错误码
onNotifactionClickedResult(String title, String message, String customContent, int type) → void
通知栏点击 title 标题 message 文本 customContent消息自定义 key-value type类型
onNotifactionShowedResult(String title, String message, String customContent, int type) → void
通知栏展示 title 标题 message 文本 customContent消息自定义 key-value type类型
onRegisterPushFail(String message, int code) → void
注册失败 message 失败消息 code错误码
onRegisterPushSuccess(String token) → void
推送注册成功时候的回调 token 信鸽推送的token
onSetTagResult(String message, int code) → void
设置tag message 消息 code 错误码
onTextMessage(String title, String message, String customContent) → void
收到透传消息 title 标题 message 文本 customContent消息自定义 key-value
onUnregisterResult(String message, int code) → void
反注册结果 message 消息 code 结果码
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited