public abstract class

MAMIntentService

extends IntentService
implements HookedService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ android.app.IntentService
           ↳ com.microsoft.intune.mam.client.app.MAMIntentService

Class Overview

MAM version of android.app.IntentService.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
MAMIntentService(String name)
Constructor.
Public Methods
final IBinder onBind(Intent intent)
IBinder onMAMBind(Intent intent)
MAM version of onBind.
void onMAMStart(Intent intent, int startId)
MAM version of onStart.
int onMAMStartCommand(Intent intent, int flags, int startId)
MAM version of onStartCommand.
final void onStart(Intent intent, int startId)
final int onStartCommand(Intent intent, int flags, int startId)
Protected Methods
void attachBaseContext(Context context)
[Expand]
Inherited Methods
From class android.app.IntentService
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface com.microsoft.intune.mam.client.app.HookedService
From interface com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

Public Constructors

public MAMIntentService (String name)

Constructor.

Parameters
name Service name.

Public Methods

public final IBinder onBind (Intent intent)

public IBinder onMAMBind (Intent intent)

MAM version of onBind.

Parameters
intent See onBind.
Returns
  • See onBind.

public void onMAMStart (Intent intent, int startId)

MAM version of onStart.

Parameters
intent See onStart.
startId See onStart.

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

public final void onStart (Intent intent, int startId)

public final int onStartCommand (Intent intent, int flags, int startId)

Protected Methods

protected void attachBaseContext (Context context)