NotificationCompat.Action.Extender

Added in 1.1.0

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 functions

NotificationCompat.Action.Builder

Apply this extender to a notification action builder.

Public functions

extend

Added in 1.1.0
fun extend(builder: NotificationCompat.Action.Builder): NotificationCompat.Action.Builder

Apply this extender to a notification action builder.

Parameters
builder: NotificationCompat.Action.Builder

the builder to be modified.

Returns
NotificationCompat.Action.Builder

the build object for chaining.