Interface for receiving a callback after the application is launched on a target device.
Unity invokes OnPostprocessLaunch callback after attempting to launch the application.
| Method | Description |
|---|---|
| OnPostprocessLaunch | Implement this method to receive a callback after Unity attempts to launch the application. |