getUnClickedCardCount
Returns the count of un-clicked cards for the account configured as default instance or null if default instance is not configured.
Note: This API should not be called on the Main Thread as it queries the database.
Return
instance of UnClickedCountData.
Since
1.0.0
Parameters
context
instance of Context
Returns the count of un-clicked cards for the given account or null if the account is not configured.
Note: This API should not be called on the Main Thread as it queries the database.
Return
Number of un-clicked cards.
Since
1.0.0
Parameters
context
instance of Context
appId
Account identifier, APP ID on the MoEngage Dashboard.