AusweisApp2
MsgHandlerChangePin.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgHandler.h"
10 
12 
13 namespace governikus
14 {
15 
17  : public MsgHandler
18 {
19  private:
20  void initMessages(const QJsonObject& pUi);
21  void initHandleInterrupt(const QJsonValue& pValue);
22 
23  public:
25  explicit MsgHandlerChangePin(const QJsonObject& pObj);
26  explicit MsgHandlerChangePin(const QSharedPointer<const ChangePinContext>& pContext);
27 };
28 
29 
30 } // namespace governikus
Definition: MsgHandlerChangePin.h:18
MsgHandlerChangePin()
Definition: MsgHandlerChangePin.cpp:15
Definition: MsgHandler.h:17
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15