BaseInputConnection.CommitCompletion(CompletionInfo) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation does nothing and returns false.
[Android.Runtime.Register("commitCompletion", "(Landroid/view/inputmethod/CompletionInfo;)Z", "GetCommitCompletion_Landroid_view_inputmethod_CompletionInfo_Handler")]
public virtual bool CommitCompletion(Android.Views.InputMethods.CompletionInfo? text);
	[<Android.Runtime.Register("commitCompletion", "(Landroid/view/inputmethod/CompletionInfo;)Z", "GetCommitCompletion_Landroid_view_inputmethod_CompletionInfo_Handler")>]
abstract member CommitCompletion : Android.Views.InputMethods.CompletionInfo -> bool
override this.CommitCompletion : Android.Views.InputMethods.CompletionInfo -> bool
	Parameters
- text
 - CompletionInfo
 
The committed completion.
Returns
Implements
- Attributes
 
Remarks
Default implementation does nothing and returns false.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.