Class MAMIntentService

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2 , com.microsoft.intune.mam.client.app.HookedContextWrapper , com.microsoft.intune.mam.client.app.HookedIntentService , com.microsoft.intune.mam.client.app.HookedService , com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

    
    public abstract class MAMIntentService
    extends IntentService implements HookedIntentService
                        

    MAM version of android.app.IntentService.

    • Constructor Detail

      • MAMIntentService

        MAMIntentService(String name)

        Constructor.

        Parameters:
        name - Service name.
    • Method Detail

      • onBind

         final IBinder onBind(Intent intent)
      • onMAMBind

         IBinder onMAMBind(Intent intent)

        MAM version of onBind.

        Parameters:
        intent - See onBind.
        Returns:

        See onBind.

      • onMAMStart

        @Deprecated() void onMAMStart(Intent intent, int startId)

        MAM version of onStart.

        Parameters:
        intent - See onStart.
        startId - See onStart.
      • onStartCommand

         final int onStartCommand(Intent intent, int flags, int startId)
      • onMAMStartCommand

         int onMAMStartCommand(Intent intent, int flags, int startId)

        MAM version of onStartCommand.

        Parameters:
        intent - See onStartCommand.
        flags - See onStartCommand.
        startId - See onStartCommand.
        Returns:

        See onStartCommand.