public interface AttributionUpdateListener
Attribution information is assessed and stored within Kochava’s Servers, where it is reported back to you through your Kochava account.
You may also retrieve this information from within your app by using this listener interface.
Attribution information is usually available within about 10 seconds from the initial launch,
although it is subject to a variety of conditions which can cause this time interval to be longer.
Once attribution information has been retrieved the result is cached locally and is available using the method Tracker.getAttribution().
NOTE: Retrieving the information within your app should only be done if your app makes use of this information, otherwise it causes needless network communication.
| Modifier and Type | Method and Description |
|---|---|
void |
onAttributionUpdated(java.lang.String attribution)
Attribution information was updated.
|
void onAttributionUpdated(java.lang.String attribution)
This method will be called on the main thread.
attribution - Install attribution serialized json.Tracker.Configuration.setAttributionUpdateListener(AttributionUpdateListener),
Tracker.getAttribution()