public static interface

PlusClient.OrderBy

com.google.android.gms.plus.PlusClient.OrderBy

Class Overview

Constants to declare the order to return people in.

These constants are used with the loadVisiblePeople(PlusClient.OnPeopleLoadedListener, int, String) 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 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 loadVisiblePeople(PlusClient.OnPeopleLoadedListener, int, String) method.

Constant Value: 0 (0x00000000)

public static final int BEST

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.

Constant Value: 1 (0x00000001)