public class CountryHelper
extends java.lang.Object
| Constructor and Description |
|---|
CountryHelper(ConfigurationRepository configurationRepository,
android.content.Context context,
ConnectivityHelper connectivityHelper,
HttpRequestHelper httpRequestHelper) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Get the country code
This can be null if we have not been able to collect the country code
|
boolean |
isGDPRCountry()
Decide whether GDPR should be applied considering the country code of the user
|
public CountryHelper(ConfigurationRepository configurationRepository, android.content.Context context, ConnectivityHelper connectivityHelper, HttpRequestHelper httpRequestHelper)