Where is `navigator.app` documentation?

cordova

Solution

It seems that this is a platform-specific API that is intentionally undocumented.

There was a ticket opened in beginning of 2012 and the conclusion was that as it was un-official and platform-specific, it would remain undoccumented : https://issues.apache.org/jira/browse/CB-206

Problem

I just see that `navigator.app` object in Cordova applications has some useful methods. But are they documented?

Original source