Let enterprise build be able to use a different notification channel for noisy notification.
This commit is contained in:
parent
7535258bae
commit
6e958f3132
17 changed files with 135 additions and 26 deletions
|
|
@ -35,6 +35,11 @@ interface EnterpriseService {
|
|||
|
||||
fun bugReportUrlFlow(sessionId: SessionId?): Flow<BugReportUrl>
|
||||
|
||||
/**
|
||||
* Gets Notification Channel to use for the noisy notifications of the provided session.
|
||||
*/
|
||||
fun getNoisyNotificationChannelId(sessionId: SessionId): String?
|
||||
|
||||
companion object {
|
||||
const val ANY_ACCOUNT_PROVIDER = "*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue