MBAutomationPushNotificationsManager class

This class is used by MBAutomation to manage push notification, save notification messages already showed and call the Flutter plugin to schedule notifications.

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

cancelPushNotificationForMessage(MBMessage message) Future<void>
Cancels a push notification for the message passed. @param message The message for which cancel the push.
showPushNotifications(List<MBMessage> messages) Future<void>
Shows a push notification for the messages, if they've not been already showed. @param messages The list of messages.