Class ConnectIpmService



  • public class ConnectIpmService
    extends JobIntentService
    Service class used for processing In-Product Messages. Work is performed in this service context instead of the push receiving service because of the imposed time restrictions.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static void enqueueWork(Context context, Intent work) 
      protected void onHandleWork(Intent intent) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectIpmService

        public ConnectIpmService()
    • Method Detail

      • enqueueWork

        public static void enqueueWork(Context context,
                                       Intent work)
      • onHandleWork

        protected void onHandleWork(Intent intent)