다음을 통해 공유


IInputMethod.CreateSession(IInputMethodSessionCallback) 메서드

정의

입력 메서드와 상호 작용하기 위해 클라이언트 애플리케이션에 전달될 수 있는 새 InputMethodSession 파일을 만듭니다.

[Android.Runtime.Register("createSession", "(Landroid/view/inputmethod/InputMethod$SessionCallback;)V", "GetCreateSession_Landroid_view_inputmethod_InputMethod_SessionCallback_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void CreateSession (Android.Views.InputMethods.IInputMethodSessionCallback? callback);
[<Android.Runtime.Register("createSession", "(Landroid/view/inputmethod/InputMethod$SessionCallback;)V", "GetCreateSession_Landroid_view_inputmethod_InputMethod_SessionCallback_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateSession : Android.Views.InputMethods.IInputMethodSessionCallback -> unit

매개 변수

callback
IInputMethodSessionCallback

새로 만든 세션으로 호출되는 인터페이스입니다.

특성

설명

에 대한 android.view.inputmethod.InputMethod.createSession(android.view.inputmethod.SessionCallback)Java 설명서

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

적용 대상