Other Structures

The following structures are available globally.

  • Represents the current status of the application lifecycle.

    See more

    Declaration

    Swift

    public struct ApplicationStatus
  • Represents a duration of time with a specific unit and interval.

    See more

    Declaration

    Swift

    public struct TimeFrame
    extension TimeFrame: Comparable, Equatable
  • Model of data required to keep track of the current session.

    See more

    Declaration

    Swift

    public struct Session
  • Track result shows whether the dispatch being tracked has been enqueued for further processing or not along with some relevant information like the Dispatch after it’s been collected, transformed and consented and some readable info about the status of the dispatch.

    See more

    Declaration

    Swift

    public struct TrackResult : CustomStringConvertible