次の方法で共有


NotificationListenerService.FlagFilterTypeSilent フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Service.Notification.FlagFilterType enum directly instead of this field.

この通知リスナーがサイレント型の通知を表示できることを示すフラグ値。

[Android.Runtime.Register("FLAG_FILTER_TYPE_SILENT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.FlagFilterType enum directly instead of this field.", true)]
public const Android.Service.Notification.FlagFilterType FlagFilterTypeSilent = 4;
[<Android.Runtime.Register("FLAG_FILTER_TYPE_SILENT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.FlagFilterType enum directly instead of this field.", true)>]
val mutable FlagFilterTypeSilent : Android.Service.Notification.FlagFilterType

フィールド値

Value = 4
属性

注釈

の Java ドキュメント android.service.notification.NotificationListenerService.FLAG_FILTER_TYPE_SILENT

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

適用対象