| Technology area | iSync |
| Availability | Available with iSync 2.3 and later.
|
| Companion guide |
Application objects represent the application that is executing the JavaScript functions. There is only one instance of Application. You access this instance in JavaScript using the application global variable.
nameThe name of the application running the script—for example, iSync Plug-in Maker or iSync.
Available with iSync 2.3 and later.
versionThe version of the PhoneConduit bundle inside iSync.
Available with iSync 2.3 and later.
isISyncA Boolean value set to true if the application is iSync; otherwise, false (typically when the application is iSync Plug-in Maker).
Available with iSync 2.3 and later.
Prints a string to the iSync Plug-in Maker log window.
log(string)
The string to print to the log.
The string appears in the iSync Plug-in Maker log window when the JavaScript function is executed during a test. When the JavaScript function is executed by iSync, this method does nothing if the device plug-in is exported and installed.
Last updated: 2007-07-11