Class BFFRTSocket
-
- All Implemented Interfaces:
-
tv.mycujoo.mclsnetwork.network.socket.IBFFRTSocket
@Singleton() public final class BFFRTSocket implements IBFFRTSocket
-
-
Constructor Summary
Constructors Constructor Description BFFRTSocket(OkHttpClient okHttpClient, MainWebSocketListener mainSocketListener, UserPreferencesUtils userPreferencesUtils, String webSocketUrl)
-
Method Summary
Modifier and Type Method Description UnitaddListener(BFFRTCallback BFFRTCallback)UnitstartSession(String eventId, String identityToken)UnitleaveCurrentSession()-
-
Constructor Detail
-
BFFRTSocket
BFFRTSocket(OkHttpClient okHttpClient, MainWebSocketListener mainSocketListener, UserPreferencesUtils userPreferencesUtils, String webSocketUrl)
-
-
Method Detail
-
addListener
Unit addListener(BFFRTCallback BFFRTCallback)
-
startSession
Unit startSession(String eventId, String identityToken)
-
leaveCurrentSession
Unit leaveCurrentSession()
-
-
-
-