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-core
/
io.getstream.video.android.core
/
EventSubscription
Event
Subscription
class
EventSubscription
(
val
listener
:
VideoEventListener
<
VideoEvent
>
,
val
filter
:
(
VideoEvent
)
->
Boolean
?
=
null
)
Members
Constructors
Event
Subscription
Link copied to clipboard
constructor
(
listener
:
VideoEventListener
<
VideoEvent
>
,
filter
:
(
VideoEvent
)
->
Boolean
?
=
null
)
Properties
filter
Link copied to clipboard
val
filter
:
(
VideoEvent
)
->
Boolean
?
is
Disposed
Link copied to clipboard
var
isDisposed
:
Boolean
listener
Link copied to clipboard
val
listener
:
VideoEventListener
<
VideoEvent
>
Functions
dispose
Link copied to clipboard
fun
dispose
(
)