MicroblinkPlatformServiceSettings

data class MicroblinkPlatformServiceSettings(val workflowId: String, val hostUrl: String, val additionalRequestHeaders: Map<String, String> = emptyMap(), val consent: MicroblinkPlatformConsent)

Service settings for the backend you are hosting.

Constructors

Link copied to clipboard
constructor(workflowId: String, hostUrl: String, additionalRequestHeaders: Map<String, String> = emptyMap(), consent: MicroblinkPlatformConsent)

Properties

Link copied to clipboard

Additional headers to be sent with the request.

Link copied to clipboard

Consent given by the user.

Link copied to clipboard

Host URL of the backend you are hosting.

Link copied to clipboard

ID of the workflow you want to use.