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

Latest commit

 

History

History
56 lines (29 loc) · 1.29 KB

INativeBootstrapper.md

File metadata and controls

56 lines (29 loc) · 1.29 KB

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

Interface: INativeBootstrapper

Initialization of native features

Table of contents

Properties

Methods

Properties

isInitialized

isInitialized: boolean

Indicates whether the initalisation is finished

Defined in

src/INativeBootstrapper.ts:11


nativeEnvironment

nativeEnvironment: INativeEnvironment

Environment of initialized native features

Defined in

src/INativeBootstrapper.ts:15

Methods

init

init(): Promise<Result<void, ApplicationError>>

Function for starting the initialization process

Returns

Promise<Result<void, ApplicationError>>

Defined in

src/INativeBootstrapper.ts:19