public static interface MyTracker.AttributionListener
Modifier and Type | Method and Description |
---|---|
void |
onReceiveAttribution(MyTrackerAttribution attribution)
This method will be called when tracker receives attribution.
|
void onReceiveAttribution(@NonNull MyTrackerAttribution attribution)
attribution
- The instance of MyTrackerAttribution
.