SAPcpmsSharedDeviceSettings
public struct SAPcpmsSharedDeviceSettings
extension SAPcpmsSharedDeviceSettings: CustomStringConvertible, CustomDebugStringConvertible
Undocumented
-
Allow Upload of Pending Changes from Previous User
Declaration
Swift
public let allowUploadPendingChangesFromPreviousUser: Bool -
Offline Conflict Handling Enabled in Multi User Mode
Declaration
Swift
public let offlineConflictHandlingEnabled: Bool -
Offline Conflict Handling Mode in Multi User Mode
Declaration
Swift
public let offlineConflictHandlingMode: OfflineConflictHandlingMode? -
Offline Conflict Handling options
See moreDeclaration
Swift
public enum OfflineConflictHandlingMode : String -
init(allowUploadPendingChangesFromPreviousUser:offlineConflictHandlingEnabled:offlineConflictHandlingMode:)Initializer
Declaration
Swift
public init( allowUploadPendingChangesFromPreviousUser: Bool = false, offlineConflictHandlingEnabled: Bool = false, offlineConflictHandlingMode: OfflineConflictHandlingMode? = nil )Parameters
allowUploadPendingChangesFromPreviousUserAllow Upload of Pending Changes from Previous User
offlineConflictHandlingEnabledOffline Conflict Handling Enabled in Multi User Mode
offlineConflictHandlingModeOffline Conflict Handling Mode in Multi User Mode
-
Undocumented
Declaration
Swift
public init?(sapcpmsSettings: Any) throws -
Undocumented
Declaration
Swift
public init?(sharedDeviceSettings: Any) throws -
Declaration
Swift
public var description: String { get } -
Declaration
Swift
public var debugDescription: String { get }