15 JNIEXPORT
void JNICALL Java_com_governikus_ausweisapp2_MainActivity_triggerActivation(JNIEnv* env, jobject obj, jstring lastIntent);
32 Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler" FILE
"metadata.json")
36 friend void ::Java_com_governikus_ausweisapp2_MainActivity_triggerActivation(JNIEnv*, jobject, jstring);
40 void onIntent(
const QUrl& pUrl);
45 virtual bool start()
override;
46 virtual void stop()
override;
virtual void stop() override
Definition: IntentActivationHandler.cpp:71
The ActivationHandler is beside the UI another API of the application.
Definition: ActivationHandler.h:45
IntentActivationHandler()=default
virtual bool start() override
Definition: IntentActivationHandler.cpp:52
This ActivationHandler implements an API by opening custom URLs registered in the Android manifest...
Definition: IntentActivationHandler.h:28