kaios-types
    Preparing search index...

    Interface MozCallBarringOptions

    interface MozCallBarringOptions {
        enabled?: boolean | null;
        newPin?: string | null;
        password?: string | null;
        pin?: string | null;
        program?: number | null;
        serviceClass?: number | null;
    }
    Index

    Properties

    enabled?: boolean | null
    newPin?: string | null
    password?: string | null
    pin?: string | null
    program?: number | null
    serviceClass?: number | null