NotActivatedError

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

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

Constructors

NotActivatedError
Link copied to clipboard
fun NotActivatedError(message: String)

Properties

message
Link copied to clipboard
val message: String