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

Classes

class  Stub
 

Public Member Functions

void requestLoader (org.kde.necessitas.ministro.IMinistroCallback callback, android.os.Bundle parameters) throws android.os.RemoteException
 

Member Function Documentation

void org.kde.necessitas.ministro.IMinistro.requestLoader ( org.kde.necessitas.ministro.IMinistroCallback  callback,
android.os.Bundle  parameters 
) throws android.os.RemoteException

Check/download required libs to run the application

param callback - interface used by Minsitro service to notify the client when the loader is ready param parameters parameters fields:

  • Key Name Key type Explanations "sources" StringArray Sources list from where Ministro will download the libs. Make sure you are using ONLY secure locations. "repository" String Overwrites the default Ministro repository. Possible values: default, stable, testing and unstable "required.modules" StringArray Required modules by your application "application.title" String Application name, used to show more informations to user "qt.provider" String Qt libs provider, currently only "necessitas" is supported. "minimum.ministro.api" Integer Minimum Ministro API level, used to check if Ministro service compatible with your application. Current API Level is 3 ! "minimum.qt.version" Integer Minimim Qt version (e.g. 0x040800, which means Qt 4.8.0, check http://qt-project.org/doc/qt-4.8/qtglobal.html#QT_VERSION)!

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