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.QtServiceBase Class Reference
+ Inheritance diagram for org.qtproject.qt.android.QtServiceBase:
+ Collaboration diagram for org.qtproject.qt.android.QtServiceBase:

Public Member Functions

void onCreate ()
 
void onDestroy ()
 
IBinder onBind (Intent intent)
 

Detailed Description

Definition at line 11 of file QtServiceBase.java.

Member Function Documentation

◆ onBind()

IBinder org.qtproject.qt.android.QtServiceBase.onBind ( Intent intent)
inline

Definition at line 46 of file QtServiceBase.java.

◆ onCreate()

void org.qtproject.qt.android.QtServiceBase.onCreate ( )
inline

Reimplemented in org.qtproject.qt.android.bindings.QtService.

Definition at line 13 of file QtServiceBase.java.

◆ onDestroy()

void org.qtproject.qt.android.QtServiceBase.onDestroy ( )
inline

Definition at line 35 of file QtServiceBase.java.


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