Package-level declarations

Types

Link copied to clipboard

The entry point for the MobileCredentialVerifier SDK.

Link copied to clipboard
@Serializable(with = OnlinePresentationErrorType.Companion.Serializer::class)
enum OnlinePresentationErrorType : Enum<OnlinePresentationErrorType>

An enumeration representing different types of errors that can occur during an online presentation session.

Link copied to clipboard
@Serializable
data class OnlinePresentationResultError(val type: OnlinePresentationErrorType, val message: String)

Represents an error that occurred during an online presentation session.

Link copied to clipboard
@Serializable(with = OnlinePresentationSessionResultSerializer::class)
sealed interface OnlinePresentationSessionResult

Represents the result of an online presentation session.

Link copied to clipboard
enum SdkType : Enum<SdkType>