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
org.qtproject.qt.android.QtQuickView.StatusChangeListener Interface Reference
+ Collaboration diagram for org.qtproject.qt.android.QtQuickView.StatusChangeListener:

Public Member Functions

void onStatusChanged (int status)
 

Detailed Description

A callback that notifies clients about the status of QML loading.

Definition at line 52 of file QtQuickView.java.

Member Function Documentation

◆ onStatusChanged()

void org.qtproject.qt.android.QtQuickView.StatusChangeListener.onStatusChanged ( int status)

Called on the Android UI thread when the QML component status has changed.

Parameters
statusThe current status. The status can be STATUS_NULL, STATUS_READY, STATUS_LOADING or STATUS_ERROR.

Referenced by org.qtproject.qt.android.QtQuickView.setStatusChangeListener().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: