TrackUpdateEvent

public class TrackUpdateEvent : NSObject, TrackEventProtocol

Fired when one or more properties of a track have been updated.

  • The textual representation of the type of event, “update”.

    Declaration

    Swift

    public let type: String
  • The date at which the event occurred.

    Declaration

    Swift

    public let date: Date
  • The track that has been updated.

    Declaration

    Swift

    public let track: Track