java.lang.Object | ||
↳ | com.google.android.gms.common.data.AbstractDataBuffer<com.google.android.gms.games.request.GameRequest> | |
↳ | com.google.android.gms.games.request.GameRequestBuffer |
This class is deprecated.
Google+ no longer integrated so social APIs will not work as expected. See
Play Games authentication adopting Google Sign-In API
EntityBuffer implementation containing Request details.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the item at the specified position.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the item at the specified position. Note that the objects returned from subsequent invocations of this method for the same position may not be identical objects, but will be equal in value. In other words:
buffer.get(i) == buffer.get(i)
may return false.
buffer.get(i).equals(buffer.get(i))
will return true.
Parameters | |
---|---|
position |
int :
The position of the item to retrieve. |
Returns | |
---|---|
GameRequest |
the item at position in this buffer.
|
Returns | |
---|---|
int |