open class ValuesProvider
(source)
Class used to provide custom filter values
ValuesProvider()
Class used to provide custom filter values |
open fun getAppId(context: Context): String
Provides the app id (package name) |
|
open fun getClientId(context: Context): String
Provides the client ID (UUID) used for bucketing the users. |
|
open fun getCountry(context: Context): String
Provides the user's country |
|
open fun getDevice(context: Context): String
Provides the device model |
|
open fun getLanguage(context: Context): String
Provides the user's language |
|
open fun getManufacturer(context: Context): String
Provides the device manufacturer |
|
open fun getRegion(context: Context): String?
Provides the user's region |
|
open fun getReleaseChannel(context: Context): String?
Provides the app's release channel (alpha, beta, ...) |
|
open fun getVersion(context: Context): String
Provides the app version |