Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Link to API

...

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