public abstract class

MAMBinder

extends Binder
implements HookedBinder
java.lang.Object
   ↳ android.os.Binder
     ↳ com.microsoft.intune.mam.client.os.MAMBinder

Class Overview

MAM version of Binder. This is only necessary if the Binder in question will be accessed without using transact/onTransact from within the app.

Summary

[Expand]
Inherited Constants
From interface android.os.IBinder
Public Constructors
MAMBinder()
Constructor.
Public Methods
boolean onMAMTransact(int code, Parcel data, Parcel reply, int flags)
Protected Methods
final boolean onTransact(int code, Parcel data, Parcel reply, int flags)
[Expand]
Inherited Methods
From class android.os.Binder
From class java.lang.Object
From interface android.os.IBinder
From interface com.microsoft.intune.mam.client.os.HookedBinder

Public Constructors

public MAMBinder ()

Constructor.

Public Methods

public boolean onMAMTransact (int code, Parcel data, Parcel reply, int flags)

Throws
RemoteException

Protected Methods

protected final boolean onTransact (int code, Parcel data, Parcel reply, int flags)

Throws
RemoteException