public static interface NotificationCompatBase.Action.Factory
Modifier and Type | Method and Description |
---|---|
NotificationCompatBase.Action |
build(int icon,
CharSequence title,
PendingIntent actionIntent,
Bundle extras,
RemoteInputCompatBase.RemoteInput[] remoteInputs,
boolean allowGeneratedReplies) |
NotificationCompatBase.Action[] |
newArray(int length) |
NotificationCompatBase.Action build(int icon, CharSequence title, PendingIntent actionIntent, Bundle extras, RemoteInputCompatBase.RemoteInput[] remoteInputs, boolean allowGeneratedReplies)
NotificationCompatBase.Action[] newArray(int length)