Package io.getstream.video.android.core
Class StreamVideoImplKt
-
- All Implemented Interfaces:
public final class StreamVideoImplKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends VideoEvent> EventSubscriptionsubscribeFor(StreamVideo $self, VideoEventListener<T> listener)Extension function that makes it easy to use on kotlin, but keeps Java usable as well -
-
Method Detail
-
subscribeFor
final static <T extends VideoEvent> EventSubscription subscribeFor(StreamVideo $self, VideoEventListener<T> listener)
Extension function that makes it easy to use on kotlin, but keeps Java usable as well
-
-
-
-