InfiniteQuerySuccessObject

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 InfiniteQuerySuccessObject.

Parameters

T

Type of data to retrieve.

S

Type of parameter.