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.
-
-
Method Summary
Modifier and Type Method Description abstract voidonMAMHandleWork(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
-
-
Method Detail
-
onMAMHandleWork
abstract void onMAMHandleWork(Intent intent)
Managed equivalent of onHandleWork.
- Parameters:
intent- intent to execute
-
-
-
-