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

Latest commit

 

History

History
7 lines (4 loc) · 275 Bytes

library-calls.md

File metadata and controls

7 lines (4 loc) · 275 Bytes

Making calls to the library

When you want to make calls to the plug-in from your scripts, import the namespace:

  • C#: using com.adobe.mobile;

After you import the namespace, you can make calls directly to the plug-in via the static methods of the ADBMobile class.