Player Module
/
com.bitmovin.player.api.event
/
PlayerEvent
/
Warning
Warning
data class
Warning
(code:
PlayerWarningCode
, message:
String
) :
PlayerEvent
,
WarningEvent
Content copied to clipboard
Emitted when a player warning occurred.
Constructors
Properties
Inherited properties
Constructors
Warning
Link copied to clipboard
fun
Warning
(code:
PlayerWarningCode
, message:
String
)
Content copied to clipboard
Properties
code
Link copied to clipboard
open override val
code
:
PlayerWarningCode
Content copied to clipboard
The warning code used to identify the warning.
message
Link copied to clipboard
open override val
message
:
String
Content copied to clipboard
The warning message to explain the reason for the warning.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.