Action
public enum Action : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case clipboardCopyFromLocalDevice = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE" -
Undocumented
Declaration
Swift
case clipboardCopyToLocalDevice = "CLIPBOARD_COPY_TO_LOCAL_DEVICE" -
Undocumented
Declaration
Swift
case fileUpload = "FILE_UPLOAD" -
Undocumented
Declaration
Swift
case fileDownload = "FILE_DOWNLOAD" -
Undocumented
Declaration
Swift
case printingToLocalDevice = "PRINTING_TO_LOCAL_DEVICE" -
Declaration
Swift
public var description: String { get }
View on GitHub
Action Enumeration Reference