public static interface Analytics.Callback<T>
Modifier and Type | Method and Description |
---|---|
void |
onReady(T instance)
This method will be invoked once for each callback.
|
void onReady(T instance)
instance
- The underlying instance that has been initialized with the settings from
Segment.