다음을 통해 공유


Presentation 생성자

정의

오버로드

Presentation(Context, Display)

기본 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

Presentation(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

Presentation(Context, Display, Int32)

필요에 따라 지정된 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

Presentation(Context, Display)

기본 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/Display;)V", "")]
public Presentation (Android.Content.Context? outerContext, Android.Views.Display? display);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/Display;)V", "")>]
new Android.App.Presentation : Android.Content.Context * Android.Views.Display -> Android.App.Presentation

매개 변수

outerContext
Context

프레젠테이션을 표시하는 애플리케이션의 컨텍스트입니다. 프레젠테이션은 이 컨텍스트 및 관련 디스플레이에 대한 정보를 기반으로 고유한 컨텍스트(참조 #getContext())를 만듭니다.

display
Display

프레젠테이션을 첨부할 표시입니다.

특성

설명

기본 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

에 대한 android.app.Presentation.Presentation(android.content.Context, android.view.Display)Java 설명서

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

적용 대상

Presentation(IntPtr, JniHandleOwnership)

JNI 개체의 관리되는 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

protected Presentation (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.Presentation : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.Presentation

매개 변수

javaReference
IntPtr

nativeint

IntPtrJNI(Java Native Interface) 개체 참조를 포함하는 개체입니다.

transfer
JniHandleOwnership

JniHandleOwnership처리 방법을 나타내는 AjavaReference

설명

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

적용 대상

Presentation(Context, Display, Int32)

필요에 따라 지정된 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/Display;I)V", "")]
public Presentation (Android.Content.Context? outerContext, Android.Views.Display? display, int theme);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/view/Display;I)V", "")>]
new Android.App.Presentation : Android.Content.Context * Android.Views.Display * int -> Android.App.Presentation

매개 변수

outerContext
Context

프레젠테이션을 표시하는 애플리케이션의 컨텍스트입니다. 프레젠테이션은 이 컨텍스트 및 관련 디스플레이에 대한 정보를 기반으로 고유한 컨텍스트(참조 #getContext())를 만듭니다. 여기에서 android.os.Build.VERSION_CODES#S프레젠테이션은 이 컨텍스트에 따라 연결된 디스플레이에 대한 정보를 기반으로 고유한 창 컨텍스트를 만듭니다. 창 유형을 Window#setType(int) #getWindow#setType(int) 사용자 지정하면 창과 생성된 창 컨텍스트가 일치하지 않으며, 이로 인해 창이 호출할 android.view.WindowManager.InvalidDisplayException 때 발생합니다 #show().

display
Display

프레젠테이션을 첨부할 표시입니다.

theme
Int32

창에 사용할 테마를 설명하는 스타일 리소스입니다. 스타일 정의 및 사용에 대한 자세한 내용은 스타일 및 테마 리소스를 참조 하세요. 이 테마는 var>outerContext</var>의 <현재 테마 위에 적용됩니다. 0이면 기본 프레젠테이션 테마가 사용됩니다.

특성

설명

필요에 따라 지정된 테마를 사용하여 지정된 디스플레이에 연결된 새 프레젠테이션을 만듭니다.

에 대한 android.app.Presentation.Presentation(android.content.Context, android.view.Display, int)Java 설명서

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

적용 대상