- All Superinterfaces:
QtObjectInterface
Native interface to a core application on Android
Java wrapper for Qt class QNativeInterface::QAndroidApplication
This class was introduced in Qt 6.2.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Overloaded function forhideSplashScreen(int)
withduration = 0
.static void
hideSplashScreen
(int duration) static boolean
static int
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
hideSplashScreen
static void hideSplashScreen(int duration) See
QNativeInterface::QAndroidApplication::
hideSplashScreen(int) This function was introduced in Qt 6.2.
-
isActivityContext
static boolean isActivityContext()See
QNativeInterface::QAndroidApplication::
isActivityContext() This function was introduced in Qt 6.2.
-
sdkVersion
static int sdkVersion()See
QNativeInterface::QAndroidApplication::
sdkVersion() This function was introduced in Qt 6.2.
-
hideSplashScreen
static void hideSplashScreen()Overloaded function for
hideSplashScreen(int)
withduration = 0
.
-