StreamType
public enum StreamType : BoxEnum
Restricts the types of events returned.
-
Stream returns all user events
Declaration
Swift
case all -
Stream returns events that may cause file tree changes such as file updates or collaborations
Declaration
Swift
case changes -
Stream returns enterprise-wide events available for administrators
Declaration
Swift
case sync -
A custom stream type that is not yet implemented
Declaration
Swift
case customValue(String) -
Creates a new value
Declaration
Swift
public init(_ value: String)Parameters
valueString representation of an StreamType rawValue
-
Returns string representation of StreamType
Declaration
Swift
public var description: String { get }
StreamType Enumeration Reference