AusweisApp2
|
This ActivationHandler implements an API by opening custom URLs with scheme 'eid', as specified by TR-03124-1. Mehr ...
#include <CustomSchemeActivationHandler.h>
Öffentliche Methoden | |
CustomSchemeActivationHandler ()=default | |
~CustomSchemeActivationHandler () override=default | |
bool | start () override |
void | stop () override |
virtual bool | start ()=0 |
virtual void | stop ()=0 |
Weitere Geerbte Elemente | |
![]() | |
virtual void | onApplicationActivated () |
![]() | |
void | fireShowUserInformation (const QString &pErrorMessage=QString()) |
void | fireShowUiRequest (UiModule pModule) |
void | fireAuthenticationRequest (const QSharedPointer< ActivationContext > &pActivationContext) |
![]() | |
ActivationHandler ()=default | |
~ActivationHandler () override=default | |
![]() | |
static void | handleQueryParams (const QUrlQuery &pUrl) |
static ActivationRequest | getRequest (const QUrlQuery &pUrl) |
This ActivationHandler implements an API by opening custom URLs with scheme 'eid', as specified by TR-03124-1.
Custom schemes can be registered for iOS apps.
|
default |
|
overridedefault |
|
overridevirtual |
Implementiert governikus::ActivationHandler.
|
overridevirtual |
Implementiert governikus::ActivationHandler.