PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Public Member Functions | List of all members
org.kde.necessitas.ministro.IMinistroCallback Interface Reference
Inheritance diagram for org.kde.necessitas.ministro.IMinistroCallback:

Classes

class  Stub
 

Public Member Functions

void loaderReady (android.os.Bundle loaderParams) throws android.os.RemoteException
 

Member Function Documentation

void org.kde.necessitas.ministro.IMinistroCallback.loaderReady ( android.os.Bundle  loaderParams) throws android.os.RemoteException

This method is called by the Ministro service back into the application which implements this interface.

param in - loaderParams loaderParams fields:

  • Key Name Key type Explanations
  • "error.code" Integer See below
  • "error.message" String Missing if no error, otherwise will contain the error message translated into phone language where available.
  • "dex.path" String The list of jar/apk files containing classes and resources, needed to be passed to application DexClassLoader
  • "lib.path" String The list of directories containing native libraries; may be missing, needed to be passed to application DexClassLoader
  • "loader.class.name" String Loader class name.

"error.code" field possible errors:

  • 0 no error.
  • 1 incompatible Ministro version. Ministro needs to be upgraded.
  • 2 not all modules could be satisfy.
  • 3 invalid parameters
  • 4 invalid qt version
  • 5 download canceled

The parameter contains additional fields which are used by the loader to start your application, so it must be passed to the loader.


The documentation for this interface was generated from the following file: