InteractionType
public enum InteractionType : BoxEnum
Interaction type with item
-
Item was previewd
Declaration
Swift
case itemPreview
-
Item was uploaded
Declaration
Swift
case itemUpload
-
Item was commented on
Declaration
Swift
case itemComment
-
Item was opened
Declaration
Swift
case itemOpen
-
Item was modified
Declaration
Swift
case itemModify
-
Custom value for enum values not yet implemented in the SDK
Declaration
Swift
case customValue(String)
-
Declaration
Swift
public init(_ value: String)
-
Declaration
Swift
public var description: String { get }