-
public class AppsFlyerProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
AppsFlyerProperties.EmailsCryptType
-
Field Summary
Fields Modifier and Type Field Description public final static String
DISABLE_KEYSTORE
public final static String
APP_USER_ID
public final static String
AF_WAITFOR_CUSTOMERID
public final static String
APP_ID
public final static String
CURRENCY_CODE
public final static String
IS_UPDATE
public final static String
COLLECT_ANDROID_ID
public final static String
COLLECT_IMEI
public final static String
COLLECT_OAID
public final static String
COLLECT_ANDROID_ID_FORCE_BY_USER
public final static String
COLLECT_IMEI_FORCE_BY_USER
public final static String
CHANNEL
public final static String
EXTENSION
public final static String
DEVICE_TRACKING_DISABLED
public final static String
LAUNCH_PROTECT_ENABLED
public final static String
USER_EMAILS
public final static String
EMAIL_CRYPT_TYPE
public final static String
ADDITIONAL_CUSTOM_DATA
public final static String
COLLECT_FACEBOOK_ATTR_ID
public final static String
DISABLE_LOGS_COMPLETELY
public final static String
DISABLE_NETWORK_DATA
public final static String
ENABLE_GPS_FALLBACK
public final static String
DISABLE_OTHER_SDK
public final static String
ONELINK_ID
public final static String
ONELINK_DOMAIN
public final static String
ONELINK_SCHEME
public final static String
DPM
public final static String
NEW_REFERRER_SENT
public final static String
ONELINK_VERSION
public final static String
AF_STORE_FROM_API
public final static String
HTTP_CACHE
private String
referrer
public static AppsFlyerProperties
instance
-
Constructor Summary
Constructors Constructor Description AppsFlyerProperties()
-
Method Summary
Modifier and Type Method Description String
getReferrer(AppsFlyerPreferences preferences)
void
setReferrer(String referrer)
static AppsFlyerProperties
getInstance()
synchronized void
remove(String key)
synchronized void
set(String key, String value)
synchronized void
set(String key, Array<String> value)
synchronized void
set(String key, int value)
synchronized void
set(String key, long value)
synchronized void
set(String key, boolean value)
synchronized void
setCustomData(String customData)
synchronized void
setUserEmails(String emails)
synchronized String
getString(String key)
boolean
getBoolean(String key, boolean defValue)
int
getLogLevel()
int
getInt(String key, int defaultValue)
long
getLong(String key, long defaultValue)
boolean
isEnableLog()
boolean
isLogsDisabledCompletely()
boolean
isOtherSdkStringDisabled()
synchronized void
saveProperties(AppsFlyerPreferences sharedPreferences)
synchronized void
loadProperties(AppsFlyerPreferences prefs)
-
-
Method Detail
-
getReferrer
String getReferrer(AppsFlyerPreferences preferences)
-
setReferrer
void setReferrer(String referrer)
-
getInstance
static AppsFlyerProperties getInstance()
-
setCustomData
synchronized void setCustomData(String customData)
-
setUserEmails
synchronized void setUserEmails(String emails)
-
getBoolean
boolean getBoolean(String key, boolean defValue)
-
getLogLevel
int getLogLevel()
-
isEnableLog
boolean isEnableLog()
-
isLogsDisabledCompletely
boolean isLogsDisabledCompletely()
-
isOtherSdkStringDisabled
boolean isOtherSdkStringDisabled()
-
saveProperties
synchronized void saveProperties(AppsFlyerPreferences sharedPreferences)
-
loadProperties
synchronized void loadProperties(AppsFlyerPreferences prefs)
-
-
-
-