-
-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Labels
feature requestIssue with request of new featuresIssue with request of new features
Milestone
Description
It will be useful to be able to add custom actions to UploadNotificationConfig
, like this:
new UploadNotificationConfig()
.addAction(actionIconResourceID, buttonText, pendingIntent)
addAction should have the following signature:
public final UploadNotificationConfig addAction(
int iconResourceID, String text, PendingIntent action)
This explains how to marshal and unmarshal PendingIntents
to/from Parcelable
Metadata
Metadata
Assignees
Labels
feature requestIssue with request of new featuresIssue with request of new features