toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
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
?
=
null
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
(
)