NetworkStats.GetNextBucket(NetworkStats+Bucket) Method

Definition

Fills the recycled bucket with data of the next bin in the enumeration.

[Android.Runtime.Register("getNextBucket", "(Landroid/app/usage/NetworkStats$Bucket;)Z", "", ApiSince=23)]
public bool GetNextBucket (Android.App.Usage.NetworkStats.Bucket? bucketOut);
[<Android.Runtime.Register("getNextBucket", "(Landroid/app/usage/NetworkStats$Bucket;)Z", "", ApiSince=23)>]
member this.GetNextBucket : Android.App.Usage.NetworkStats.Bucket -> bool

Parameters

bucketOut
NetworkStats.Bucket

Bucket to be filled with data.

Returns

true if successfully filled the bucket, false otherwise.

Attributes

Remarks

Java documentation for android.app.usage.NetworkStats.getNextBucket(android.app.usage.Bucket).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to