ActivityOptions.ModeBackgroundActivityStartSystemDefined フィールド

定義

注意事項

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

バックグラウンド アクティビティの開始権限を付与するかどうかを決定します。

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)]
public const Android.App.BackgroundActivityStartMode ModeBackgroundActivityStartSystemDefined = 0;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)>]
val mutable ModeBackgroundActivityStartSystemDefined : Android.App.BackgroundActivityStartMode

フィールド値

Value = 0
属性

注釈

バックグラウンド アクティビティの開始権限を付与するかどうかを決定します。 これは、明示的モードが指定されていない場合の既定の動作です。

Javaドキュメント。

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

適用対象