toggle menu
mDocs Holder SDK
androidJvm
switch theme
search in API
mDocs Holder SDK
/
global.mattr.mobilecredential.common.branding
/
BrandingImage
Branding
Image
@
Serializable
(
with
=
BrandingImageSerializer::class
)
data
class
BrandingImage
(
val
format
:
String
,
val
data
:
ByteArray
)
:
CborEncodable
Represents an image used for Mobile Credential branding.
Members
Constructors
Branding
Image
Link copied to clipboard
constructor
(
format
:
String
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
format
Link copied to clipboard
val
format
:
String
Functions
encode
To
Bytes
Link copied to clipboard
open
fun
encodeToBytes
(
)
:
ByteArray