NetmeraPushBroadcastReceiver class

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

initialize({MessageHandler? onPushRegister, MessageHandler? onPushReceive, MessageHandler? onPushOpen, MessageHandler? onPushDismiss, MessageHandler? onPushButtonClicked, MessageHandler? onCarouselObjectSelected}) Future<void>
This function sets push action callbacks and initializes Flutter Method Channel.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerBackgroundMessageHandler(MessageHandler handler) Future<void>
This function registers background message handler to native side
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

onPushReceiveBackground(MessageHandler? handler) → dynamic
Set a message handler function which is called when the app is in the background or terminated. This provided handler must be a top-level function and cannot be anonymous.