stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
stream-video-android-ui-core
/
io.getstream.video.android.ui.common
/
StreamCallActivity
/
onIntentAction
on
Intent
Action
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
Notification
Handler