Method OpenNotificationSettings
OpenNotificationSettings(NotificationSettingsSection)
Opens settings for the application. If possible, will try to navigate as close to requested section as it can. On iOS and Android prior to 8.0 will open settings for the application. Since Android 8.0 will open notification settings for either application or the default channel.
Declaration
public static void OpenNotificationSettings(NotificationSettingsSection section = NotificationSettingsSection.Application)
Parameters
| Type | Name | Description |
|---|---|---|
| NotificationSettingsSection | section | The section to navigate to. |