Event

@objc
public class Event : NSObject

Event object that acts as the super class for other pre-defined Event classes. Implements Codable in order for it to be encoded/decoded as a data type and store/load from a property list.

Hashable (NSObject)

  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool
  • Undocumented

    Declaration

    Swift

    public override var hash: Int { get }