openSystemChannelSettings

Opens the notification channel settings system UI for Batch's default channel.

Will do nothing on API <26

Return

Whether the system settings have been opened or not. Always false on API <26

Parameters

context

Your context


open fun openSystemChannelSettings(@NonNull context: Context, @NonNull channelId: String): Boolean

Opens the notification channel settings system UI for the specified channel

Will do nothing on API <26

Return

Whether the system settings have been opened or not. Always false on API <26

Parameters

context

Your context. Can't be null.

channelId

The channel to open this. Can't be null.