Origin

public enum Origin : String, HADecodeTransformable

The origin of the event

  • Local, aka added to the event bus via a component

    Declaration

    Swift

    case local = "LOCAL"
  • Remote, aka added to the event bus via an API call

    Declaration

    Swift

    case remote = "REMOTE"