Kanzi Connect 3.9.12
ForegroundServiceBase Class Referenceabstract
Inheritance diagram for ForegroundServiceBase:
ServiceBase

Public Member Functions

 ForegroundServiceBase (String serverName)
 
 ForegroundServiceBase (String serverName, int logLevel)
 
void onCreate ()
 
void updateNotification (String notificationTicker, String notificationTitle, String notificationText)
 
- Public Member Functions inherited from ServiceBase
 ServiceBase (String serverName)
 
 ServiceBase (String serverName, int logLevel)
 
ClientConnector getClientConnector ()
 
String getServerAddress ()
 
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 ()
 
void onConnectionStateChanged (ClientConnector.State state)
 Subclasses can implement this to react to connection state changes of Kanzi Connect.
 
- Protected Member Functions inherited from ServiceBase
abstract AbstractService getConnectService (ClientConnector connector)
 
boolean isReadyToInitialize ()
 

Member Function Documentation

◆ initialize()

void initialize ( )
protected

Reimplemented from ServiceBase.

◆ onConnectionStateChanged()

void onConnectionStateChanged ( ClientConnector.State state)
protected

Subclasses can implement this to react to connection state changes of Kanzi Connect.

Reimplemented from ServiceBase.

◆ onCreate()

void onCreate ( )

Reimplemented from ServiceBase.