18 :
public ActivationHandler
21 Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler" FILE
"metadata.json")
22 Q_INTERFACES(governikus::ActivationHandler)
25 void onCustomUrl(
const QUrl& pUrl);
31 bool start()
override;
This ActivationHandler implements an API by opening custom URLs with scheme 'eid',...
Definition: CustomSchemeActivationHandler.h:19
void stop() override
Definition: CustomSchemeActivationHandler.cpp:25
~CustomSchemeActivationHandler() override=default
CustomSchemeActivationHandler()=default
bool start() override
Definition: CustomSchemeActivationHandler.cpp:17
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15