Indicates how the notifications permission is handled.
Automatic | The permission is launched when the app starts running. |
Manual | The permission will be requested when it is programmed with the corresponding External Object Permission for each platform. |
Objects: Menu, Panel (Only Main Objects)
Generators: Apple, Android
This property is shown when the Enable Notifications property is set to True.
The Manual value is recommended when you need more control over the application permission requests. For example, in an application with authentication, you want to run the permission request when you are sure that the user is logged in the application.
This property applies only at design time.
HowTo: Configure Push Notifications in Apple Applications
HowTo: Configure Push Notifications in Android Applications