Service.StopForegroundRemove フィールド

定義

注意事項

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

#stopForeground(int)のセレクター: 指定した場合、以前に#startForegroundに指定された通知は取り消され、表示から削除されます。

[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

フィールド値

Value = 1
属性

注釈

#stopForeground(int)のセレクター: 指定した場合、以前に#startForegroundに指定された通知は取り消され、表示から削除されます。

Javaドキュメント。

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

適用対象