public final class

PageDirection

extends Object
java.lang.Object
   ↳ com.google.android.gms.games.PageDirection

Class Overview

Direction constants for pagination over data sets.

Summary

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

Constants

public static final int NEXT

Direction advancing toward the end of the data set.

Constant Value: 0 (0x00000000)

public static final int NONE

Constant indicating that no pagination is occurring.

Constant Value: -1 (0xffffffff)

public static final int PREV

Direction advancing toward the beginning of the data set.

Constant Value: 1 (0x00000001)