Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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#include <QtCore/qjnitypes.h>
21
23
24Q_DECLARE_JNI_CLASS(QtNfc, "org/qtproject/qt/android/nfc/QtNfc")
25Q_DECLARE_JNI_CLASS(QtNfcBroadcastReceiver, "org/qtproject/qt/android/nfc/QtNfcBroadcastReceiver")
26
27Q_DECLARE_JNI_TYPE(StringArray, "[Ljava/lang/String;")
28Q_DECLARE_JNI_CLASS(Intent, "android/content/Intent")
29Q_DECLARE_JNI_CLASS(Parcellable, "android/os/Parcelable")
30
31Q_DECLARE_JNI_CLASS(NdefMessage, "android/nfc/NdefMessage")
32
33namespace QtNfc {
34bool startDiscovery();
35bool stopDiscovery();
37bool isEnabled();
38bool isSupported();
39QJniObject getTag(const QJniObject &intent);
40} // namespace QtNfc
41
43
44#endif
Q_DECLARE_JNI_TYPE(StringArray, "[Ljava/lang/String;")
\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")