FilePresentationServiceEventNames enum

The FilePresentationServiceEventNames enum gathers events informing about the file presentation status.

Note: This enum is currently supported only on Android devices.

Inheritance
Implemented types

Constructors

FilePresentationServiceEventNames(String value)
const

Values

FileConverted → const FilePresentationServiceEventNames

Emitted when a file is converted.

const FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_FILE_CONVERTED')
FilePresentationStarted → const FilePresentationServiceEventNames

Emitted when a presenter starts a file presentation.

const FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_STARTED')
FilePresentationStopped → const FilePresentationServiceEventNames

Emitted when a presenter ends a file presentation.

const FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_STOPPED')
FilePresentationUpdated → const FilePresentationServiceEventNames

Emitted when a presenter changes the displayed page of the shared file.

const FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_UPDATED')

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
value String
final

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

Static Methods

valueOf(String? value) FilePresentationServiceEventNames

Constants

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