Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
androidjninfc_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 Centria research and development
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3#ifndef ANDROIDJNINFC_H
4#define ANDROIDJNINFC_H
5
6//
7// W A R N I N G
8// -------------
9//
10// This file is not part of the Qt API. It exists purely as an
11// implementation detail. This header file may change from version to
12// version without notice, or even be removed.
13//
14// We mean it.
15//
16
17#include "qglobal.h"
18
19#include <QtCore/QJniObject>
20
22
23Q_DECLARE_JNI_CLASS(QtNfc, "org/qtproject/qt/android/nfc/QtNfc")
24Q_DECLARE_JNI_CLASS(QtNfcBroadcastReceiver, "org/qtproject/qt/android/nfc/QtNfcBroadcastReceiver")
25
26Q_DECLARE_JNI_TYPE(StringArray, "[Ljava/lang/String;")
27Q_DECLARE_JNI_TYPE(Intent, "Landroid/content/Intent;")
28Q_DECLARE_JNI_TYPE(Parcellable, "Landroid/os/Parcelable;")
29
30Q_DECLARE_JNI_CLASS(NdefMessage, "android/nfc/NdefMessage")
31
32namespace QtNfc {
33bool startDiscovery();
34bool stopDiscovery();
36bool isEnabled();
37bool isSupported();
38QJniObject getTag(const QJniObject &intent);
39} // namespace QtNfc
40
42
43#endif
\inmodule QtCore
Combined button and popup list for selecting options.
bool stopDiscovery()
QJniObject getStartIntent()
bool startDiscovery()
bool isEnabled()
QJniObject getTag(const QJniObject &intent)
bool isSupported()
QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS(Environment, "android/os/Environment")
Q_DECLARE_JNI_TYPE(File, "Ljava/io/File;")