toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.push.notifications
/
NotificationActionButtonGroup
Notification
Action
Button
Group
open
class
NotificationActionButtonGroup
Model object encapsulating the data relevant to a notification action button group.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Builds the NotificationActionButtonGroup.
Functions
get
Notification
Action
Buttons
Link copied to clipboard
@
NonNull
open
fun
getNotificationActionButtons
(
)
:
List
<
NotificationActionButton
>
Gets the notification actions.
new
Builder
Link copied to clipboard
@
NonNull
open
fun
newBuilder
(
)
:
NotificationActionButtonGroup.Builder
Builder factory method.