NotificationSettings
Overall notification settings for the application in android. On non-Android platforms, this will be populated with default values
android: AndroidNotificationSettings;
Overall notification authorization status for the application.
On Android, authorizationStatus
will return only either AuthorizationStatus.DENIED
or AuthorizationStatus.AUTHORIZED
.
authorizationStatus: AuthorizationStatus;
Overall notification settings for the application in iOS. On non-iOS platforms, this will be populated with default values
ios: IOSNotificationSettings;
Overall notification settings for the application in web. On non-Web platforms, this will be populated with default values
web: WebNotificationSettings;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.