Package io.rong.push.rongpush
Class PushService
-
- All Implemented Interfaces:
public class PushService
-
-
Constructor Summary
Constructors Constructor Description PushService()
-
Method Summary
Modifier and Type Method Description voidonCreate()intonStartCommand(Intent intent, int flags, int startId)voidonDestroy()static voidenqueueWork(Context context, Intent intent)-
-
Method Detail
-
onCreate
void onCreate()
-
onStartCommand
int onStartCommand(Intent intent, int flags, int startId)
-
onDestroy
void onDestroy()
-
enqueueWork
static void enqueueWork(Context context, Intent intent)
-
-
-
-