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
bool isPlatform(const QObject &object, const Platform selector)
Definition: PlatformHelper.cpp:15
defineEnumType(ActivationType, UNKNOWN, SHOWUI, STATUS, TCTOKENURL) defineEnumType(StatusFormat
Format types for status responses.
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
Platform selector
Definition: PlatformHelper.h:21