Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
118 lines (64 loc) · 2.93 KB

File metadata and controls

118 lines (64 loc) · 2.93 KB

@js-soft/native-abstractions / Exports / IAppConfig

Interface: 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.

Table of contents

Properties

Properties

applicationId

applicationId: string

Id of the app

Defined in

src/INativeConfigAccess.ts:23


cordova

Optional cordova: ICordovaConfig

Defined in

src/INativeConfigAccess.ts:32


electron

Optional electron: IElectronConfig

Defined in

src/INativeConfigAccess.ts:33


firebase

Optional firebase: IFirebaseConfig

Defined in

src/INativeConfigAccess.ts:34


launchOptions

Optional launchOptions: ILaunchOptionsConfig

Defined in

src/INativeConfigAccess.ts:36


localforage

Optional localforage: ILocalForageConfig

Defined in

src/INativeConfigAccess.ts:35


name

name: string

Name of the app

Defined in

src/INativeConfigAccess.ts:19


pushToken

pushToken: null | string

Remote push notification token generated by the app during initialization

Defined in

src/INativeConfigAccess.ts:31


type

type: AppType

Development type of the app

Defined in

src/INativeConfigAccess.ts:27