AccessibilityService.ErrorTakeScreenshotInternalError Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.

O status da captura de tela é uma falha e o motivo é o erro interno.

[Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.", true)]
public const Android.Accessibilityservice.AccessibilityService.TakeScreenshotError ErrorTakeScreenshotInternalError = 1;
[<Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Accessibilityservice.AccessibilityService.TakeScreenshotError enum directly instead of this field.", true)>]
val mutable ErrorTakeScreenshotInternalError : Android.Accessibilityservice.AccessibilityService.TakeScreenshotError

Valor do campo

Value = 1
Atributos

Comentários

O status da captura de tela é uma falha e o motivo é o erro interno.

Java documentação para android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INTERNAL_ERROR.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a