KMPAdapty
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
KMPAdapty
adapty
/
com.adapty.kmp.models
/
AdaptyUIDialog
Adapty
UIDialog
data
class
AdaptyUIDialog
(
val
primaryActionTitle
:
String
,
val
title
:
String
?
=
null
,
val
content
:
String
?
=
null
,
val
secondaryActionTitle
:
String
?
=
null
)
Members
Constructors
Adapty
UIDialog
Link copied to clipboard
constructor
(
primaryActionTitle
:
String
,
title
:
String
?
=
null
,
content
:
String
?
=
null
,
secondaryActionTitle
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
primary
Action
Title
Link copied to clipboard
val
primaryActionTitle
:
String
secondary
Action
Title
Link copied to clipboard
val
secondaryActionTitle
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null