ApplicationStartInfo.StartType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État de l’application au démarrage.
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
Valeur de propriété
La valeur est l’une des valeurs suivantes : START_TYPE_UNSET START_TYPE_COLD START_TYPE_WARM START_TYPE_HOT
- Attributs
Remarques
État de l’application au démarrage. Remarque : le champ est défini pour la valeur getStartupState() STARTUP_STATE_FIRST_FRAME_DRAWN. Non garanti pour d’autres états.
Référence Android pour android.app.ApplicationStartInfo.getStartType.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.