SAPcpmsNetworkSynchronizationPolicyOptions
public struct SAPcpmsNetworkSynchronizationPolicyOptions : OptionSet
Set of options that determine when to synchronize data
-
Raw value of the option
Declaration
Swift
public let rawValue: Int -
Creates an option based on the rawValue
Declaration
Swift
public init(rawValue: Int)Parameters
rawValueavailable values: any combination of the values of
wifimobileNetworkroaming -
Synchronize the data during the device is on wifi network
Declaration
Swift
public static let wifi: SAPcpmsNetworkSynchronizationPolicyOptions -
Synchronize the data during the device is on mobile network
Declaration
Swift
public static let mobileNetwork: SAPcpmsNetworkSynchronizationPolicyOptions -
Synchronize the data during the device is roaming
Declaration
Swift
public static let roaming: SAPcpmsNetworkSynchronizationPolicyOptions -
SAP default for synchronization
Declaration
Swift
public static let `default`: SAPcpmsNetworkSynchronizationPolicyOptions