Mo E Card Helper
Types
Functions
clearAppSessionCards
Link copied to clipboard
fun clearAppSessionCards()
Content copied to clipboard
deleteCard
Link copied to clipboard
getAppSessionCards
Link copied to clipboard
getCardAdapter
Link copied to clipboard
Gets the custom adapter used for inbox or instance of DefaultCardAdapter in case custom adapter is not set.
getCardCategories
Link copied to clipboard
getCardForCategory
Link copied to clipboard
Returns a list of eligible cards for the given category to the callback CardListener.onCardAvailable To fetch all cards irrespective of categories pass in the category as MoECardHelper.CATEGORY_ALL<b>Note:<b/>Make sure the callback listener is set before this API is called.
getCardListener
Link copied to clipboard
getNewCardCount
Link copied to clipboard
Returns the count of new cards to the callback CardListener.onNewCardCountAvailable<b>Note:<b/>Make sure the callback listener is set before this API is called.
getUnClickedCardCount
Link copied to clipboard
Returns the count of unread cards to the callback CardListener.onUnClickedCountAvailable<b>Note:<b/>Make sure the callback listener is set before this API is called.
onCardShown
Link copied to clipboard
onInboxGoingToBackground
Link copied to clipboard
onNewCardsAvailable
Link copied to clipboard
registerListener
Link copied to clipboard
setCardAdapter
Link copied to clipboard
trackCardClicked
Link copied to clipboard
trackCardDelivered
Link copied to clipboard
trackInboxOpen
Link copied to clipboard