Interface THEOLiveConfig
-
- All Implemented Interfaces:
public interface THEOLiveConfig
The THEOLive Configuration API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
THEOLiveConfig.Builder
-
Method Summary
Modifier and Type Method Description String
getUserId()
SessionId
getSessionId()
abstract String
getExternalSessionId()
An id used to report usage analytics abstract Boolean
getAnalyticsDisabled()
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.
-
-
-
-