copy

fun copy(href: String, items: List<T>, limit: Int, next: String? = null, cursor: Cursor? = null, total: Int = 0, offset: Int = 0, previous: String? = null): CursorBasedPagingObject<T>

Sources

(source)
Link copied to clipboard