AppDelegate
@UIApplicationMain
final class AppDelegate : RoutingAppDelegate
Our routing application delegate
-
Runtime environments our app delegate recognizes
See moreDeclaration
Swift
enum Runtime -
Handlers for the active environment
Declaration
Swift
override var handlers: Handlers { get } -
Handlers for environment
Declaration
Swift
static func runtimeHandlers(for runtime: Runtime) -> HandlersParameters
runtimeEnvironment descriptor
Return Value
Appropriate handler collection
View on GitHub
AppDelegate Class Reference