Package com.unblu.sdk.core.callback
Interface SetVisitorDataCallback
public interface SetVisitorDataCallback
Callback for setVisitorData operation results.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonComplete(boolean success, String errorMessage) Called when the setVisitorData operation completes.
-
Method Details
-
onComplete
Called when the setVisitorData operation completes.- Parameters:
success- Whether the operation was successfulerrorMessage- Error message if the operation failed, null otherwise
-