Kanzi Connect  3.9.8
Kanzi Connect Java API
NativeForegroundServiceBase Class Referenceabstract
Inheritance diagram for NativeForegroundServiceBase:
NativeServiceBase

Public Member Functions

 NativeForegroundServiceBase (String serverName)
 
void onCreate ()
 
void updateNotification (String notificationTicker, String notificationTitle, String notificationText)
 
- Public Member Functions inherited from NativeServiceBase
 NativeServiceBase (String serverName)
 
String getServerName ()
 
IBinder onBind (Intent intent)
 
void onCreate ()
 
void onDestroy ()
 
int onStartCommand (Intent intent, int flags, int startId)
 

Protected Member Functions

abstract int getNotificationIconId ()
 
abstract String getServiceName ()
 
void initialize ()
 
abstract void onStartNativeService ()
 
- Protected Member Functions inherited from NativeServiceBase
void initialize ()