Kanzi Connect 3.9.10
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 onDestroy ()
 
int onStartCommand (Intent intent, int flags, int startId)
 

Protected Member Functions

abstract int getNotificationIconId ()
 
abstract String getServiceName ()
 
void initialize ()
 
abstract void onStartNativeService ()
 

Member Function Documentation

◆ initialize()

void initialize ( )
protected

Reimplemented from NativeServiceBase.

◆ onCreate()

void onCreate ( )

Reimplemented from NativeServiceBase.