FilePresentationServiceEventNames enum Models

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

Inheritance
Implemented types

Constructors

FilePresentationServiceEventNames(String value)
const

Values

fileConverted → const FilePresentationServiceEventNames

Emitted when a file is converted.

FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_FILE_CONVERTED')
filePresentationStarted → const FilePresentationServiceEventNames

Emitted when a presenter starts a file presentation.

FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_STARTED')
filePresentationStopped → const FilePresentationServiceEventNames

Emitted when a presenter ends a file presentation.

FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_STOPPED')
filePresentationUpdated → const FilePresentationServiceEventNames

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

FilePresentationServiceEventNames('EVENT_FILEPRESENTATION_UPDATED')

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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.
[fileConverted, filePresentationStarted, filePresentationStopped, filePresentationUpdated]