Method OpenNotificationSettings
OpenNotificationSettings(string)
Opens settings. On Android versions lower than 8.0 opens settings for the application. On Android 8.0 and later opens notification settings for the specified channel, or for the application, if channelId is null. Note, that opening settings will suspend the application and switch to settings app.
Declaration
public static void OpenNotificationSettings(string channelId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | channelId | ID for the channel to open or null to open notification settings for the application. |