Interface THEOLiveConfig
-
- All Implemented Interfaces:
public interface THEOLiveConfigThe THEOLive Configuration API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTHEOLiveConfig.Builder
-
Method Summary
Modifier and Type Method Description StringgetUserId()SessionIdgetSessionId()abstract StringgetExternalSessionId()An id used to report usage analytics abstract BooleangetAnalyticsDisabled()Returns whether the Analytics is supported or not. -
-
Method Detail
-
getSessionId
SessionId getSessionId()
-
getExternalSessionId
abstract String getExternalSessionId()
An id used to report usage analytics
-
getAnalyticsDisabled
abstract Boolean getAnalyticsDisabled()
Returns whether the Analytics is supported or not.
-
-
-
-