Overview

TerraCore v0

Overview#

TerraUserCornerUI 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) categories
    • VouchersView: display public vouchers for user

Prerequisite#

Before using features of TerraUserCornerUI make sure:

Installation#

Firstly 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:

Using Gradle

Add to your project's build.gradle.kts

implementation("vn.teko.usercorner:terra-user-corner-ui:1.0.0-alpha6")

Configuration#

Please contact Terra team for support.

Usage#

You can get instance of TerraUserCornerUI through TerraApp

val userCornerUI = TerraUserCornerUI.getInstance(terraApp)