Packages

package optin

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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. object OptedIn extends OptinEventType with Product with Serializable
  2. object OptedInNotReady extends OptinStatus with Product with Serializable
  3. object OptedInReady extends OptinStatus with Product with Serializable
  4. object OptedInSingleUser extends OptinStatus with Product with Serializable
  5. object OptedOut extends OptinEventType with Product with Serializable
  6. object OptedOutEligible extends OptinStatus with Product with Serializable
  7. object OptedOutSingleUser extends OptinStatus with Product with Serializable
  8. 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