mDocs Holder SDK
Toggle table of contents
7.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.branding
/
BrandingImage
Branding
Image
@
Serializable
(
with
=
BrandingImageSerializer::class
)
data
class
BrandingImage
(
val
format
:
String
,
val
data
:
ByteArray
)
:
CborEncodable
Represents an image used for mDoc 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
Link copied to clipboard
open
override
fun
encode
(
)
:
CBORObject
encode
To
Bytes
Link copied to clipboard
open
fun
encodeToBytes
(
)
:
ByteArray