Android APIs
public static interface

NotificationCompat.Action.Extender

android.support.v4.app.NotificationCompat.Action.Extender
Known Indirect Subclasses

Class Overview


Extender interface for use with extend(NotificationCompat.Extender). Extenders may be used to add metadata or change options on an action builder.

Summary


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

Public Methods


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

Apply this extender to a notification action builder.

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