Skip to content

ElectronSystemPreferences.unsubscribeLocalNotification method

ElectronSystemPreferences › unsubscribeLocalNotification

Unofficial

Same as unsubscribeNotification, but removes the subscriber from NSNotificationCenter.

Signature:

unsubscribeLocalNotification(id: number): void

Parameters:

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

Platform: darwin.

Returns: void