Email

public struct Email : Decodable, Equatable
extension PreferenceCenterConfig.ContactManagementItem.Email: Encodable

Email registration options

  • Text placeholder for email address

    Declaration

    Swift

    public var placeholder: String?
  • The label for the email address

    Declaration

    Swift

    public var addressLabel: String
  • Additional JSON payload

    Declaration

    Swift

    public var properties: AirshipJSON?
  • Label with resend button

    Declaration

    Swift

    public var pendingLabel: PendingLabel
  • Error messages that can result of attempting to add an email address

    Declaration

    Swift

    public var errorMessages: ErrorMessages