AbstractInputMethodService.AbstractInputMethodImpl.UnbindInput 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
解綁應用程式環境,當先前設定 #bindInput 的資訊不再適用於該輸入法時,該環境會被呼叫。
[Android.Runtime.Register("unbindInput", "()V", "GetUnbindInputHandler")]
public abstract void UnbindInput();
[<Android.Runtime.Register("unbindInput", "()V", "GetUnbindInputHandler")>]
abstract member UnbindInput : unit -> unit
實作
- 屬性
備註
解綁應用程式環境,當先前設定 #bindInput 的資訊不再適用於該輸入法時,該環境會被呼叫。
通常當應用程式變為非前景時會呼叫此方法。
Java 文件 android.view.inputmethod.InputMethod.unbindInput()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。