public static interface

People.LoadPeopleResult

implements Releasable Result
com.google.android.gms.plus.People.LoadPeopleResult

Class Overview

Information about the set of people that was loaded.

Summary

Public Methods
abstract String getNextPageToken()
Returns the continuation token, which is used to page through large result sets.
abstract PersonBuffer getPersonBuffer()
Returns the requested people.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract String getNextPageToken ()

Returns the continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

public abstract PersonBuffer getPersonBuffer ()

Returns the requested people. The listener must close this object when finished.