File tree Expand file tree Collapse file tree 6 files changed +0
-47
lines changed Expand file tree Collapse file tree 6 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ export function createAppConfig(...configs: (AppConfigOverwrite | AppConfig)[]):
34
34
datawalletEnabled : true
35
35
} ,
36
36
modules : {
37
- appLaunch : {
38
- name : "appLaunch" ,
39
- displayName : "App Launch Module" ,
40
- location : "appLaunch" ,
41
- enabled : true
42
- } ,
43
37
pushNotification : {
44
38
name : "pushNotification" ,
45
39
displayName : "Push Notification Module" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { AppStringProcessor } from "./AppStringProcessor";
12
12
import { AccountSelectedEvent } from "./events" ;
13
13
import { AppServices , IUIBridge } from "./extensibility" ;
14
14
import {
15
- AppLaunchModule ,
16
15
AppRuntimeModuleConfiguration ,
17
16
AppSyncModule ,
18
17
IAppRuntimeModuleConstructor ,
@@ -238,7 +237,6 @@ export class AppRuntime extends Runtime<AppConfig> {
238
237
}
239
238
240
239
private static moduleRegistry : Record < string , IAppRuntimeModuleConstructor | undefined > = {
241
- appLaunch : AppLaunchModule ,
242
240
appSync : AppSyncModule ,
243
241
identityDeletionProcessStatusChanged : IdentityDeletionProcessStatusChangedModule ,
244
242
mailReceived : MailReceivedModule ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- export * from "./AppLaunchModule" ;
2
1
export * from "./MailReceivedModule" ;
3
2
export * from "./OnboardingChangeReceivedModule" ;
4
3
export * from "./RelationshipTemplateProcessedModule" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export * from "./AppReadyEvent" ;
2
2
export * from "./RemoteNotificationEvent" ;
3
3
export * from "./RemoteNotificationRegistrationEvent" ;
4
- export * from "./UrlOpenEvent" ;
You can’t perform that action at this time.
0 commit comments