toggle menu
sdk-android
androidJvm
switch theme
search in API
sdk-android
/
org.isic.sdk.internal.virtualid.domain.model
/
VirtualIdCardDesignPlaceholder
Virtual
Id
Card
Design
Placeholder
@
Serializable
data
class
VirtualIdCardDesignPlaceholder
(
val
name
:
String
,
val
type
:
String
,
val
value
:
String
,
val
width
:
Float
,
val
height
:
Float
,
val
offsetX
:
Float
,
val
offsetY
:
Float
,
val
shape
:
String
)
Members
Constructors
Virtual
Id
Card
Design
Placeholder
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
value
:
String
,
width
:
Float
,
height
:
Float
,
offsetX
:
Float
,
offsetY
:
Float
,
shape
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Float
name
Link copied to clipboard
val
name
:
String
offset
X
Link copied to clipboard
val
offsetX
:
Float
offset
Y
Link copied to clipboard
val
offsetY
:
Float
shape
Link copied to clipboard
val
shape
:
String
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String
width
Link copied to clipboard
val
width
:
Float
Functions
value
As
Sha256Hash
Link copied to clipboard
fun
valueAsSha256Hash
(
)
:
String