AusweisApp2
PlatformHelper.h
gehe zur Dokumentation dieser Datei
1 
5 #pragma once
6 
7 #include "EnumHelper.h"
8 
9 #include <QObject>
10 
11 namespace governikus
12 {
13 
14 defineEnumType(Platform,
15  ANDROID,
16  IOS,
17  MOBILE,
18  DESKTOP)
19 
20 bool isPlatform(const QObject&, Platform selector);
22 
23 } // namespace governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
Platform selector
Definition: PlatformHelper.h:21
defineEnumType(KeyAgreementType, DH, ECDH) defineEnumType(MappingType
Method used for key agreement:
bool isPlatform(const QObject &object, const Platform selector)
Definition: PlatformHelper.cpp:15