public static interface

Person.OrderBy

com.google.android.gms.plus.model.people.Person.OrderBy

Class Overview

Constants to declare the order to return people in.

These constants are used with the loadPeople(PlusClient.OnPeopleLoadedListener, int) method.

Summary

Constants
int ALPHABETICAL Constant used to load people ordered by their display name.
int BEST Constant used to load people ordered based on the 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 loadPeople(PlusClient.OnPeopleLoadedListener, int) method.

Constant Value: 0 (0x00000000)

public static final int BEST

Constant used to load people ordered based on the relevance to the viewer.

This constant is used with the loadPeople(PlusClient.OnPeopleLoadedListener, int) method.

Constant Value: 1 (0x00000001)