toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.push
/
NotificationActionButtonInfo
Notification
Action
Button
Info
open
class
NotificationActionButtonInfo
Notification action button info.
Members
Constructors
Notification
Action
Button
Info
Link copied to clipboard
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY_GROUP
)
@
VisibleForTesting
constructor
(
@
NonNull
buttonId
:
String
,
isForeground
:
Boolean
,
@
Nullable
remoteInput
:
Bundle
,
@
Nullable
description
:
String
)
Default constructor.
Properties
button
Id
Link copied to clipboard
@get:
NonNull
val
buttonId
:
String
description
Link copied to clipboard
@get:
Nullable
val
description
:
String
is
Foreground
Link copied to clipboard
val
isForeground
:
Boolean
remote
Input
Link copied to clipboard
@get:
Nullable
val
remoteInput
:
Bundle
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String