public @interface

NotificationCompat.Action.SemanticAction

implements java.lang.annotation.Annotation

 androidx.core.app.NotificationCompat.Action.SemanticAction

Overview

Provides meaning to an NotificationCompat.Action that hints at what the associated PendingIntent will do. For example, an NotificationCompat.Action with a PendingIntent that replies to a text message notification may have the NotificationCompat.Action.SEMANTIC_ACTION_REPLY NotificationCompat.Action.SemanticAction set within it.

Summary