com.google.android.gms.plus.PlusClient.OrderBy |
Constants to declare the order to return people in.
These constants are used with the loadVisiblePeople(PlusClient.OnPeopleLoadedListener, int, String)
method.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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. |
Constant used to load people ordered by their display name.
This constant is used with the loadVisiblePeople(PlusClient.OnPeopleLoadedListener, int, String)
method.
Constant used to load people ordered based on their relevance to the viewer.
This constant is used with the loadVisiblePeople(PlusClient.OnPeopleLoadedListener, int, String)
method.