walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.model
/
LocalizedRenderingBundle
Localized
Rendering
Bundle
@
Serializable
data
class
LocalizedRenderingBundle
(
val
locale
:
String
,
val
name
:
String
?
=
null
,
val
portraitSvg
:
String
?
=
null
,
val
landscapeSvg
:
String
?
=
null
)
Members
Constructors
Localized
Rendering
Bundle
Link copied to clipboard
constructor
(
locale
:
String
,
name
:
String
?
=
null
,
portraitSvg
:
String
?
=
null
,
landscapeSvg
:
String
?
=
null
)
Properties
landscape
Svg
Link copied to clipboard
val
landscapeSvg
:
String
?
locale
Link copied to clipboard
val
locale
:
String
name
Link copied to clipboard
val
name
:
String
?
portrait
Svg
Link copied to clipboard
val
portraitSvg
:
String
?