Language

AppFunctionException.ErrorDenied フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.

呼び出し元には、アプリ関数を実行するアクセス許可がありません。

[Android.Runtime.Register("ERROR_DENIED", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)]
public const Android.App.AppFunctions.AppFunctionError ErrorDenied = 1000;
[<Android.Runtime.Register("ERROR_DENIED", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppFunctions.AppFunctionError enum directly instead of this field.", true)>]
val mutable ErrorDenied : Android.App.AppFunctions.AppFunctionError

フィールド値

Value = 1000

実装

属性

注釈

呼び出し元には、アプリ関数を実行するアクセス許可がありません。

このエラーは、 #ERROR_CATEGORY_REQUEST_ERROR カテゴリにあります。

Javaドキュメント。

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

適用対象