Overview

TerraCore v0

Overview#

UserCornerCore is the client library for communicating with user corner APIs.

Prerequisite#

Before using features of UserCornercore 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 TerraUserCorner:

Using Gradle

Add to your project's build.gradle.kts

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

Configuration#

Please contact Terra team for support.

Usage#

You can get instance of TerraUserCorner through TerraApp

val userCorner = TerraUserCorner.getInstance(terraApp)