Extending The SAS Visual Analytics App
-
SASApplicationDelegatecan be extended to build an app with the SAS Application functionality as the starting point.Since
since 8.22
See moreImportant
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 : UIResponderextension SASApplicationDelegate : UIApplicationDelegateextension SASApplicationDelegate : SASManagerDelegateextension SASApplicationDelegate : MFMailComposeViewControllerDelegate
View on GitHub
Extending The SAS Visual Analytics App Reference