Package com.unblu.sdk.core.callback
Interface InitializeSuccessCallback<T extends UnbluClient>
public interface InitializeSuccessCallback<T extends UnbluClient>
Callback which is triggered if initialization was successful.
-
Method Summary
-
Method Details
-
onSuccess
Called after the called operation was successfully executed- Parameters:
instance
- The initialized UnbluClient instance value of the operation
-