21 Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler" FILE
"metadata.json")
25 void onIntent(
const QUrl& pUrl,
const QString& pReferrer);
30 bool start()
override;
void stop() override
Definition: IntentActivationHandler.cpp:71
The ActivationHandler is beside the UI another API of the application.
Definition: ActivationHandler.h:41
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
void onApplicationActivated() override
Definition: IntentActivationHandler.cpp:76
IntentActivationHandler()=default
bool start() override
Definition: IntentActivationHandler.cpp:58
This ActivationHandler implements an API by opening custom URLs registered in the Android manifest...
Definition: IntentActivationHandler.h:17