Android.Webkit.IPluginStub
This interface is used to implement plugins in a WebView.

See Also: IPluginStub Members

Syntax

[Android.Runtime.Register("android/webkit/PluginStub", "", "Android.Webkit.IPluginStubInvoker")]
public interface IPluginStub : Android.Runtime.IJavaObject, IDisposable

Remarks

This interface is used to implement plugins in a WebView. A plugin package may extend this class and implement the abstract functions to create embedded or fullscreeen views displayed in a WebView. The PluginStub implementation will be provided the same NPP instance that is created through the native interface.

[Android Documentation]

Requirements

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