Constants to declare the order to return people in.
These constants are used with the
loadVisible(GoogleApiClient, int, String)
method.
Constant Summary
int | ALPHABETICAL | Constant used to load people ordered by their display name. |
int | BEST | Constant used to load people ordered based on their relevance to the viewer. |
Constants
public static final int ALPHABETICAL
Constant used to load people ordered by their display name.
This constant is used with the
loadVisible(GoogleApiClient, int, String)
method.
public static final int BEST
Constant used to load people ordered based on their relevance to the viewer.
This constant is used with the
loadVisible(GoogleApiClient, int, String)
method.