Enumerations

The following enumerations are available globally.

  • This is the domain that your organization is created in. For Example: If your org located in zoho.in choose ZSDomain.inDC

    See more

    Declaration

    Swift

    @objc
    public enum ZSDomain : Int
  • It is the period (Monthly, Weekly, Yearly) in which the interval is applied. For example, if the plan renews every 3 months, the month is the unit here. If the plan renews 2 weeks, the week is the unit here.

    See more

    Declaration

    Swift

    @objc
    public enum ZSPlanInterval : Int
  • The error codes will be return from the ZS InApp SDK

    See more

    Declaration

    Swift

    @objc
    public enum ZSErrorCode : Int