IPluginStub.GetFullScreenView(Int32, Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a custom full-screen view to be displayed when the user requests a plugin display as full-screen.
[Android.Runtime.Register("getFullScreenView", "(ILandroid/content/Context;)Landroid/view/View;", "GetGetFullScreenView_ILandroid_content_Context_Handler:Android.Webkit.IPluginStubInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Views.View? GetFullScreenView (int NPP, Android.Content.Context? context);
[<Android.Runtime.Register("getFullScreenView", "(ILandroid/content/Context;)Landroid/view/View;", "GetGetFullScreenView_ILandroid_content_Context_Handler:Android.Webkit.IPluginStubInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetFullScreenView : int * Android.Content.Context -> Android.Views.View
Parameters
- NPP
- Int32
The native NPP instance.
- context
- Context
The current application's Context.
Returns
A custom View that will be managed by the application.
- Attributes
Remarks
Return a custom full-screen view to be displayed when the user requests a plugin display as full-screen. Note that the application may choose not to display this View as completely full-screen.
Java documentation for android.webkit.PluginStub.getFullScreenView(int, android.content.Context)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.