public static interface NotificationCompat.Action.Extender
NotificationCompat.Builder.extend(android.support.v4.app.NotificationCompat.Extender)
. Extenders may be used to add
metadata or change options on an action builder.Modifier and Type | Method and Description |
---|---|
NotificationCompat.Action.Builder |
extend(NotificationCompat.Action.Builder builder)
Apply this extender to a notification action builder.
|
NotificationCompat.Action.Builder extend(NotificationCompat.Action.Builder builder)
builder
- the builder to be modified.