I've been looking through different presentations and conference-
videos containing information on GoogleGears. Now, some of the
informations given out here - are simply missing in the public API!?

As a couple examples;
google.gears.factory.create("beta.audio")
google.gears.factory.create("beta.audiorecorder")
google.gears.factory.create("beta.notifier")

They all throw the exception 'Unknown Object'... For an example, in
the frontpage (gears.google.com) 1h+ presentation, the notify api is
used, and frequency of pages containing a method call as the following
keeps increasing in my searches.
notifier.notify({
       application: "My App",
       title: title,
       description: text,
       priority: 2,
       sticky: 'True',
       password: 'Really Secure',
});

Might someone be able to tell me, "Where am I missing the link?!" ?

BR Morten

Reply via email to