MediaOperationPage

data class MediaOperationPage(val operations: List<MediaOperation>, val nextCursor: String?)

One stable page of operations that an Android executor can resume.

Constructors

Link copied to clipboard
constructor(operations: List<MediaOperation>, nextCursor: String?)

Properties

Link copied to clipboard

Cursor for the next page, or null after the final page.

Link copied to clipboard

Non-terminal transfers ordered by stable operation ID.