MoECardHelper
Functions
Marks a card as clicked and tracks an event for statistical purpose for the instance configured as default.
Marks a card as clicked and tracks an event for statistical purpose for the given instance.
Tracking card delivery to inbox for the account configured as default.
Tracking card delivery to inbox for the given account.
Deletes the given card in the instance configured as the default instance.
Deletes the given card in the given account.
Fetches the latest cards from the server and returns all active cards in the listener
Returns a list of categories to be shown for the account configured as the default instance.
Returns a list of categories to be shown for the given instance.
Returns all eligible cards for the given category for the instance configured as default or null if no account is configured as default. To fetch all cards irrespective of categories pass in the category as CARDS_CATEGORY_ALL
Returns a list of eligible cards for the given category or null if the given account is not configured. To fetch all cards irrespective of categories pass in the category as CARDS_CATEGORY_ALL
Returns a list of eligible cards to the listener for the instance configured as default. To fetch all cards irrespective of categories pass in the category as CARDS_CATEGORY_ALL
Returns a list of eligible cards to the listener for the given account. To fetch all cards irrespective of categories pass in the category as CARDS_CATEGORY_ALL
Fetches all cards related data for the account configured as default.
Fetches all cards related data for the given account.
Returns the count of new cards available for the account configured as default or null if no account is configured as default.
Returns the count of new cards available for the given account.
Returns the count of new cards in the listener for the account configured as default.
Returns the count of new cards to the listener for the given account.
Returns the count of un-clicked cards for the account configured as default instance or null if default instance is not configured.
Returns the count of un-clicked cards for the given account or null if the account is not configured.
Returns the count of un-clicked cards in the listener for the account configured as default.
Returns the count of un-clicked cards in the listener for the given account.
Return true if All cards category should be shown for account configured as default.
Return true if All cards category should be shown for the given account.
Notify the MoEngage SDK that card section has loaded for the instance configured as default instance.
Notify the MoEngage SDK that card section has loaded for the given account.
Notifies the SDK that the inbox view is gone to the background for the account configured as the default instance.
Notifies the SDK that the inbox view is gone to the background for the given account.
Ask the SDK to refresh cards on user request for the account configured as default.
Ask the SDK to refresh cards on user request for the given account.
Set a listener to receive callback for cards refresh on App open for the account configured as default.
Set a listener to receive callback for cards refresh on App open for the given instance.