Constants

public struct Constants

The Constants struct houses all the constant values used throughout the library.

  • The host to use for the API calls.

    Declaration

    Swift

    public static var ApiHost: String
  • The version number of the library.

    Declaration

    Swift

    public static let Version: String
  • The upper limit to the number of personalizations allowed in an email.

    Declaration

    Swift

    public static let PersonalizationLimit: Int
  • The upper limit to the number of recipients that can be in an email.

    Declaration

    Swift

    public static let RecipientLimit: Int
  • The upper limit on how many substitutions are allowed.

    Declaration

    Swift

    public static let SubstitutionLimit: Int
  • The maximum amount of seconds in the future an email can be scheduled for.

    Declaration

    Swift

    public static let ScheduleLimit: TimeInterval
  • Constants for categories

    See more

    Declaration

    Swift

    public struct Categories
  • Constants for the subscription tracking setting.

    See more

    Declaration

    Swift

    public struct SubscriptionTracking
  • Constants for custom arguments.

    See more

    Declaration

    Swift

    public struct CustomArguments
  • Constants for ASM.

    See more

    Declaration

    Swift

    public struct UnsubscribeGroups