public static class

NotificationActionButtonGroup.Builder

extends Object
java.lang.Object
   ↳ com.urbanairship.push.notifications.NotificationActionButtonGroup.Builder

Class Overview

Builds the NotificationActionButtonGroup.

Summary

Public Constructors
Builder()
Public Methods
NotificationActionButtonGroup.Builder addNotificationActionButton(NotificationActionButton action)
Adds a notification action button.
NotificationActionButtonGroup build()
Builds and returns the NotificationActionButtonGroup.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Builder ()

Public Methods

public NotificationActionButtonGroup.Builder addNotificationActionButton (NotificationActionButton action)

Adds a notification action button.

Parameters
action The notification action button to add.
Returns
  • The builder to allow method chaining.

public NotificationActionButtonGroup build ()

Builds and returns the NotificationActionButtonGroup.

Returns
  • The NotificationActionButtonGroup.