ApplicationStartInfo.StartupStateStarted フィールド

定義

注意事項

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

プロセスの起動が開始されたことを示す状態。

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

フィールド値

Value = 0

実装

属性

注釈

プロセスの起動が開始されたことを示す状態。 ApplicationStartInfo では一部の情報を入手できます。その他の情報も追加されます。

android.app.ApplicationStartInfo.STARTUP_STATE_STARTEDの Android リファレンス。

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

適用対象