21 Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler" FILE
"metadata.json")
25 void onCustomUrl(
const QUrl& pUrl);
31 bool start()
override;
bool start() override
Definition: CustomSchemeActivationHandler.cpp:22
CustomSchemeActivationHandler()=default
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 stop() override
Definition: CustomSchemeActivationHandler.cpp:31
This ActivationHandler implements an API by opening custom URLs with scheme 'eid', as specified by TR-03124-1.
Definition: CustomSchemeActivationHandler.h:17
~CustomSchemeActivationHandler() override=default