toggle menu
THEOplayer Connectors for Android
androidJvm
switch theme
search in API
Conviva Connector
/
com.theoplayer.android.connector.analytics.conviva.utils
/
ErrorReportBuilder
Error
Report
Builder
class
ErrorReportBuilder
(
maxHTTPResponses
:
Int
=
10
)
:
HTTPInterceptor
ErrorReportBuilder provides extra error details that can be send when reporting an error.
Members
Constructors
Error
Report
Builder
Link copied to clipboard
constructor
(
maxHTTPResponses
:
Int
=
10
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
Map
<
String
,
String
>
on
Response
Link copied to clipboard
open
suspend override
fun
onResponse
(
response
:
InterceptableHTTPResponse
)
with
Error
Details
Link copied to clipboard
fun
withErrorDetails
(
exception
:
THEOplayerException
)
with
Player
Buffer
Link copied to clipboard
fun
withPlayerBuffer
(
player
:
Player
)