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.