Package com.unblu.sdk.core.ui
Interface UnbluCallUiComponentActionHandler
public interface UnbluCallUiComponentActionHandler
Handler for lifecycle actions of the native call UI component.
Use
UnbluClient.setCallUiComponentActionHandler(UnbluCallUiComponentActionHandler)
to register a handler. The SDK invokes this handler when the call UI component
is being created or destroyed.
Call the provided complete runnable exactly once when your handling
is finished to allow the SDK to continue the JavaScript-side flow.-
Method Summary
Modifier and TypeMethodDescriptionvoidonCallUiComponentAction(UnbluCallUiComponentAction action, Runnable complete)
-
Method Details
-
onCallUiComponentAction
void onCallUiComponentAction(@NonNull UnbluCallUiComponentAction action, @NonNull Runnable complete)
-