Classes

The following classes are available globally.

  • Configuration of the SDK. This configuration contains the basic data used to make API calls to Zoho Subscriptions’ server.

    See more

    Declaration

    Swift

    @objc
    public class ZSConfiguration : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public class ZSFileAttachment : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public class ZSCustomField : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    final public class ZSIAPProductPurchaseDetail : NSObject

ZSKit

  • The SDK will facilitate purchase with the app store. Any new purchase or changes to existing subscription will be automatically synced to your Zoho Subscriptions organisation and will reflect in your metrics.

    See more

    Declaration

    Swift

    @objc
    final public class ZSKit : NSObject
  • Error sent from the SDK.

    See more

    Declaration

    Swift

    @objc
    public class ZSError : NSObject
  • Plan object that contains the plan related information entered in Zoho Subscription along with the SKProduct info from App Store.

    See more

    Declaration

    Swift

    @objc
    final public class ZSPlan : NSObject
  • ZSSubscriptonDetails will have the details of a particular subscription. It will have have the plan related details and the status of the subscription along with the expiry details.

    See more

    Declaration

    Swift

    @objc
    final public class ZSSubscriptionDetail : NSObject