kaios-types
    Preparing search index...

    Interface MozTetheringManager

    Manages Internet tethering (Hotspot).

    CertifiedApps.

    interface MozTetheringManager {
        setTetheringEnabled(
            enabled: boolean,
            type: TetheringType,
            config?: TetheringConfiguration,
        ): Promise<any>;
    }
    Index

    Methods