Language

TakeScreenshotError Enum

Definition

public enum TakeScreenshotError
type TakeScreenshotError = 
Inheritance
TakeScreenshotError

Fields

Name Value Description
InternalError 1

The status of taking screenshot is failure and the reason is internal error.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoAccessibilityAccess 2

The status of taking screenshot is failure and the reason is no accessibility access.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_NO_ACCESSIBILITY_ACCESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IntervalTimeShort 3

The status of taking screenshot is failure and the reason is that too little time has elapsed since the last screenshot.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INTERVAL_TIME_SHORT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidDisplay 4

The status of taking screenshot is failure and the reason is invalid display Id.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidWindow 5

The status of taking screenshot is failure and the reason is invalid accessibility window Id.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INVALID_WINDOW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SecureWindow 6

The status of taking screenshot is failure and the reason is the window contains secure content.

Android reference for android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_SECURE_WINDOW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to