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