FlJPushEventHandler class

jPush event handler

Constructors

FlJPushEventHandler({JPushEventHandlerNotificationMessage? onOpenNotification, JPushEventHandlerNotificationMessage? onReceiveNotification, JPushEventHandlerMessage? onReceiveMessage})

Properties

hashCode int
The hash code for this object.
no setterinherited
onOpenNotification JPushEventHandlerNotificationMessage?
点击通知栏消息回调
final
onReceiveMessage JPushEventHandlerMessage?
接收自定义消息
final
onReceiveNotification JPushEventHandlerNotificationMessage?
接收普通消息
final
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
toString() String
A string representation of this object.
inherited

Operators

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