Interface AttributionListener
Listener for attribution updates.
public interface AttributionListener
Methods
onAttributionReceived
void onAttributionReceived(@NonNull Attribution attribution)
Called every time we retrieve a new attribution (if you register before the first attribution response is received it is also called for that response).
Parameters
Name | Description |
---|---|
attribution | The current attribution of the user. |