NotActivatedError

data class NotActivatedError(val message: String) : DittoError.ActivationErrorReason

The Ditto instance has not yet been activated, which is achieved via a successful call to setLicenseToken.

Constructors

Link copied to clipboard
fun NotActivatedError(message: String)

Properties

Link copied to clipboard
val message: String