OfflineTrackAction

@objc(BMPOfflineTrackAction)
public enum OfflineTrackAction : Int

Represenets the desired action of an OfflineTrack

  • The track will not be selected for downloading

    If already downloaded the track will not be modified

    Declaration

    Swift

    case none = 0
  • The track will be selected for downloading

    Declaration

    Swift

    case download