Sprache

Notification.Action.Builder.SetSemanticAction(SemanticAction) Methode

Definition

Legt die SemanticAction für diese Aktion fest.

[Android.Runtime.Register("setSemanticAction", "(I)Landroid/app/Notification$Action$Builder;", "", ApiSince=28)]
public Android.App.Notification.Action.Builder SetSemanticAction(Android.App.SemanticAction semanticAction);
[<Android.Runtime.Register("setSemanticAction", "(I)Landroid/app/Notification$Action$Builder;", "", ApiSince=28)>]
member this.SetSemanticAction : Android.App.SemanticAction -> Android.App.Notification.Action.Builder

Parameter

semanticAction
SemanticAction

int: eine in Aktion definierte SemanticAction mit SEMANTIC_ACTION_ Präfixen. Der Wert ist eine der folgenden: Notification.Action.SEMANTIC_ACTION_NONE Notification.Action.SEMANTIC_ACTION_REPLY Notification.Action.SEMANTIC_ACTION_MARK_AS_READ Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD Notification.Action.SEMANTIC_ACTION_DELETE Notification.Action.SEMANTIC_ACTION_ARCHIVE Notification.Action.SEMANTIC_ACTION_MUTE Notification.Action.SEMANTIC_ACTION_UNMUTE Notification.Action.SEMANTIC_ACTION_THUMBS_UP Notification.Action.SEMANTIC_ ACTION_THUMBS_DOWN Notification.Action.SEMANTIC_ACTION_CALL Notification.Action.SEMANTIC_ACTION_PLAY Notification.Action.SEMANTIC_ACTION_PAUSE Notification.Action.SEMANTIC_ACTION_STOP

Gibt zurück

Diese Android.App.Notification.Action.Builder-Instanz, sodass Aufrufe verkettet werden können.

Attribute

Hinweise

Legt die SemanticAction für diese Aktion fest. Eine SemanticAction gibt an, was die AusstehendeIntent-Aktion bewirkt (z. B. Antwort, Als gelesen markieren, löschen usw.).

Android-Referenz für android.app.Notification.Action.Builder.setSemanticAction.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: