-
public class AppsFlyerProperties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAppsFlyerProperties.EmailsCryptType
-
Field Summary
Fields Modifier and Type Field Description public final static StringENABLE_TCF_DATA_COLLECTIONpublic final static StringDISABLE_KEYSTOREpublic final static StringAPP_USER_IDpublic final static StringAF_WAITFOR_CUSTOMERIDpublic final static StringAPP_IDpublic final static StringCURRENCY_CODEpublic final static StringIS_UPDATEpublic final static StringCOLLECT_ANDROID_IDpublic final static StringCOLLECT_IMEIpublic final static StringCOLLECT_OAIDpublic final static StringCOLLECT_ANDROID_ID_FORCE_BY_USERpublic final static StringCOLLECT_IMEI_FORCE_BY_USERpublic final static StringCHANNELpublic final static StringEXTENSIONpublic final static StringDEVICE_TRACKING_DISABLEDpublic final static StringLAUNCH_PROTECT_ENABLEDpublic final static StringUSER_EMAILSpublic final static StringEMAIL_CRYPT_TYPEpublic final static StringADDITIONAL_CUSTOM_DATApublic final static StringCOLLECT_FACEBOOK_ATTR_IDpublic final static StringDISABLE_LOGS_COMPLETELYpublic final static StringDISABLE_NETWORK_DATApublic final static StringENABLE_GPS_FALLBACKpublic final static StringDISABLE_OTHER_SDKpublic final static StringONELINK_IDpublic final static StringONELINK_DOMAINpublic final static StringONELINK_SCHEMEpublic final static StringDPMpublic final static StringNEW_REFERRER_SENTpublic final static StringONELINK_VERSIONpublic final static StringAF_STORE_FROM_APIpublic final static StringHTTP_CACHEprivate Stringreferrerpublic static AppsFlyerPropertiesinstance
-
Constructor Summary
Constructors Constructor Description AppsFlyerProperties()
-
Method Summary
Modifier and Type Method Description StringgetReferrer(AppsFlyerPreferences preferences)voidsetReferrer(String referrer)static AppsFlyerPropertiesgetInstance()synchronized voidremove(String key)synchronized voidset(String key, String value)synchronized voidset(String key, Array<String> value)synchronized voidset(String key, int value)synchronized voidset(String key, long value)synchronized voidset(String key, boolean value)synchronized voidsetCustomData(String customData)synchronized voidsetUserEmails(String emails)synchronized StringgetString(String key)booleangetBoolean(String key, boolean defValue)intgetLogLevel()intgetInt(String key, int defaultValue)longgetLong(String key, long defaultValue)booleanisEnableLog()booleanisLogsDisabledCompletely()booleanisOtherSdkStringDisabled()synchronized voidsaveProperties(AppsFlyerPreferences sharedPreferences)synchronized voidloadProperties(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)
-
-
-
-