forked from lubuwest/Friendiqa
Friendiqa v0.2.1
This commit is contained in:
parent
c85f857afe
commit
ee50729e0d
45 changed files with 580 additions and 146 deletions
|
@ -332,6 +332,16 @@ void AndroidNative::SystemDispatcher::loadClass(QString javaClassName)
|
|||
dispatch("androidnative.SystemDispatcher.loadClass",message);
|
||||
}
|
||||
|
||||
|
||||
void AndroidNative::SystemDispatcher::setInitialized()
|
||||
{
|
||||
QVariantMap message;
|
||||
message["Initialized"] = true;
|
||||
|
||||
dispatch("androidnative.SystemDispatcher.setInitialized",message);
|
||||
}
|
||||
|
||||
|
||||
void AndroidNative::SystemDispatcher::registerNatives()
|
||||
{
|
||||
Q_UNUSED(registerNativesCalled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue