DispatchContext

public struct DispatchContext

Context with information around the track that generated the Dispatch request.

  • The source that created a dispatch.

    See more

    Declaration

    Swift

    public enum Source
  • The source that generated the Dispatch

    Declaration

    Swift

    public let source: Source
  • The data that was created with the Dispatch, before any collection and transformation.

    Declaration

    Swift

    public let initialData: DataObject