Configuration

The Configuration class is used to set up the MIRACLTrust SDK. It provides a way to customize some of the SDK components.

Instance is created though its Builder

Types

Link copied to clipboard
class Builder @JvmOverloads constructor(projectId: String, projectUrl: String = DEFAULT_PLATFORM_URL)

Builds a Configuration object.