-
public class AppsFlyerInstallId
-
-
Field Summary
Fields Modifier and Type Field Description public final static AppsFlyerInstallIdINSTANCE
-
Method Summary
Modifier and Type Method Description final static UnitsetInstallId(String installId, AppsFlyerPreferences preferences)final static StringgetInstallId(AppsFlyerPreferences preferences)This API should not be accessed directly. final StringgenerateId(Long timestamp)final Unitreset()This API created only for testing purposes -
-
Method Detail
-
setInstallId
@Synchronized() final static Unit setInstallId(String installId, AppsFlyerPreferences preferences)
-
getInstallId
@Synchronized() final static String getInstallId(AppsFlyerPreferences preferences)
This API should not be accessed directly. Instead, use {@link IdProvider#getAppsFlyerUID()} to retrieve the AppsFlyer InstallId.
-
generateId
final String generateId(Long timestamp)
-
-
-
-