Skip to content

ElectronApp.setAppUserModelId method

ElectronApp › setAppUserModelId

Unofficial

Changes the Application User Model ID to id. Windows only.

Signature:

setAppUserModelId(id: string): void

Parameters:

Parameter Type Description
id string The Application User Model ID.

Returns: void