customer-android-kotlin

//core/com.kustomer.core.models.kb/KusDomainStatus

KusDomainStatus

[androidJvm]
enum KusDomainStatus : Enum<KusDomainStatus>

Represents the status of a Knowledge Base custom domain. These values match the domain statuses returned by the KB API.

Entries

   
PENDING [androidJvm]
PENDING
Domain is being set up and is not yet ready to use
READY [androidJvm]
READY
Domain is configured and ready to use
PENDING_REMOVAL [androidJvm]
PENDING_REMOVAL
Domain is in the process of being removed

Types

Name Summary
Companion [androidJvm]
object Companion

Properties

Name Summary
entries [androidJvm]
val entries: EnumEntries<KusDomainStatus>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
value [androidJvm]
val value: String

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): KusDomainStatus
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<KusDomainStatus>
Returns an array containing the constants of this enum type, in the order they’re declared.