Android.OS.IBinder.QueryLocalInterface Method
Attempt to retrieve a local implementation of an interface for this Binder object.

Syntax

[Android.Runtime.Register("queryLocalInterface", "(Ljava/lang/String;)Landroid/os/IInterface;", "GetQueryLocalInterface_Ljava_lang_String_Handler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IInterface QueryLocalInterface (string descriptor)

Parameters

descriptor
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Attempt to retrieve a local implementation of an interface for this Binder object. If null is returned, you will need to instantiate a proxy class to marshall calls through the transact() method.

[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