RegistrationResponse

data class RegistrationResponse(val developerModeEnabled: Boolean)

The response from the application when registering a new document.

Parameters

developerModeEnabled

set to true if the app is in developer mode, false otherwise.

Constructors

Link copied to clipboard
constructor(developerModeEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard