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 abstract StringgetExternalSessionId()An id used to report usage analytics abstract BooleangetAnalyticsDisabled()Returns whether the Analytics is supported or not. abstract StringgetDiscoveryUrl()Override for the discovery URL. -
-
Method Detail
-
getExternalSessionId
abstract String getExternalSessionId()
An id used to report usage analytics
-
getAnalyticsDisabled
abstract Boolean getAnalyticsDisabled()
Returns whether the Analytics is supported or not.
-
getDiscoveryUrl
abstract String getDiscoveryUrl()
Override for the discovery URL.
-
-
-
-