SideloadedTrackState Enumeration

public enum SideloadedTrackState

Loading states of a sideloaded track.

  • The track has no associated state.

    Declaration

    Swift

    case none
  • The track is currently loading or in the queue.

    Declaration

    Swift

    case loading
  • The track is successfully loaded.

    Declaration

    Swift

    case loaded
  • The track failed to load.

    Declaration

    Swift

    case failed