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 void
onCreate()
int
onStartCommand(Intent intent, int flags, int startId)
void
onDestroy()
static void
enqueueWork(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)
-
-
-
-