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
属性

注釈

android.app.Service.STOP_FOREGROUND_REMOVEJava ドキュメント。

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

適用対象