次の方法で共有


BugreportManager.BugreportCallback.BugreportErrorUserDeniedConsent フィールド

定義

注意事項

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

ユーザーが bugreport を共有することに同意を拒否しました。

[Android.Runtime.Register("BUGREPORT_ERROR_USER_DENIED_CONSENT", 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 BugreportErrorUserDeniedConsent = 3;
[<Android.Runtime.Register("BUGREPORT_ERROR_USER_DENIED_CONSENT", 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 BugreportErrorUserDeniedConsent : Android.OS.BugreportErrorCode

フィールド値

Value = 3
属性

注釈

ユーザーが bugreport を共有することに同意を拒否しました。

の Java ドキュメント android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_USER_DENIED_CONSENT

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

適用対象