AusweisApp2
CustomSchemeActivationHandler.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
ActivationHandler.h
"
8
9
namespace
governikus
10
{
11
17
class
CustomSchemeActivationHandler
18
:
public
ActivationHandler
19
{
20
Q_OBJECT
21
Q_PLUGIN_METADATA(IID
"governikus.ActivationHandler"
FILE
"metadata.json"
)
22
Q_INTERFACES(governikus::ActivationHandler)
23
24
private
Q_SLOTS:
25
void
onCustomUrl(
const
QUrl& pUrl);
26
27
public
:
28
CustomSchemeActivationHandler
() =
default
;
29
~CustomSchemeActivationHandler
()
override
=
default
;
30
31
bool
start
()
override
;
32
void
stop
()
override
;
33
};
34
35
}
// namespace governikus
governikus::CustomSchemeActivationHandler::~CustomSchemeActivationHandler
~CustomSchemeActivationHandler() override=default
governikus::CustomSchemeActivationHandler::start
bool start() override
Definition:
CustomSchemeActivationHandler.cpp:17
governikus::CustomSchemeActivationHandler
This ActivationHandler implements an API by opening custom URLs with scheme 'eid',...
Definition:
CustomSchemeActivationHandler.h:19
governikus::CustomSchemeActivationHandler::CustomSchemeActivationHandler
CustomSchemeActivationHandler()=default
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
CustomSchemeActivationHandler.h
CustomSchemeActivationContext.h
ActivationHandler.h
governikus::CustomSchemeActivationHandler::stop
void stop() override
Definition:
CustomSchemeActivationHandler.cpp:25
governikus::CustomSchemeActivationContext::fireShowUserInformation
void fireShowUserInformation(const QString &pMessage)
src
activation
customscheme
CustomSchemeActivationHandler.h
Erzeugt von
1.8.20