EventTypeable
public protocol EventTypeable : CaseIterable, Hashable
This protocol represents enums which define event types associated with a Destination.
-
The String representation of the enum type.
Declaration
Swift
var rawValue: String { get }
View on GitHub