Notification.FlagPromotedOngoing フィールド

定義

注意事項

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

この通知が昇格された継続的な通知である場合、システムによって設定されるフラグ フィールドにビットごとの ORed になるビット。これは、hasPromotableCharacteristics() があり、ユーザーがこのアプリの機能を無効にしていないためです。

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

フィールド値

Value = 262144

実装

属性

注釈

この通知が昇格された継続的な通知である場合、システムによって設定されるフラグ フィールドにビットごとの ORed になるビット。これは、hasPromotableCharacteristics() があり、ユーザーがこのアプリの機能を無効にしていないためです。 アプリケーションでこのフラグを直接設定することはできませんが、投稿アプリと NotificationListenerService で読み取ることができます。

android.app.Notification.FLAG_PROMOTED_ONGOINGの Android リファレンス。

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

適用対象