MoEngageInbox class

Helper Class to interact with MoEngage Cards Feature

Constructors

MoEngageInbox(String appId)
MoEngageInbox Constructor

Properties

appId String
AppId Available in MoEngage Platform
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteMessage(InboxMessage message) → void
Deletes the given message from inbox. message - InboxMessage data
fetchAllMessages() Future<InboxData?>
Gets all the messages saved in the inbox Returns List of InboxData
getUnClickedCount() Future<int>
Returns the count of un-clicked messages in the inbox
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackMessageClicked(InboxMessage message) → void
Marks the given message as clicked and tracks a click event for the same. message - InboxMessage data

Operators

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