Package 

Class StoreReferrerUtils

    • Method Summary

      Modifier and Type Method Description
      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.
      static void writeLatestInstallReferrer(Context context_, String store)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.