SASApplicationDelegate
@objc
open class SASApplicationDelegate : UIResponder
extension SASApplicationDelegate : UIApplicationDelegate
extension SASApplicationDelegate : SASManagerDelegate
extension SASApplicationDelegate : MFMailComposeViewControllerDelegate
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.
-
:nodoc
Declaration
Swift
public static let DEBUG_WITHOUT_DEMO_SERVER: Bool