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 Assistent Anpassungsupdates 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 Assistent Anpassungsupdates abgebrochen.

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

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: