次の方法で共有


BugreportManager.BugreportCallback.BugreportErrorInvalidInput フィールド

定義

注意事項

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

入力オプションが無効でした。

[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

フィールド値

Value = 1
属性

注釈

入力オプションが無効でした。 たとえば、指定されたアプリがシステムによって書き込むことができなかった宛先ファイルです。

android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_INVALID_INPUTJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象