Mobile Locker JavaScript SDK
    Preparing search index...

    Variable contactsConst

    contacts: {
        getAll(): Promise<UserContact[]>;
        get(contactID: number): Promise<UserContact>;
        getChunked(minID: number, limit: number): Promise<UserContact[]>;
    } = ...

    Type Declaration