Direction

enum Direction : Enum<Direction>

A direction indicates whether a given Progress-flow created with SyncSession.progressAsFlow is reporting changes when either uploading or downloading data.

Entries

UPLOAD
Link copied to clipboard

Used to pass to SyncSession.progressAsFlow to create a flow that reports Progress when uploading data from the device to the server.

DOWNLOAD
Link copied to clipboard

Used to pass to SyncSession.progressAsFlow to create a flow that reports Progress when downloading data from the server.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int