Class MAMService

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

    
    public abstract class MAMService
    extends Service implements HookedService
                        

    MAM version of android.app.Service.

    • Constructor Detail

      • MAMService

        MAMService()
    • Method Detail

      • onBind

         final IBinder onBind(Intent intent)
      • 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.