AutoShowText class
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
-
toString()
→ String
-
A string representation of this object.
inherited
Static Properties
-
ALWAYS
↔ num
-
1 number Always show text automatically on startup.
getter/setter pair
-
IF_PREFERRED_TEXT_LANGUAGE
↔ num
-
2 number Show text automatically on startup if it matches the preferred text language.
getter/setter pair
-
IF_SUBTITLES_MAY_BE_NEEDED
↔ num
-
3 number Show text automatically on startup if we think that subtitles may be needed. This is specifically if the selected text matches the preferred text language AND is different from the initial audio language. (Example: You prefer English, but the audio is only available in French, so English subtitles should be enabled by default.)
getter/setter pair
-
NEVER
↔ num
-
0 number Never show text automatically on startup.
getter/setter pair