CountryLaunchStatus

sealed class CountryLaunchStatus

The per-country launch status of an RCS agent.

  • CREATED: The country launch has been created.

  • PENDING: The country launch is pending.

  • PARTIAL: The country launch is partially active.

  • ACTIVE: The country launch is active.

  • REJECTED: The country launch was rejected.

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) : CountryLaunchStatus

Properties

Link copied to clipboard
abstract val value: String