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