@sendbird/calls-react-native
    Preparing search index...

    Interface Query

    interface Query {
        hasNext: boolean;
        isLoading: boolean;
        next(): Promise<unknown>;
        release(): void;
    }
    Index

    Properties

    Methods

    Properties

    hasNext: boolean
    isLoading: boolean

    Methods