Android APIs
Added in API level 20
public static interface

Notification.Action.Extender

android.app.Notification.Action.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 an action builder.

Summary


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

Public Methods


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

Added in API level 20

Apply this extender to a notification action builder.

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