AutoMediaPlaybackPolicy enum

Specifies possible restrictions on automatic media playback.

This is typically used in WebView.initialMediaPlaybackPolicy.

Inheritance

Constructors

AutoMediaPlaybackPolicy()
const

Values

require_user_action_for_all_media_types → const AutoMediaPlaybackPolicy

Starting any kind of media playback requires a user action.

For example: JavaScript code cannot start playing media unless the code was executed as a result of a user action (like a touch event).

always_allow → const AutoMediaPlaybackPolicy

Starting any kind of media playback is always allowed.

For example: JavaScript code that's triggered when the page is loaded can start playing video or audio.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AutoMediaPlaybackPolicy>
A constant List of the values in this enum, in order of their declaration.