4package org.qtproject.qt.android.extras;
6import android.content.ComponentName;
7import android.content.ServiceConnection;
8import android.os.IBinder;
void onServiceDisconnected(ComponentName name)
QtAndroidServiceConnection(long id)
void onServiceConnected(ComponentName name, IBinder service)
static native void onServiceDisconnected(long id, String name)
static native void onServiceConnected(long id, String name, IBinder service)