We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4f15a commit 1a5123cCopy full SHA for 1a5123c
docs/SpotifyWebAPI/util.md
@@ -1,5 +1,5 @@
1
##Paging-Methods
2
-The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage()` and `GetPreviousPage()`.
+The `SpotifyWebAPI` features two paging-helper Methods, `GetNextPage(Paging<T> page)` and `GetPreviousPage(Paging<T> page)`.
3
Both are an easy way to receive the next/previous page of a Paging-Object.
4
5
Sample:
0 commit comments