Required permissions can be registered through the `notification.local.registerPermission` interface.
Required permissions can be registered through the `notification.local.registerPermission` interface.<br/>
The method takes a callback function as its argument which will be called with a boolean value. Optional the scope of the callback function ca be defined through a second argument.
#### Further informations
#### Further informations
- The method is supported on each platform, however its only relevant for iOS8 and above.
- The method is supported on each platform, however its only relevant for iOS8 and above.
- The user will only get a prompt dialog for the first time. Later its only possible to change the setting via the notification center.
- The user will only get a prompt dialog for the first time. Later its only possible to change the setting via the notification center.