public static interface

Moments.LoadMomentsResult

implements Releasable Result
com.google.android.gms.plus.Moments.LoadMomentsResult

Class Overview

Information about the set of moments that was loaded.

Summary

Public Methods
abstract MomentBuffer getMomentBuffer()
Returns the requested moments.
abstract String getNextPageToken()
Returns the continuation token, which is used to page through large result sets.
abstract String getUpdated()
Returns the time at which this collection of moments was last updated.
[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 MomentBuffer getMomentBuffer ()

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

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 String getUpdated ()

Returns the time at which this collection of moments was last updated. Formatted as an RFC 3339 timestamp.