Class MAMBroadcastReceiver

  • All Implemented Interfaces:
    com.microsoft.intune.mam.client.content.HookedBroadcastReceiver

    
    public abstract class MAMBroadcastReceiver
    extends BroadcastReceiver implements HookedBroadcastReceiver
                        

    MAM version of BroadcastReceiver.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final void onReceive(Context context, Intent intent)
      • Methods inherited from class android.content.BroadcastReceiver

        abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, getSentFromPackage, getSentFromUid, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
      • Methods inherited from class com.microsoft.intune.mam.client.content.HookedBroadcastReceiver

        onMAMReceive
      • Methods inherited from class java.lang.Object

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

      • MAMBroadcastReceiver

        MAMBroadcastReceiver()
    • Method Detail

      • onReceive

         final void onReceive(Context context, Intent intent)