Langage

BugreportManager.BugreportCallback.BugreportErrorInvalidInput Champ

Définition

Attention

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

Les options d’entrée n’étaient pas valides.

[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

Valeur de champ

Value = 1
Attributs

Remarques

Les options d’entrée n’étaient pas valides. Par exemple, le fichier de destination fourni par l’application n’a pas pu être écrit par le système.

Java documentation pour android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_INVALID_INPUT.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à