Push distributor: ensure the current UnifiedPush distributor is stored
This commit is contained in:
parent
56ca04affa
commit
d2fbff09b8
8 changed files with 68 additions and 8 deletions
|
|
@ -24,6 +24,11 @@ interface PushService {
|
|||
// TODO Move away
|
||||
fun notificationStyleChanged()
|
||||
|
||||
/**
|
||||
* Return the current push provider, or null if none.
|
||||
*/
|
||||
suspend fun getCurrentPushProvider(): PushProvider?
|
||||
|
||||
/**
|
||||
* Return the list of push providers, available at compile time, and
|
||||
* available at runtime, sorted by index.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue