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

Latest commit

 

History

History
28 lines (15 loc) · 845 Bytes

INativeLaunchOptions.md

File metadata and controls

28 lines (15 loc) · 845 Bytes

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

Interface: INativeLaunchOptions

Handle launches of the app originating from an open url or open file instruction

Table of contents

Methods

Methods

init

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

Initialize handling of launch events. Once initialized, it publishes a UrlOpenEvent when the app was started by an url or a FileViewEvent when the app was started to open a file.

Returns

Promise<Result<void, ApplicationError>>

Defined in

src/INativeLaunchOptions.ts:11