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
QtAndroidPrivate::NewIntentListener Class Referenceabstract

#include <qjnihelpers_p.h>

Inheritance diagram for QtAndroidPrivate::NewIntentListener:
Collaboration diagram for QtAndroidPrivate::NewIntentListener:

Public Member Functions

virtual ~NewIntentListener ()
virtual bool handleNewIntent (JNIEnv *env, jobject intent)=0

Detailed Description

Definition at line 36 of file qjnihelpers_p.h.

Constructor & Destructor Documentation

◆ ~NewIntentListener()

QtAndroidPrivate::NewIntentListener::~NewIntentListener ( )
virtual

Definition at line 36 of file qjnihelpers.cpp.

Member Function Documentation

◆ handleNewIntent()

virtual bool QtAndroidPrivate::NewIntentListener::handleNewIntent ( JNIEnv * env,
jobject intent )
pure virtual

Implemented in QMainNfcNewIntentListener.


The documentation for this class was generated from the following files: