The bemoko API

The bemoko class is available to all plugins and pages and provides access to many areas of useful information.

Access from plugins and pages is subtly different, so watch out for this. If you wanted to access device information in a plugin, use:

Bemoko.device.displayWidth

In a page use:

device.displayWidth 

The bemoko class gives you access to intent information, plugins, user profiles, config files and much more.

See the JavaDoc at http://bemoko.com/javadocs/ for more informations.