Interface HookedJobIntentService

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

    
    public interface HookedJobIntentService
     implements HookedService
                        

    MAM interface to link External and Internal.

    • 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 void onMAMHandleWork(Intent intent) Managed equivalent of onHandleWork.
      • Methods inherited from class com.microsoft.intune.mam.client.app.HookedService

        onMAMBind, onMAMStart, onMAMStartCommand
      • 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

      • onMAMHandleWork

         abstract void onMAMHandleWork(Intent intent)

        Managed equivalent of onHandleWork.

        Parameters:
        intent - intent to execute