SupportPermitStatus

sealed class SupportPermitStatus

The status of a support permit.

Inheritors

Types

Link copied to clipboard

The permit is active and can be used by the support operator.

Link copied to clipboard
object Companion
Link copied to clipboard

The permit is being deleted.

Link copied to clipboard

The permit is inactive and cannot be used.

Link copied to clipboard
data class SdkUnknown(val value: String) : SupportPermitStatus

Properties

Link copied to clipboard
abstract val value: String