Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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_CLASS(NdefMessage, "android/nfc/NdefMessage")
28
29namespace QtNfc {
30bool startDiscovery();
31bool stopDiscovery();
33bool isEnabled();
34bool isSupported();
35QtJniTypes::Parcelable getTag(const QtJniTypes::Intent &intent);
36} // namespace QtNfc
37
38QT_END_NAMESPACE
39
40#endif
bool stopDiscovery()
QtJniTypes::Intent getStartIntent()
bool startDiscovery()
bool isEnabled()
QtJniTypes::Parcelable getTag(const QtJniTypes::Intent &intent)
bool isSupported()
Q_DECLARE_JNI_CLASS(MotionEvent, "android/view/MotionEvent")