ErrScreenCapture enum

The screen capture error type.

Inheritance

Constructors

ErrScreenCapture()
const

Values

ErrScreenCapturePermissionDenied → const ErrScreenCapture

16: The user refuses to grant screen capture permission to the application.

ErrScreenCaptureSystemNotSupported → const ErrScreenCapture

2: Due to system limitations, screen capture is not available on systems earlier than Android 5 (that is, Android API level 21). The SDK reports this error code when you call startScreenCaptureMobile on systems earlier than Android 5.

ErrScreenCaptureSystemAudioNotSupported → const ErrScreenCapture

3: Due to system limitations, system audio cannot be captured on systems earlier than Android 10 (that is, API level 29). The SDK reports this error when you call startScreenCaptureMobile and set captureAudio as true on systems later than Android 5 (API level 21) and earlier than Android 10 (API level 29).

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