Skip to content

Add custom actions to notifications #179

@gotev

Description

@gotev

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 features

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions