Protocols

The following protocols are available globally.

  • Main entry point of the library, used to control item download and get their playback URL.

    See more

    Declaration

    Swift

    public protocol DTGContentManager : AnyObject
  • Delegate that will receive download events.

    See more

    Declaration

    Swift

    public protocol ContentManagerDelegate : AnyObject
  • A downloadable item.

    See more

    Declaration

    Swift

    public protocol DTGItem
  • Information about a Video track.

    See more

    Declaration

    Swift

    public protocol DTGVideoTrack