bitmovin-player-react-native-analytics-conviva
Version:
Conviva Analytics Integration for the Bitmovin Player React Native SDK
14 lines • 333 B
TypeScript
/**
* All possible severity of errors reported to Conviva.
*/
export declare enum ConvivaErrorSeverity {
/**
* The error could prevent playback altogether.
*/
FATAL = "FATAL",
/**
* The error should not affect playback.
*/
WARNING = "WARNING"
}
//# sourceMappingURL=convivaErrorSeverity.d.ts.map