NotificationCompat.Action.Extender

Added in 1.1.0

public interface NotificationCompat.Action.Extender

Known direct subclasses
NotificationCompat.Action.WearableExtender

Wearable extender for notification actions.


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

Summary

Public methods

abstract @NonNull NotificationCompat.Action.Builder

Apply this extender to a notification action builder.

Public methods

extend

Added in 1.1.0
abstract @NonNull NotificationCompat.Action.Builder extend(@NonNull NotificationCompat.Action.Builder builder)

Apply this extender to a notification action builder.

Parameters
@NonNull NotificationCompat.Action.Builder builder

the builder to be modified.

Returns
@NonNull NotificationCompat.Action.Builder

the build object for chaining.