public abstract static class NotificationCompatBase.Action extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
NotificationCompatBase.Action.Factory |
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
abstract PendingIntent |
getActionIntent() |
abstract boolean |
getAllowGeneratedReplies() |
abstract Bundle |
getExtras() |
abstract int |
getIcon() |
abstract RemoteInputCompatBase.RemoteInput[] |
getRemoteInputs() |
abstract CharSequence |
getTitle() |
public abstract int getIcon()
public abstract CharSequence getTitle()
public abstract PendingIntent getActionIntent()
public abstract Bundle getExtras()
public abstract RemoteInputCompatBase.RemoteInput[] getRemoteInputs()
public abstract boolean getAllowGeneratedReplies()