braze-android-sdk
24.3.0
braze-android-sdk
/
com.braze.models.push
/
BrazeNotificationPayload
/
ActionButton
Action
Button
class
ActionButton
(
notificationExtras
:
Bundle
,
var
actionIndex
:
Int
)
Constructors
Functions
Properties
Constructors
Action
Button
Link copied to clipboard
fun
ActionButton
(
notificationExtras
:
Bundle
,
actionIndex
:
Int
)
Functions
put
Into
Bundle
Link copied to clipboard
fun
putIntoBundle
(
destination
:
Bundle
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
action
Id
Link copied to clipboard
var
actionId
:
String
?
action
Index
Link copied to clipboard
var
actionIndex
:
Int
text
Link copied to clipboard
var
text
:
String
?
type
Link copied to clipboard
var
type
:
String
?
uri
Link copied to clipboard
var
uri
:
String
?
use
Webview
Link copied to clipboard
var
useWebview
:
String
?