言語

AppFunctionManager.AppFunctionStateDisabled フィールド

定義

注意事項

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

アプリ関数が無効になっています。

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

フィールド値

Value = 2
属性

注釈

アプリ関数が無効になっています。 アプリ関数を無効にするには、この値を使用して #setAppFunctionEnabled を呼び出します。

Javaドキュメント。

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

適用対象