@Deprecated
public interface TrackingInitDelegate
HyperTrack methods.
All callbacks will be invoked asynchronously, so it is safe to assume, that method invocation
will finish before callback will be called.| Modifier and Type | Method and Description |
|---|---|
void |
onError(TrackingInitError error)
Deprecated.
Will be invoked only in case of failure.
|
void |
onSuccess()
Deprecated.
Will be invoked on successful result.
|
void onError(@NonNull
TrackingInitError error)
error, - that explains failure reason. See TrackingInitError for details.void onSuccess()