PipAction enum

PIP Action preset

This actions are defined on a ENUM inside Android src, where is specified each action drawable, name, description and a afterAction that shows after the action is tap. Ex.: play's after action is pause and vice-versa.

TODO: Create implement generic actions on runtime, so plugin users can create theirs own actions without needing to update this preset

play Play action represented by triangle play icon pause Pause action represented by double vertical bars pause icon previous Previous action represented by previous icon next Next action represented by next icon live Live action (force player seeker to show latest content) represented by sorround icon

Inheritance
Available extensions

Values

play → const PipAction
pause → const PipAction
previous → const PipAction
next → const PipAction
live → const PipAction
rewind → const PipAction
forward → const PipAction

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<PipAction>
A constant List of the values in this enum, in order of their declaration.