DataEventBuffer Stay organized with collections Save and categorize content based on your preferences.
Page Summary
DataEventBuffer is a data structure that holds references to a set of events.
It extends AbstractDataBuffer and implements the Result interface.
Key public methods include getting a specific DataEvent by index, getting the total count of events, and getting the status of the operation.
Data structure holding references to a set of events.
See Also
Public Method Summary
| finalDataEvent | get(int arg0) |
| int | getCount() |
| Status |
Inherited Method Summary
From class com.google.android.gms.common.data.AbstractDataBuffer
From class java.lang.Object
From interface com.google.android.gms.common.data.DataBuffer
From interface com.google.android.gms.common.api.Result
| abstractStatus | getStatus() |
From interface java.lang.Iterable
| void | forEach(Consumer<? super T> arg0) |
| abstractIterator<DataEvent> | iterator() |
| Spliterator<DataEvent> | spliterator() |
From interface com.google.android.gms.common.api.Releasable
| abstract void | release() |
From interface java.io.Closeable
| abstract void | close() |
From interface java.lang.AutoCloseable
| abstract void | close() |
Public Methods
public finalDataEventget(int arg0)
public intgetCount()
publicStatusgetStatus()
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],[]]