Package com.unblu.sdk.core.callback
Interface InitializeSuccessCallback<T extends UnbluClient>
-
public interface InitializeSuccessCallback<T extends UnbluClient>
Callback which is triggered if an operation succeeded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSuccess(T instance)
Called after the called operation was successfully executed
-
-
-
Method Detail
-
onSuccess
void onSuccess(T instance)
Called after the called operation was successfully executed- Parameters:
instance
- The initialized UnbluClient instance value of the operation
-
-