#import <ThingModuleApplicationBlueprint.h>
◆ application:didFinishLaunchingWithOptions: [1/2]
- (BOOL) application: |
|
(UIApplication *) |
application |
didFinishLaunchingWithOptions: |
|
(nullable NSDictionary *) |
launchOptions |
|
|
| |
|
required |
◆ application:didFinishLaunchingWithOptions: [2/2]
- (BOOL) application: |
|
(UIApplication *) |
application |
didFinishLaunchingWithOptions: |
|
(nullable NSDictionary *) |
launchOptions |
|
|
| |
|
required |
◆ currentRootViewController [1/2]
- (__kindof UIViewController *) currentRootViewController |
|
|
|
|
required |
the root view controller of key window
◆ currentRootViewController [2/2]
- (__kindof UIViewController *) currentRootViewController |
|
|
|
|
required |
the root view controller of key window
◆ reloadRootViewController [1/2]
- (void) reloadRootViewController |
|
|
|
|
required |
reload the root view controller of key window
◆ reloadRootViewController [2/2]
- (void) reloadRootViewController |
|
|
|
|
required |
reload the root view controller of key window
◆ resetPrivacyPrompt [1/2]
- (void) resetPrivacyPrompt |
|
|
|
|
optional |
◆ resetPrivacyPrompt [2/2]
- (void) resetPrivacyPrompt |
|
|
|
|
optional |
◆ resetRootViewController: [1/2]
- (void) resetRootViewController: |
|
(__kindof UIViewController *) |
rootVC |
|
|
required |
reset the root view controller of key window to a specified view controller
◆ resetRootViewController: [2/2]
- (void) resetRootViewController: |
|
(__kindof UIViewController *) |
rootVC |
|
|
required |
reset the root view controller of key window to a specified view controller
◆ shouldOpenRouteWithScheme:host:path:params: [1/2]
- (BOOL) shouldOpenRouteWithScheme: |
|
(NSString *) |
scheme |
host: |
|
(NSString *) |
host |
path: |
|
(NSString *) |
path |
params: |
|
(NSDictionary *) |
params |
|
|
| |
|
optional |
◆ shouldOpenRouteWithScheme:host:path:params: [2/2]
- (BOOL) shouldOpenRouteWithScheme: |
|
(NSString *) |
scheme |
host: |
|
(NSString *) |
host |
path: |
|
(NSString *) |
path |
params: |
|
(NSDictionary *) |
params |
|
|
| |
|
optional |
◆ window [1/2]
you need to create a window and set to [UIApplication sharedApplication].delegate.window when [UIApplication sharedApplication].delegate.window == nil
◆ window [2/2]
you need to create a window and set to [UIApplication sharedApplication].delegate.window when [UIApplication sharedApplication].delegate.window == nil
The documentation for this protocol was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingModuleManager/ThingModuleManager.xcframework/ios-x86_64-simulator/ThingModuleManager.framework/Headers/ThingModuleApplicationBlueprint.h
- /Users/humtong/Downloads/Pods_副本/ThingModuleManager/ThingModuleManager.xcframework/ios-arm64/ThingModuleManager.framework/Headers/ThingModuleApplicationBlueprint.h