Enum AN_PageDirection
Direction constants for pagination over data sets.
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public enum AN_PageDirection
Fields
| Name | Description |
|---|---|
| Next | Direction advancing toward the end of the data set. |
| None | Constant indicating that no pagination is occurring. |
| Prev | Direction advancing toward the beginning of the data set. |