Skip to main content
Version: SDK 5.0.x

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

NameDescription
attributionThe current attribution of the user.