InfiniteQueryLoadingObject

constructor(reply: Reply<T>, replyUpdatedAt: Long, error: Throwable?, errorUpdatedAt: Long, staleAt: Long, fetchStatus: QueryFetchStatus, isInvalidated: Boolean, refresh: suspend () -> Unit, loadMore: suspend (param: S) -> Unit, loadMoreParam: S?)

Creates a InfiniteQueryLoadingObject.

Parameters

T

Type of data to retrieve.

S

Type of parameter.