NotificationListenerService.ReasonChannelRemoved Field

Definition

Caution

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

Notification was canceled due to the backing channel being deleted

[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

Field Value

Value = 20
Attributes

Remarks

Notification was canceled due to the backing channel being deleted

Java documentation for android.service.notification.NotificationListenerService.REASON_CHANNEL_REMOVED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to