Android.OS.IInterface
Base class for Binder interfaces.

See Also: IInterface Members

Syntax

[Android.Runtime.Register("android/os/IInterface", "", "Android.OS.IInterfaceInvoker")]
public interface IInterface : Android.Runtime.IJavaObject, IDisposable

Remarks

Base class for Binder interfaces. When defining a new interface, you must derive it from IInterface.

[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