-
public class GlobalStorageManager
-
-
Field Summary
Fields Modifier and Type Field Description private static GlobalStorageManagerinstance
-
Method Summary
Modifier and Type Method Description static GlobalStorageManagergetInstance(Context context)static GlobalStorageManagergetInstance(Context context)LonggetLastInstallTime()voidsaveLastInstallTime(Long installTime)StringgetRandomID()StringgetOldLoginId()voidclearOldLoginId()Clear the old device ID -
-
Method Detail
-
getInstance
static GlobalStorageManager getInstance(Context context)
-
getInstance
static GlobalStorageManager getInstance(Context context)
-
getLastInstallTime
Long getLastInstallTime()
-
saveLastInstallTime
void saveLastInstallTime(Long installTime)
- Parameters:
installTime- Save the last installation time
-
getRandomID
String getRandomID()
-
getOldLoginId
String getOldLoginId()
-
clearOldLoginId
void clearOldLoginId()
Clear the old device ID
-
-
-
-