NotificationListenerService.Ranking.UserSentimentNeutral フィールド

定義

注意事項

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

ユーザーがこの通知にどのように対応するかは不明です。

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

フィールド値

Value = 0
属性

注釈

ユーザーがこの通知にどのように対応するかは不明です。

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

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

適用対象