ActivityOptions.ModeBackgroundActivityStartDenied フィールド

定義

注意事項

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

PendingIntent のバックグラウンド アクティビティ開始権限を拒否します。

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", 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 ModeBackgroundActivityStartDenied = 2;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_DENIED", 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 ModeBackgroundActivityStartDenied : Android.App.BackgroundActivityStartMode

フィールド値

Value = 2
属性

注釈

PendingIntent のバックグラウンド アクティビティ開始権限を拒否します。

android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_DENIEDの Android リファレンス。

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

適用対象