Extending The SAS Visual Analytics App
-
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
extension SASApplicationDelegate : UIApplicationDelegate
extension SASApplicationDelegate : SASManagerDelegate
extension SASApplicationDelegate : MFMailComposeViewControllerDelegate