Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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)

Apply this extender to a notification action builder.

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