Android.OS.Binder.AttachInterface Method
Convenience method for associating a specific interface with the Binder.

Syntax

[Android.Runtime.Register("attachInterface", "(Landroid/os/IInterface;Ljava/lang/String;)V", "GetAttachInterface_Landroid_os_IInterface_Ljava_lang_String_Handler")]
public virtual void AttachInterface (IInterface owner, string descriptor)

Parameters

owner
Documentation for this section has not yet been entered.
descriptor
Documentation for this section has not yet been entered.

Remarks

Convenience method for associating a specific interface with the Binder. After calling, queryLocalInterface() will be implemented for you to return the given owner IInterface when the corresponding descriptor is requested.

[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