FlJPushIOSEventHandler class

ios event handler

Constructors

FlJPushIOSEventHandler({JPushNotificationAuthorization? onReceiveNotificationAuthorization, JPushOnOpenSettingsForNotification? onOpenSettingsForNotification})

Properties

hashCode int
The hash code for this object.
no setterinherited
onOpenSettingsForNotification JPushOnOpenSettingsForNotification?
openSettingsForNotification 从应用外部通知界面进入应用是指 左滑通知->管理->在“某 App”中配置->进入应用 。 从通知设置界面进入应用是指 系统设置->对应应用->“某 App”的通知设置 需要先在授权的时候增加这个选项 JPAuthorizationOptionProvidesAppNotificationSettings 设置NotificationSettingsWithIOS providesAppNotificationSettings=true
final
onReceiveNotificationAuthorization JPushNotificationAuthorization?
ios 申请通知权限 回调
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