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