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.

Parameters

referrerParams

the referrer's key=value parameters, already split on & and parsed.

Functions

Link copied to clipboard
abstract fun process(referrerParams: Map<String, String>)