Home > Language Reference > Classes > Application
UnregisterNotify Method
Unregister a notification request.
Syntax
Public Sub UnregisterNotify(ByVal eNotify As HbNotify, Optional ByVal iPriority As Integer = 0)
| Parameter | Description |
| eNotify | Type of notification to unregister. |
| iPriority | Notification priority |
Remarks
This method unregister a notification request registered with the RegisterNotify method. For this method to work successfully, you must specify the same value for the iPriority parameter as when registering the notification. Trying to unregister a notification that was not previously registered does not cause any error.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | - |
| Windows CE | Windows CE 3.0 | - |