@gphone/sdk
    Preparing search index...

    Function useNotificationSettings

    • 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.