Name

extension Notification.Name
  • Notification for when any event defined in OTVNetworkAnalyticsEvent is triggered. Event value can be got from notification.object, e.g. let event = notification.object as? OTVNetworkAnalytics.Event

    Declaration

    Swift

    public static let OTVNetworkAnalyticsNotification: Notification.Name
  • Notification for when any event defined in OTVPlaybackAnalyticsNotificationEvent is triggered. Event value can be got from notification.object, e.g. let event = notification.object as? OTVPlaybackAnalyticsNotificationEvent

    Declaration

    Swift

    public static let OTVPlaybackAnalyticsNotification: Notification.Name
  • Notification for when a license download request has ended, with either sucess or failure.

    Declaration

    Swift

    public static let OTVLicenseDownloadEnded: Notification.Name
  • Declaration

    Swift

    public static let OTVDRMLicenseError: Notification.Name

SSM Service Notification

  • Notification when SSM Service setup error. Notification userinfo include the error to specific which HTTP error and the message about SSM response detail.

    Declaration

    Swift

    public static let OTVSSMSetupErrorNotification: Notification.Name
  • Notification when SSM Service teardown error. Notification userinfo include the error to specific which HTTP error and the message about SSM response detail.

    Declaration

    Swift

    public static let OTVSSMTeardownErrorNotification: Notification.Name
  • Notification when SSM Service heat beat error. Notification userinfo include the error to specific which HTTP error and the message about SSM response detail.

    Declaration

    Swift

    public static let OTVSSMHeartbeatErrorNotification: Notification.Name

Offline Asset Notification

  • Notification for when download progress has changed.

    Declaration

    Swift

    public static let OTVAssetDownloadProgress: Notification.Name
  • Notification for when the download state of an Asset has changed.

    Declaration

    Swift

    public static let OTVAssetDownloadStateChanged: Notification.Name
  • Declaration

    Swift

    public static let OTVOutputDeviceConnected: Notification.Name
  • Declaration

    Swift

    public static let OTVOutputDeviceDisconnected: Notification.Name

OTVThumbnailView Notification

  • Notification when i-Frame thumbnails are available to be used.

    Declaration

    Swift

    public static let OTVIFrameThumbnailsAvailable: Notification.Name
  • Notification when i-Frame thumbnails are not available to be used.

    Declaration

    Swift

    public static let OTVIFrameThumbnailsNotAvailable: Notification.Name
  • Notification when i-Frame thumbnails encounters an error.

    Declaration

    Swift

    public static let OTVIFrameThumbnailsError: Notification.Name