LaunchHandler
struct LaunchHandler : AppHandler
extension LaunchHandler: AppLaunchHandler, ServiceProvider
Stub for startup construction
-
willFinishLaunchingWithOptions
Declaration
Swift
func application( _ application: UIApplication, // swiftlint:disable:next discouraged_optional_collection willFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> BoolParameters
applicationApplication
launchOptionsLaunch options
Return Value
Success
-
didFinishLaunchingWithOptions
Declaration
Swift
func application( _ application: UIApplication, // swiftlint:disable:next discouraged_optional_collection didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> BoolParameters
applicationApplication
launchOptionsLaunch options
Return Value
Success
-
Configure logging
Declaration
Swift
func configure(logging production: Bool)Parameters
productionIs this production environment?
View on GitHub
LaunchHandler Structure Reference