SyncOptions

open class SyncOptions

Request options for {@link com.sap.cloud.mobile.kotlin.odata.OfflineDataService#download(com.sap.cloud.mobile.kotlin.odata.StringList?, com.sap.cloud.mobile.kotlin.odata.SyncOptions?) OfflineDataService.download} and {@link com.sap.cloud.mobile.kotlin.odata.OfflineDataService#upload(com.sap.cloud.mobile.kotlin.odata.StringList?, com.sap.cloud.mobile.kotlin.odata.SyncOptions?) OfflineDataService.upload}.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Set the {@link com.sap.cloud.mobile.kotlin.odata.SyncOptions#cancelToken SyncOptions.cancelToken} and return this options object.

Link copied to clipboard
open fun copy(): SyncOptions

Return a new (mutable) request options object that is a copy of this request options object.

Link copied to clipboard
open fun listen(listener: ProgressListener): SyncOptions

Set the {@link com.sap.cloud.mobile.kotlin.odata.SyncOptions#progressListener SyncOptions.progressListener} and return this options object.