Package com.castlabs.android.settings
Class AnalyticsSettings
java.lang.Object
com.castlabs.android.settings.AnalyticsSettings
Global analytics configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault label reported when no track is selected.static final StringDefault DRM label for ClearKey.static final StringDefault DRM label for PlayReady.static final StringDefault DRM label for Widevine.Label reported to analytics when audio is not selected.Label reported to analytics when subtitles are not selected.Label reported for ClearKey DRM.Label reported for PlayReady DRM.Label reported for Widevine DRM. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_DISABLED_LABEL
Default label reported when no track is selected.- See Also:
-
DEFAULT_DRM_NAME_WIDEVINE
Default DRM label for Widevine.- See Also:
-
DEFAULT_DRM_NAME_PLAYREADY
Default DRM label for PlayReady.- See Also:
-
DEFAULT_DRM_NAME_CLEARKEY
Default DRM label for ClearKey.- See Also:
-
disabledSubtitleLabel
Label reported to analytics when subtitles are not selected. -
disabledAudioLabel
Label reported to analytics when audio is not selected. -
drmNameWidevine
Label reported for Widevine DRM. -
drmNamePlayready
Label reported for PlayReady DRM. -
drmNameClearkey
Label reported for ClearKey DRM.
-
-
Constructor Details
-
AnalyticsSettings
public AnalyticsSettings()Default constructor
-