Share via


ReadRecordsResponse.NextPageToken Property

Definition

Returns a page token to read the next page of the result.

public virtual long NextPageToken { [Android.Runtime.Register("getNextPageToken", "()J", "GetGetNextPageTokenHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getNextPageToken", "()J", "GetGetNextPageTokenHandler", ApiSince=34)>]
member this.NextPageToken : int64

Property Value

Attributes

Remarks

Returns a page token to read the next page of the result. -1 if there are no more pages available.

Java documentation for android.health.connect.ReadRecordsResponse.getNextPageToken().

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