Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.debug
/
DebugView
/
AlertOption
Alert
Option
androidJvm
data
class
AlertOption
(
val
title
:
String
?
=
""
,
val
action
:
suspend
(
)
->
Unit
?
=
null
,
val
style
:
Int
=
AlertDialog.BUTTON_POSITIVE
)
(
source
)
Members
Constructors
Alert
Option
Link copied to clipboard
androidJvm
constructor
(
title
:
String
?
=
""
,
action
:
suspend
(
)
->
Unit
?
=
null
,
style
:
Int
=
AlertDialog.BUTTON_POSITIVE
)
Properties
action
Link copied to clipboard
androidJvm
val
action
:
suspend
(
)
->
Unit
?
style
Link copied to clipboard
androidJvm
val
style
:
Int
title
Link copied to clipboard
androidJvm
val
title
:
String
?