java.lang.Object | |
↳ | com.google.android.gms.games.PageDirection |
Direction constants for pagination over data sets.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | NEXT | Direction advancing toward the end of the data set. | |||||||||
int | NONE | Constant indicating that no pagination is occurring. | |||||||||
int | PREV | Direction advancing toward the beginning of the data set. |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Direction advancing toward the end of the data set.
Constant indicating that no pagination is occurring.
Direction advancing toward the beginning of the data set.