Android.OS.Binder.OnTransact Method
Default implementation is a stub that returns false.

Syntax

[Android.Runtime.Register("onTransact", "(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z", "GetOnTransact_ILandroid_os_Parcel_Landroid_os_Parcel_IHandler")]
protected virtual bool OnTransact (int code, Parcel data, Parcel reply, int flags)

Parameters

code
Documentation for this section has not yet been entered.
data
Documentation for this section has not yet been entered.
reply
Documentation for this section has not yet been entered.
flags
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.OS.RemoteException

Remarks

Default implementation is a stub that returns false. You will want to override this to do the appropriate unmarshalling of transactions.

If you want to call this, call transact().

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1