Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 503 Bytes

library-calls.md

File metadata and controls

11 lines (6 loc) · 503 Bytes

Making calls to the library

This information to help you make calls to the plugin from your scripts.

When you want to make calls to the plugin from your scripts, you must import the namespace.

By using Com.Adobe.Mobile:

  • iOS: After you import the namespace, you can make calls directly to the SDK via the static methods in the ADBMobile classes.

  • Android: You can make calls directly to the SDK via the static methods in the Config/Analytics/Target/AudienceManager/Mediaclasses.