Package-level declarations
Types
Link copied to clipboard
interface AppInstallationReferrerStateListener
Coordinates retrieval of the Play Store install referrer and lets callers await the parsed result. Implementations are store-flavour specific (the Play flavour talks to the Install Referrer library; other flavours no-op).
Link copied to clipboard
interface AppReferrer
Public interface for app referral parameters
Link copied to clipboard
Outcome of parsing the Play Store install referrer.
Link copied to clipboard
Reason referrer retrieval failed; mirrors Google Play Install Referrer responses.
Link copied to clipboard
interface ReferrerParserPlugin
Contract for parsers that extract a single piece of data from the Play Store install referrer. Implementations are contributed as multibindings and run on a best-effort, fire-and-forget basis during referrer parsing. Each implementation persists its own result; ordering is irrelevant.