RcsAgentStatus

sealed class RcsAgentStatus

The current status of the RCS agent.

  • CREATED: The RCS agent has been created.

  • PENDING: The RCS agent is pending review.

  • TESTING: The RCS agent is in testing.

  • PARTIAL: The RCS agent is partially active.

  • ACTIVE: The RCS agent is active and available for use.

  • DELETED: The RCS agent has been deleted.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : RcsAgentStatus
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String