Interface HookedService

  • All Implemented Interfaces:
    com.microsoft.intune.mam.client.app.HookedContextWrapper , com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

    
    public interface HookedService
     implements HookedContextWrapper, MAMIdentityRequirementListener
                        

    Allow access to an Service's super class implementation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract IBinder onMAMBind(Intent intent) MAM version of onBind.
      abstract int onMAMStartCommand(Intent intent, int flags, int startId) MAM version of onStartCommand.
      abstract void onMAMStart(Intent intent, int startId) MAM version of onStart.
      • Methods inherited from class com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

        onMAMIdentitySwitchRequired, onMAMIdentitySwitchRequired
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onMAMBind

         abstract IBinder onMAMBind(Intent intent)

        MAM version of onBind.

        Parameters:
        intent - See onBind.
        Returns:

        See onBind.

      • onMAMStartCommand

         abstract 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.

      • onMAMStart

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

        MAM version of onStart.

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