NotificationsMethods class
- Inheritance
-
- Object
- BaseMethodChannel
- NotificationsMethods
Constructors
Properties
- backgroundMethodChannel → MethodChannel
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decryptNotification(
Map notification) → Future< Map> -
handleNotification(
Map notification) → Future< bool> -
handleNotificationClick(
Map notification) → Future< bool> -
isNotificationEncrypted(
Map notification) → Future< bool> -
isSilentCommand(
Map notification) → Future< bool> -
isSilentSDKCommand(
Map notification) → Future< bool> -
isSyneriseBanner(
Map notification) → Future< bool> -
isSyneriseNotification(
Map notification) → Future< bool> -
isSyneriseSimplePush(
Map notification) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerForNotifications(
String registrationToken, [bool? mobileAgreement]) → Future< SyneriseResult< void> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited