public interface

HookedService

implements MAMIdentityRequirementListener
com.microsoft.intune.mam.client.app.HookedService
Known Indirect Subclasses

Class Overview

Allow access to an Service's super class implementation.

Summary

Public Methods
abstract IBinder onMAMBind(Intent intent)
MAM version of onBind.
abstract void onMAMStart(Intent intent, int startId)
This method is deprecated. No replacement.
abstract int onMAMStartCommand(Intent intent, int flags, int startId)
MAM version of onStartCommand.
[Expand]
Inherited Methods
From interface com.microsoft.intune.mam.client.app.MAMIdentityRequirementListener

Public Methods

public abstract IBinder onMAMBind (Intent intent)

MAM version of onBind.

Parameters
intent See onBind.
Returns
  • See onBind.

public abstract void onMAMStart (Intent intent, int startId)

This method is deprecated.
No replacement.

MAM version of onStart.

Parameters
intent See onStart.
startId See onStart.

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