MerchantCategoriesView
TerraCore v0
#
IntroductionUse this built-in view to display a horizontal list of merchant (shop) categories.
#
Usage- Android
- iOS
After init your TerraApp, call
to initialize SDK.
Then You can add MerchantCategoriesView
into your layout like any Android widget.
The MerchantCategoriesView
must be set with a terra app and lifeCycleOwner before being able to load data.
Then you can reload its data when you need by calling loadData
method
You can embed MerchantCategoriesView
as a subview in .xib
files, or can create it programatically.
The MerchantCategoriesView
must be set with a terra app before being able to load data.
Then you can load its data when you need by calling loadData
method