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
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 14 of file QtServiceBase.java.

Member Function Documentation

◆ onBind()

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

Definition at line 58 of file QtServiceBase.java.

◆ onCreate()

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

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

Definition at line 16 of file QtServiceBase.java.

References Log.

◆ onDestroy()

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

Definition at line 49 of file QtServiceBase.java.


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