@gphone/sdk
Preparing search index...
useNotificationSettings
Function useNotificationSettings
useNotificationSettings
()
:
{
badgesEnabled
:
Writable
<
boolean
>
;
notificationSoundEnabled
:
Writable
<
boolean
>
;
toastsEnabled
:
Writable
<
boolean
>
;
}
OS Service Hook for Notification user preferences.
Returns
{
badgesEnabled
:
Writable
<
boolean
>
;
notificationSoundEnabled
:
Writable
<
boolean
>
;
toastsEnabled
:
Writable
<
boolean
>
;
}
badgesEnabled
:
Writable
<
boolean
>
notificationSoundEnabled
:
Writable
<
boolean
>
toastsEnabled
:
Writable
<
boolean
>
Persistent user settings for OS notifications.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@gphone/sdk
Loading...
OS Service Hook for Notification user preferences.