言語

ApplicationStartInfo.StartType プロパティ

定義

起動時のアプリの状態。

public Android.App.ApplicationStartInfoStartType StartType { [Android.Runtime.Register("getStartType", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getStartType", "()I", "", ApiSince=35)>]
member this.StartType : Android.App.ApplicationStartInfoStartType

プロパティ値

値は次のいずれかです: START_TYPE_UNSET START_TYPE_COLD START_TYPE_WARM START_TYPE_HOT

属性

注釈

起動時のアプリの状態。 注: フィールドは getStartupState() 値STARTUP_STATE_FIRST_FRAME_DRAWNに設定されます。 他の状態では保証されません。

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

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

適用対象