toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-layout
/
com.urbanairship.android.layout.event
/
ReportingEvent
/
DismissFromButton
Dismiss
From
Button
open
class
DismissFromButton
:
ReportingEvent.DismissReportingEvent
Bubbled up to the top level when the view is dismissed from a button.
Members
Constructors
Dismiss
From
Button
Link copied to clipboard
constructor
(
@
NonNull
buttonId
:
String
,
@
Nullable
buttonDescription
:
String
,
cancel
:
Boolean
,
displayTime
:
Long
)
Properties
button
Description
Link copied to clipboard
@
Nullable
@get:
Nullable
val
buttonDescription
:
String
button
Id
Link copied to clipboard
@
NonNull
@get:
NonNull
val
buttonId
:
String
Inherited properties
display
Time
Link copied to clipboard
val
displayTime
:
Long
Functions
is
Cancel
Link copied to clipboard
open
fun
isCancel
(
)
:
Boolean
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String