THEMEN×
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;
- JavaScript: import com.adobe.mobile;
- boo: import com.adobe.mobile;
Nachdem Sie den Namespace importiert haben, können Sie über die statischen Methoden der ADBMobile-Klasse direkt Aufrufe an das Plug-In durchführen.