Condividi tramite


AccessibilityService.ErrorTakeScreenshotInvalidDisplay Campo

Definizione

Attenzione

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

Lo stato di acquisizione dello screenshot è negativo e il motivo non è un ID di visualizzazione valido.

[Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY", 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 ErrorTakeScreenshotInvalidDisplay = 4;
[<Android.Runtime.Register("ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY", 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 ErrorTakeScreenshotInvalidDisplay : Android.Accessibilityservice.AccessibilityService.TakeScreenshotError

Valore del campo

Value = 4
Attributi

Commenti

Lo stato di acquisizione dello screenshot è negativo e il motivo non è un ID di visualizzazione valido.

Documentazione java per android.accessibilityservice.AccessibilityService.ERROR_TAKE_SCREENSHOT_INVALID_DISPLAY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a