Chat SDK v1.3.5 for React Native
    Preparing search index...

    Class ChatCursorResult<T>

    The generic class which contains the cursor and pagination result.

    The class instance is returned when you make a paginated query.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • params: { cursor: string; list?: T[]; opt?: { map: (obj: any) => any } }

      Returns ChatCursorResult<T>

    Properties

    cursor: string

    The cursor that specifies where to start to get data.

    list?: T[]

    The request result.