public class

NotificationActionButtonGroup

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

Class Overview

Model object encapsulating the data relevant to a notification action button group.

Summary

Nested Classes
class NotificationActionButtonGroup.Builder Builds the NotificationActionButtonGroup. 
Public Methods
List<NotificationActionButton> getNotificationActionButtons()
Gets the notification actions.
static NotificationActionButtonGroup.Builder newBuilder()
Builder factory method.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public List<NotificationActionButton> getNotificationActionButtons ()

Gets the notification actions.

Returns
  • A list of notification actions.

public static NotificationActionButtonGroup.Builder newBuilder ()

Builder factory method.

Returns
  • A new builder instance.