EventDesired
public struct EventDesired : OptionSet
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
Declaration
Swift
public static let willStartDownloads: EventDesired -
Declaration
Swift
public static let willStartUploads: EventDesired -
Declaration
Swift
public static let singleFileUploadComplete: EventDesired -
Declaration
Swift
public static let singleFileUploadGone: EventDesired -
Declaration
Swift
public static let singleAppMetaDataUploadComplete: EventDesired -
Declaration
Swift
public static let singleUploadDeletionComplete: EventDesired -
Declaration
Swift
public static let contentUploadsCompleted: EventDesired -
Declaration
Swift
public static let uploadDeletionsCompleted: EventDesired -
Declaration
Swift
public static let sharingGroupUploadOperationCompleted: EventDesired -
Declaration
Swift
public static let sharingGroupOwningUserRemoved: EventDesired -
Declaration
Swift
public static let syncDelayed: EventDesired -
Declaration
Swift
public static let syncStarted: EventDesired -
Declaration
Swift
public static let syncDone: EventDesired -
Declaration
Swift
public static let syncStopping: EventDesired -
Declaration
Swift
public static let refreshingCredentials: EventDesired -
Declaration
Swift
public static let serverDown: EventDesired -
Declaration
Swift
public static let minimumIOSClientVersion: EventDesired -
Declaration
Swift
public static let defaults: EventDesired -
Declaration
Swift
public static let all: EventDesired
View on GitHub
EventDesired Structure Reference