SendingStatus

sealed class SendingStatus

The sending status for a reputation entity. This can be one of the following:

  • ENABLED – Sending is allowed for this entity.

  • DISABLED – Sending is prevented for this entity.

  • REINSTATED – Sending is allowed even if there are active reputation findings.

Inheritors

Types

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

Properties

Link copied to clipboard
abstract val value: String