@js-soft/native-abstractions / Exports / IAppConfig
Default configuration of the app: This is the set of configurations utilized by the native implementations. Additional default configuration entries can be added to the configuration file on demand and will be available to the app at runtime.
• applicationId: string
Id of the app
• Optional
cordova: ICordovaConfig
• Optional
electron: IElectronConfig
• Optional
firebase: IFirebaseConfig
• Optional
launchOptions: ILaunchOptionsConfig
• Optional
localforage: ILocalForageConfig
• name: string
Name of the app
• pushToken: null
| string
Remote push notification token generated by the app during initialization
• type: AppType
Development type of the app