NotificationCompat.Action.SemanticAction

Added in 1.1.0

@IntDef(value = )
@Retention(value = RetentionPolicy.SOURCE)
public annotation NotificationCompat.Action.SemanticAction


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