RLMSyncProgressDirection
enum RLMSyncProgressDirection : NSUInteger {}
The transfer direction (upload or download) tracked by a given progress notification block.
Progress notification blocks can be registered on sessions if your app wishes to be informed how many bytes have been uploaded or downloaded, for example to show progress indicator UIs.
-
For monitoring upload progress.
Declaration
Objective-C
RLMSyncProgressDirectionUploadSwift
case upload = 0 -
For monitoring download progress.
Declaration
Objective-C
RLMSyncProgressDirectionDownloadSwift
case download = 1
View on GitHub
Install in Dash
RLMSyncProgressDirection Enum Reference