Syntax
nrSceneLoaded(nr as Object, sceneName as String) as Void
Description
Send a SCENE_LOADED event of type ConnectedDeviceSystem.
Arguments
Arguments | Description |
---|---|
| New Relic Agent object. |
| The scene name. |
Return
Nothing.
Example
nrSceneLoaded(m.nr, "MyVideoScene")