Classes

The following classes are available globally.

  • Descriptor for a SASReport. This class identifies a report to the SASManager. You can create this object with either the name and location of the report, or you can use the report’s uniqueIdentifier acquired from a server.

    Since

    since 8.22
    See more

    Declaration

    Swift

    public class SASReportDescriptor
  • SASApplicationDelegate can be extended to build an app with the SAS Application functionality as the starting point.

    Since

    since 8.22

    Important

    Any UIApplicationDelegate lifecycle methods that are overridden by subclasses of this class must call super for the SASApplicationDelegate to respond.

    Declaration

    Swift

    @objc open class SASApplicationDelegate: UIResponder
  • The SASManager class.

    The singleton object that is used for global SAS platform operations.

    Since

    since 8.22
    See more

    Declaration

    Swift

    @objc public class SASManager : NSObject