class MKPErrorEvent: MKPlayerEvent<Any?>
Constructors
<init>
constructor(code: Int, message: String, data: Any?)
Parameters
| Name | Description |
|---|---|
code: Int
|
|
message: String
|
|
data: Any?
|
<init>
constructor(code: String, message: String)
Parameters
| Name | Description |
|---|---|
code: String
|
|
message: String
|
<init>
constructor()
Methods
getCode
fun getCode(): String
ReturnValue
| Name | Description |
|---|---|
String
|
getMessage
fun getMessage(): String
ReturnValue
| Name | Description |
|---|---|
String
|
getData
fun getData(): Any?
ReturnValue
| Name | Description |
|---|---|
Any?
|
Event which is sent when an error occurs