Service.StopForegroundRemove Campo

Definición

Precaución

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

Selector para #stopForeground(int): si se proporciona, la notificación proporcionada #startForeground anteriormente se cancelará y se quitará de la pantalla.

[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

Valor de campo

Value = 1
Atributos

Comentarios

Selector para #stopForeground(int): si se proporciona, la notificación proporcionada #startForeground anteriormente se cancelará y se quitará de la pantalla.

Java documentación para android.app.Service.STOP_FOREGROUND_REMOVE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a