Add ability to not show the pusher registration again.
This commit is contained in:
parent
675f93a5ad
commit
64930e4435
13 changed files with 86 additions and 6 deletions
|
|
@ -29,6 +29,9 @@ interface UserPushStore {
|
|||
fun getNotificationEnabledForDevice(): Flow<Boolean>
|
||||
suspend fun setNotificationEnabledForDevice(enabled: Boolean)
|
||||
|
||||
fun ignoreRegistrationError(): Flow<Boolean>
|
||||
suspend fun setIgnoreRegistrationError(ignore: Boolean)
|
||||
|
||||
/**
|
||||
* Return true if Pin code is disabled, or if user set the settings to see full notification content.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue