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 () |
|
protected |
Reimplemented from NativeServiceBase.
| void onCreate | ( | ) |
Reimplemented from NativeServiceBase.