public static interface

PlusClient.OnMomentsLoadedListener

com.google.android.gms.plus.PlusClient.OnMomentsLoadedListener

Class Overview

Listener interface for when moments are loaded.

Summary

Public Methods
abstract void onMomentsLoaded(ConnectionResult status, MomentBuffer momentBuffer, String nextPageToken, String updated)

Public Methods

public abstract void onMomentsLoaded (ConnectionResult status, MomentBuffer momentBuffer, String nextPageToken, String updated)

Parameters
status The resulting connection status of the loadMoments(OnMomentsLoadedListener) request.
momentBuffer The requested moments. The listener must close this object when finished.
nextPageToken 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.
updated The time at which this collection of moments was last updated. Formatted as an RFC 3339 timestamp.