Langue

Service.StopForegroundRemove Champ

Définition

Attention

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

Sélecteur pour #stopForeground(int): s’il est fourni, la notification précédemment fournie sera #startForeground annulée et supprimée de l’affichage.

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

Valeur de champ

Value = 1
Attributs

Remarques

Sélecteur pour stopForeground(int) : s’il est fourni, la notification précédemment fournie pour startForeground(int, Notification) est annulée et supprimée de l’affichage.

Référence Android pour android.app.Service.STOP_FOREGROUND_REMOVE.

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.

S’applique à