◆ OnUnityInitialized()
abstract void io.agora.unityengine.IUnityEngineListener.OnUnityInitialized |
( |
int |
status | ) |
|
|
abstract |
the notification of unity engine initialized
- Parameters
-
◆ OnUnityUninitialized()
abstract void io.agora.unityengine.IUnityEngineListener.OnUnityUninitialized |
( |
int |
status | ) |
|
|
abstract |
the notification of unity engine uninitialized
- Parameters
-
◆ OnFrameResolved()
abstract void io.agora.unityengine.IUnityEngineListener.OnFrameResolved |
( |
int |
viewId, |
|
|
VideoFrame |
videoFrame |
|
) |
| |
|
abstract |
the notification of unity engine render texture frame
- Parameters
-
◆ OnReceiveUnityMessage()
abstract void io.agora.unityengine.IUnityEngineListener.OnReceiveUnityMessage |
( |
String |
key, |
|
|
String |
jsonMessage |
|
) |
| |
|
abstract |
the notification of unity engine state
- Parameters
-
key | cmd type |
jsonMessage | message body |
◆ OnError()
abstract void io.agora.unityengine.IUnityEngineListener.OnError |
( |
String |
errorMessage | ) |
|
|
abstract |
the notification of unity engine state error
- Parameters
-
errorMessage | unity error info |