ContentUrlMigrationFinishedEvent

@objc(BMPContentUrlMigrationFinishedEvent)
public protocol ContentUrlMigrationFinishedEvent : OfflineEvent

See OfflineContentManagerListener for more information on this event.

  • Original remote asset URL before the migration

    Declaration

    Swift

    var from: URL { get }
  • to

    Target remote asset URL for the migration

    Declaration

    Swift

    var to: URL { get }