다음을 통해 공유


AbstractInputMethodService.OnCreateInputMethodSessionInterface 메서드

정의

입력 메서드의 새 클라이언트에 대해 새 InputMethodSession 인터페이스가 필요할 때 프레임워크에서 호출됩니다.

[Android.Runtime.Register("onCreateInputMethodSessionInterface", "()Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl;", "GetOnCreateInputMethodSessionInterfaceHandler")]
public abstract Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl? OnCreateInputMethodSessionInterface ();
[<Android.Runtime.Register("onCreateInputMethodSessionInterface", "()Landroid/inputmethodservice/AbstractInputMethodService$AbstractInputMethodSessionImpl;", "GetOnCreateInputMethodSessionInterfaceHandler")>]
abstract member OnCreateInputMethodSessionInterface : unit -> Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl

반환

특성

설명

에 대한 android.inputmethodservice.AbstractInputMethodService.onCreateInputMethodSessionInterface()Java 설명서

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

적용 대상