RVS_BTDriver_iOS_Test_Harness_AppDelegate
@UIApplicationMain
class RVS_BTDriver_iOS_Test_Harness_AppDelegate : UIResponder, UIApplicationDelegate
-
The window instance.
Declaration
Swift
var window: UIWindow?
-
Quick access to the app delegate object.
Declaration
Swift
class var appDelegateObject: RVS_BTDriver_iOS_Test_Harness_AppDelegate! { get }
-
Called after the application has set itself up.
Declaration
Swift
func application(_ inApplication: UIApplication, didFinishLaunchingWithOptions inLaunchOptions: [UIApplication.LaunchOptionsKey : Any]?) -> Bool
Parameters
inApplication
A reference to the application instance.
didFinishLaunchingWithOptions
The launch option set.
Return Value
false, if you want to abort the launch. True, otherwise.