getCardForCategory

fun getCardForCategory(context: Context, category: String)

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

Note:Make sure the callback listener is set before this API is called.