다음을 통해 공유


IPluginStub.GetFullScreenView(Int32, 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")]
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

매개 변수

NPP
Int32

네이티브 NPP 인스턴스입니다.

context
Context

현재 애플리케이션의 컨텍스트입니다.

반환

애플리케이션에서 관리할 사용자 지정 뷰입니다.

특성

설명

사용자가 플러그 인 디스플레이를 전체 화면으로 요청할 때 표시할 사용자 지정 전체 화면 보기를 반환합니다. 애플리케이션에서 이 보기를 완전히 전체 화면으로 표시하지 않도록 선택할 수 있습니다.

에 대한 android.webkit.PluginStub.getFullScreenView(int, android.content.Context)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상