Give ability to configure the UnifiedPush default push gateway.

This commit is contained in:
Benoit Marty 2025-03-12 17:10:33 +01:00
parent cf60f943a8
commit 5cab146eed
8 changed files with 59 additions and 3 deletions

View file

@ -19,4 +19,5 @@ interface EnterpriseService {
fun semanticColorsDark(): SemanticColors
fun firebasePushGateway(): String?
fun unifiedPushDefaultPushGateway(): String?
}