Function:openMerchantList

TerraCore v0

Introduction#

UserCornerUI provides a function allow user to open the merchant list respective to a list of business codes. This list will show the stores that match the phone number of the logged in user.

Usage#

Simply call openMerchantList from a TerraUserCornerUIinstance with businessCodes param. It a list of business codes. Example: [5580, 5581]

TerraUserCornerUI.getInstance(terraApp).openMerchantList(context, listOf("5580", "5581"))