Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are several published functions that can be invoked using the CoronaMaterialLibrary.MaterialLibraryFp interface. You can list them by executing executing showInterface CoronaMaterialLibrary.MaterialLibraryFp.

FunctionParametersdescription
isInstalled()
Returns TRUE if the library is currently installed. Returns FALSE otherwise (user de-selected it during Corona installation).
showBrowserIfPossible<boolean>showDisplays or hides the browser window for the library, if possible. Returns 0 if it has succeeded, non-zero if it has failed.

...