Xsolla SDK for Android
Xsolla Store SDK for Android
/
com.xsolla.android.store.entity.request.payment
/
UiDesktopProjectSettingHeader
Ui
Desktop
Project
Setting
Header
data
class
UiDesktopProjectSettingHeader
(
val
isVisible
:
Boolean
,
val
visibleLogo
:
Boolean
,
val
visibleName
:
Boolean
,
val
visiblePurchase
:
Boolean
,
val
type
:
String
,
val
closeButton
:
Boolean
,
val
closeButtonIcon
:
String
?
=
"cross"
)
Content copied to clipboard
Constructors
Properties
Sources
Constructors
Ui
Desktop
Project
Setting
Header
Link copied to clipboard
fun
UiDesktopProjectSettingHeader
(
isVisible
:
Boolean
,
visibleLogo
:
Boolean
,
visibleName
:
Boolean
,
visiblePurchase
:
Boolean
,
type
:
String
,
closeButton
:
Boolean
,
closeButtonIcon
:
String
?
=
"cross"
)
Content copied to clipboard
Properties
close
Button
Link copied to clipboard
@
SerializedName
(
value
=
"close_button"
)
val
closeButton
:
Boolean
Content copied to clipboard
close
Button
Icon
Link copied to clipboard
@
SerializedName
(
value
=
"close_button_icon"
)
val
closeButtonIcon
:
String
?
Content copied to clipboard
is
Visible
Link copied to clipboard
@
SerializedName
(
value
=
"is_visible"
)
val
isVisible
:
Boolean
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
visible
Logo
Link copied to clipboard
@
SerializedName
(
value
=
"visible_logo"
)
val
visibleLogo
:
Boolean
Content copied to clipboard
visible
Name
Link copied to clipboard
@
SerializedName
(
value
=
"visible_name"
)
val
visibleName
:
Boolean
Content copied to clipboard
visible
Purchase
Link copied to clipboard
@
SerializedName
(
value
=
"visible_purchase"
)
val
visiblePurchase
:
Boolean
Content copied to clipboard
Sources
Store SDK source
Link copied to clipboard