Freigeben über


NotificationListenerService.ReasonAssistantCancel Feld

Definition

Achtung

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

Die Benachrichtigung wurde aufgrund eines Assistentenanpassungsupdates abgebrochen.

[Android.Runtime.Register("REASON_ASSISTANT_CANCEL", ApiSince=33)]
[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 ReasonAssistantCancel = 22;
[<Android.Runtime.Register("REASON_ASSISTANT_CANCEL", ApiSince=33)>]
[<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 ReasonAssistantCancel : Android.Service.Notification.NotificationCancelReason

Feldwert

Value = 22
Attribute

Hinweise

Die Benachrichtigung wurde aufgrund eines Assistentenanpassungsupdates abgebrochen.

Java-Dokumentation für android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: