mDocs Verifier SDK
Toggle table of contents
6.1.0
Select version
7.0.0
6.1.0
6.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Verifier SDK
mDocs Verifier SDK
/
global.mattr.mobilecredential.verifier.exception
/
VerifierException
/
SdkNotInitializedException
Sdk
Not
Initialized
Exception
class
SdkNotInitializedException
(
message
:
String
?
=
null
)
:
VerifierException
The exception occurs when SDK API is called before the SDK initialization process.
Members
Constructors
Sdk
Not
Initialized
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?