Android APIs
Added in API level 20
public static interface

Notification.Extender

android.app.Notification.Extender
Known Indirect Subclasses

Class Overview

Extender interface for use with extend(Notification.Action.Extender). Extenders may be used to add metadata or change options on a notification builder.

Summary

Public Methods
abstract Notification.Builder extend(Notification.Builder builder)
Apply this extender to a notification builder.

Public Methods

public abstract Notification.Builder extend (Notification.Builder builder)

Added in API level 20

Apply this extender to a notification builder.

Parameters
builder the builder to be modified.
Returns
  • the build object for chaining.