Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Can I Send Events On Platforms #12

Open
xwbash opened this issue Apr 4, 2024 · 1 comment
Open

How Can I Send Events On Platforms #12

xwbash opened this issue Apr 4, 2024 · 1 comment

Comments

@xwbash
Copy link

xwbash commented Apr 4, 2024

How can I trigger events like starting a level, ending it, or opening the market? I have a ".adapterrc" file like the one below, but I don't know how to run events through TypeScript.

{
  "buildPlatform": "web-mobile",
  "orientation": "portrait",
  "enableSplash": true,
  "injectOptions": {
    "AppLovin": {
      "head": ""
    }
  }
}
@ppgee
Copy link
Owner

ppgee commented Apr 6, 2024

If you are only calling relevant methods within the business scenario, you just need to add them to the business code. If it requires platform audit verification, inject similar global methods in the relevant networks.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants