...
- In your main Script, declare a variable from the type AppoxeeAndroidBridge
- In your main script , in your onEnable() method , init the AppoxeeAndroidBridge using :
AppoxeePlugin = AppoxeeAndroidBridge.CreateAppoxeeAndroidBridge(this, "YOUR_SDK_KEY", "YOUR_SECRET_KEY");
- API Samples can be seen in the following link