NetworkErrorEvent
public class NetworkErrorEvent : NSObject, EventProtocol
Fired when NetworkEventTypes.ERROR
occurs for the THEOplayer
.
-
The textual representation of the type of event, ‘networkerror’.
Declaration
Swift
public let type: String
-
The date at which the event occurred.
Declaration
Swift
public let date: Date
-
A
NetworkError
instance containing information about the error.Declaration
Swift
public let error: NetworkError?