public interface

NotificationCompat.Action.Extender

 androidx.core.app.NotificationCompat.Action.Extender

Subclasses:

NotificationCompat.Action.WearableExtender

Overview

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

Summary

Methods
public NotificationCompat.Action.Builderextend(NotificationCompat.Action.Builder builder)

Apply this extender to a notification action builder.

Methods

Apply this extender to a notification action builder.

Parameters:

builder: the builder to be modified.

Returns:

the build object for chaining.