DisablePush method: NotificationManager class
Syntax
DisablePush()
Description
Use this method to disable In-app notifications, that is, to disable notifications that appear on the Notifications panel on PIA. It will reset the default value too.
Parameters
None.
Returns
None.
Example
&objNotif.DisablePush();
Related Topics