belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1

NotificationCompat.Action.SemanticAction

public static abstract @interface NotificationCompat.Action.SemanticAction
implements Annotation

android.support.v4.app.NotificationCompat.Action.SemanticAction


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 SEMANTIC_ACTION_REPLY NotificationCompat.Action.SemanticAction set within it.

Summary

Inherited methods

From interface java.lang.annotation.Annotation