Options class
Constructors
- Options()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAccountCode(
String accountCode) → Future< void> -
setAppName(
String appName) → Future< void> -
setAppReleaseVersion(
String appReleaseVersion) → Future< void> -
setAutoDetectBackground(
bool autoDetectBackground) → Future< void> -
setContentBitrate(
int contentBitrate) → Future< void> -
setContentCdn(
String contentCdn) → Future< void> -
setContentChannel(
String contentChannel) → Future< void> -
setContentDrm(
String contentDrm) → Future< void> -
setContentDuration(
int contentDuration) → Future< void> -
setContentEpisodeTitle(
String contentEpisodeTitle) → Future< void> -
setContentGenre(
String contentGenre) → Future< void> -
setContentGracenoteId(
String contentGracenoteId) → Future< void> -
setContentId(
String contentId) → Future< void> -
setContentIsLive(
bool contentIsLive) → Future< void> -
setContentLanguage(
String contentLanguage) → Future< void> -
setContentPackage(
String contentPackage) → Future< void> -
setContentPlaybackType(
String contentPlaybackType) → Future< void> -
setContentRendition(
String contentRendition) → Future< void> -
setContentResource(
String contentResource) → Future< void> -
setContentSaga(
String contentSaga) → Future< void> -
setContentSeason(
String contentSeason) → Future< void> -
setContentStreamingProtocol(
String contentStreamingProtocol) → Future< void> -
setContentSubtitles(
String contentSubtitles) → Future< void> -
setContentThroughput(
int contentThroughput) → Future< void> -
setContentTitle(
String contentTitle) → Future< void> -
setContentTvShow(
String contentTvShow) → Future< void> -
setContentType(
String contentType) → Future< void> -
setCustomDimension1(
String customDimension1) → Future< void> -
setCustomDimension10(
String customDimension10) → Future< void> -
setCustomDimension11(
String customDimension11) → Future< void> -
setCustomDimension12(
String customDimension12) → Future< void> -
setCustomDimension13(
String customDimension13) → Future< void> -
setCustomDimension14(
String customDimension14) → Future< void> -
setCustomDimension15(
String customDimension15) → Future< void> -
setCustomDimension16(
String customDimension16) → Future< void> -
setCustomDimension17(
String customDimension17) → Future< void> -
setCustomDimension18(
String customDimension18) → Future< void> -
setCustomDimension19(
String customDimension19) → Future< void> -
setCustomDimension2(
String customDimension2) → Future< void> -
setCustomDimension20(
String customDimension20) → Future< void> -
setCustomDimension3(
String customDimension3) → Future< void> -
setCustomDimension4(
String customDimension4) → Future< void> -
setCustomDimension5(
String customDimension5) → Future< void> -
setCustomDimension6(
String customDimension6) → Future< void> -
setCustomDimension7(
String customDimension7) → Future< void> -
setCustomDimension8(
String customDimension8) → Future< void> -
setCustomDimension9(
String customDimension9) → Future< void> -
setDeviceBrand(
String deviceBrand) → Future< void> -
setDeviceCode(
String deviceCode) → Future< void> -
setDeviceIsAnonymous(
bool deviceIsAnonymous) → Future< void> -
setDeviceModel(
String deviceModel) → Future< void> -
setDeviceOsName(
String deviceOsName) → Future< void> -
setDeviceOsVersion(
String deviceOsVersion) → Future< void> -
setDeviceType(
String deviceType) → Future< void> -
setProgram(
String program) → Future< void> -
setUserEmail(
String userEmail) → Future< void> -
setUsername(
String username) → Future< void> -
setUserType(
String userType) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited