brows3r — TypeScript API
    Preparing search index...

    Interface NotificationSettings

    Controls in-app and OS-level notification behaviour.

    interface NotificationSettings {
        inApp: boolean;
        osEnabled: boolean;
        sound: boolean;
    }
    Index

    Properties

    Properties

    inApp: boolean
    osEnabled: boolean
    sound: boolean