public static interface Tracker.Callback
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
onTrack(TrackMe trackMe)
This method will be called after parameter injection and before transmission within
Tracker.track(TrackMe). |
TrackMe onTrack(TrackMe trackMe)
Tracker.track(TrackMe).
Blocking within this method will block tracking.trackMe - The `TrackMe` that was passed to Tracker.track(TrackMe) after all data has been injected.