Android APIs
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)

Apply this extender to a notification builder.

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