NotificationCompat.Action.SemanticAction
@IntDef(value = )
@Retention(value = RetentionPolicy.SOURCE)
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_REPLY
SemanticAction
set within it.