startup MethodStatic
start an IpcApp.
startup(ipc: IpcSocketFrontend, opts?: IpcAppOptions): Promise<void>
@note this should not be called directly. It is called by NativeApp.startup
Parameter | Type | Description |
---|---|---|
ipc | IpcSocketFrontend | |
opts | IpcAppOptions |
Returns - Promise
Defined in
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.