package optin
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class OptinEvent(optinEventType: OptinEventType, user: AgentUser, eventDateTime: LocalDateTime) extends Product with Serializable
- sealed trait OptinEventType extends AnyRef
- case class OptinRecord(arn: Arn, history: List[OptinEvent]) extends Product with Serializable
- sealed trait OptinStatus extends AnyRef
Value Members
- case object OptedIn extends OptinEventType with Product with Serializable
- case object OptedInNotReady extends OptinStatus with Product with Serializable
- case object OptedInReady extends OptinStatus with Product with Serializable
- case object OptedInSingleUser extends OptinStatus with Product with Serializable
- case object OptedOut extends OptinEventType with Product with Serializable
- case object OptedOutEligible extends OptinStatus with Product with Serializable
- case object OptedOutSingleUser extends OptinStatus with Product with Serializable
- case object OptedOutWrongClientCount extends OptinStatus with Product with Serializable
- object OptinEvent extends Serializable
- object OptinEventType
- object OptinRecord extends Serializable
- object OptinStatus