-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CORE-1951] Add initial_referrer for every session (#918)
* Add initial_referrer for every session - Added initial_referrer-> EXTRA_REFERRER to every OPEN/INSTALL session request. * removed unused package from import * Formatted the code * Code clean up - Removed extra space and unused imports - Added null check and sdk version check * Added negation for if block * Replace with Appcompact referrer - Replaced Activity.referrer with ActivityCompat.referrer - Used TextUtils for null check * Added comment under Defines.IntentKeys - Added comment about usage of intent keys EXTRA_REFERRER and EXTRA_REFERRER_NAME
- Loading branch information
1 parent
a6bfb33
commit 0fbae8f
Showing
6 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters