| java.lang.Object | |
| ↳ | com.glia.androidsdk.GliaConfig |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | GliaConfig.Builder | Glia configuration builder. | |||||||||
| class | GliaConfig.Regions | Defines regions that can be applied to GliaConfig. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
GliaConfig(String appToken, String apiToken, String siteId, Context context, String region, int requestCode)
Deprecated since SDK version 0.22.0.
| |||||||||||
| GliaConfig(String appToken, String siteId, Context context, String region, int requestCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getApiToken()
API token is no longer needed for SDK to function correctly.
| ||||||||||
| String | getAppToken() | ||||||||||
| Context | getContext() | ||||||||||
| String | getRegion() | ||||||||||
| int | getRequestCode() | ||||||||||
| String | getSiteId() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Deprecated since SDK version 0.22.0. Please use GliaConfig(String, String, Context, String, int) instead.
API token is no longer needed for SDK to function correctly. Deprecated since SDK version 0.22.0