Packages

package optin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class OptinEvent(optinEventType: OptinEventType, user: AgentUser, eventDateTime: LocalDateTime) extends Product with Serializable
  2. sealed trait OptinEventType extends AnyRef
  3. case class OptinRecord(arn: Arn, history: List[OptinEvent]) extends Product with Serializable
  4. sealed trait OptinStatus extends AnyRef

Value Members

  1. case object OptedIn extends OptinEventType with Product with Serializable
  2. case object OptedInNotReady extends OptinStatus with Product with Serializable
  3. case object OptedInReady extends OptinStatus with Product with Serializable
  4. case object OptedInSingleUser extends OptinStatus with Product with Serializable
  5. case object OptedOut extends OptinEventType with Product with Serializable
  6. case object OptedOutEligible extends OptinStatus with Product with Serializable
  7. case object OptedOutSingleUser extends OptinStatus with Product with Serializable
  8. case object OptedOutWrongClientCount extends OptinStatus with Product with Serializable
  9. object OptinEvent extends Serializable
  10. object OptinEventType
  11. object OptinRecord extends Serializable
  12. object OptinStatus

Ungrouped