Skip to content

ElectronSystemPreferences.unsubscribeNotification method

ElectronSystemPreferences › unsubscribeNotification

Unofficial

Removes the subscriber with id.

Signature:

unsubscribeNotification(id: number): void

Parameters:

Parameter Type Description
id number The ID of the subscription to remove.

Platform: darwin.

Returns: void