Partager via


NotificationListenerService.ReasonChannelRemoved Champ

Définition

Attention

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

La notification a été annulée en raison de la suppression du canal de stockage

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

Valeur de champ

Value = 20
Attributs

Remarques

La notification a été annulée en raison de la suppression du canal de stockage

Documentation Java pour android.service.notification.NotificationListenerService.REASON_CHANNEL_REMOVED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à