NetworkErrorEvent

public class NetworkErrorEvent : NetworkEvent

Fired when NetworkEventTypes.ERROR occurs for the THEOplayer.

  • A NetworkError instance containing information about the error.

    Declaration

    Swift

    public let error: NetworkError?
  • Signaling that the current NetworkError is potentially recoverable with retries.

    Declaration

    Swift

    public let transient: Bool