EnablePush method: NotificationManager class
Syntax
EnablePush(default)
Description
Use the EnablePush method to enable In-app notifications. It will reset the default value too.
Parameters
| Parameter | Description |
|---|---|
|
default |
Specifies whether In-app notifications are available to users as default. |
Returns
A Boolean value. True if In-app notifications is the default; False otherwise.
Example
&objNotif.EnablePush(True);
Related Topics