Overview
TerraCore v0
#
OverviewTerraUserCornerUI
is dedicated for apps which target end-users. It includes following features:
- Functions for client app to open merchant list (by business codes) and open voucher list.
- Built-in components for user:
MerchantCategoriesView
: display merchant (shop) categoriesVouchersView
: display public vouchers for user
#
PrerequisiteBefore using features of TerraUserCornerUI
make sure:
- Your app uses TerraAuth, and uses built-in login methods or has finished integrating your own auth system
- Your user's profile contains phone number as Loyalty needs it to identify users
#
InstallationFirstly please refer to Teko repository access guide for instruction to setup the environment.
When the environment is ready, add the below code to import TerraUserCornerUI
:
- Android
- iOS
#
ConfigurationPlease contact Terra team for support.
#
UsageYou can get instance of TerraUserCornerUI
through TerraApp
- Android
- iOS