Freigeben über


BugreportManager.BugreportCallback.BugreportErrorInvalidInput Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.OS.BugreportErrorCode enum directly instead of this field.

Die Eingabeoptionen waren ungültig.

[Android.Runtime.Register("BUGREPORT_ERROR_INVALID_INPUT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BugreportErrorCode enum directly instead of this field.", true)]
public const Android.OS.BugreportErrorCode BugreportErrorInvalidInput = 1;
[<Android.Runtime.Register("BUGREPORT_ERROR_INVALID_INPUT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BugreportErrorCode enum directly instead of this field.", true)>]
val mutable BugreportErrorInvalidInput : Android.OS.BugreportErrorCode

Feldwert

Value = 1
Attribute

Hinweise

Die Eingabeoptionen waren ungültig. Die von der App bereitgestellte Zieldatei konnte beispielsweise nicht vom System geschrieben werden.

Java-Dokumentation für android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_INVALID_INPUT.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: