-
public class StoreReferrerUtils
-
-
Method Summary
Modifier and Type Method Description static StringgetLatestValidReferrerStore()Algorithm to return latest valid store referrer informationIterate through referrer's installation timestampsIf no store with a timestamp greater than min value is foundThen iterate for first non-null string. static voidwriteLatestInstallReferrer(Context context_, String store)-
-
Method Detail
-
getLatestValidReferrerStore
static String getLatestValidReferrerStore()
Algorithm to return latest valid store referrer informationIterate through referrer's installation timestampsIf no store with a timestamp greater than min value is foundThen iterate for first non-null string.
-
writeLatestInstallReferrer
static void writeLatestInstallReferrer(Context context_, String store)
-
-
-
-