package optin
Ordering
- Alphabetic
Visibility
- Public
- All
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
- object OptedIn extends OptinEventType with Product with Serializable
- object OptedInNotReady extends OptinStatus with Product with Serializable
- object OptedInReady extends OptinStatus with Product with Serializable
- object OptedInSingleUser extends OptinStatus with Product with Serializable
- object OptedOut extends OptinEventType with Product with Serializable
- object OptedOutEligible extends OptinStatus with Product with Serializable
- object OptedOutSingleUser extends OptinStatus with Product with Serializable
- object OptedOutWrongClientCount extends OptinStatus with Product with Serializable
- object OptinEvent extends Serializable
- object OptinEventType
- object OptinRecord extends Serializable
- object OptinStatus