VideoPlayerLogoConfiguration class
Constructors
- VideoPlayerLogoConfiguration({required VideoPlayerLogoOption option, String? encodedId})
Properties
- encodedId ↔ String?
-
Specifies the logo encoding id.
Required when option is 'creator' or 'channelAggregator'.
Only supported on iOS.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- option ↔ VideoPlayerLogoOption
-
Specifies the logo type.
Defaults to 'disabled'.
Only supported on iOS.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deepCopy(
) → VideoPlayerLogoConfiguration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override