Public Member Functions | |
NativeForegroundServiceBase (String serverName) | |
void | onCreate () |
void | updateNotification (String notificationTicker, String notificationTitle, String notificationText) |
![]() | |
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.