onIntentAction

open fun onIntentAction(call: Call, action: String?, onError: suspend (Exception) -> Unit? = onErrorFinish, onSuccess: suspend (Call) -> Unit? = null)

Handles action from the intent.

Parameters

call

the call

action

the action.

See also