@js-soft/native-abstractions / Exports / INativeLaunchOptions
Handle launches of the app originating from an open url or open file instruction
▸ 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.
Promise
<Result
<void
, ApplicationError
>>