SalesIQMobilistenNotification class

This class provides APIs to handle push notifications in the Zoho SalesIQ SDK.

Properties

eventChannel Stream<NotificationEvent>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPayload(Map data) Future<SalesIQNotificationPayload?>
Use this API to get the notification payload from the data.
isSDKMessage(Map data) Future<bool>
Use this API to verify whether the data belongs to SalesIQ or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(Map map) → void
Use this API to process the notification data.
registerPush(String token, bool isTestDevice) → void
Use this API to enable push notifications for Android
setActionSource(ActionSource actionSource) → void
Use this API to set the notification action source.
toString() String
A string representation of this object.
inherited

Operators

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