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