InputMethodService.OnComputeInsets(InputMethodService+Insets) 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.
Compute the interesting insets into your UI.
[Android.Runtime.Register("onComputeInsets", "(Landroid/inputmethodservice/InputMethodService$Insets;)V", "GetOnComputeInsets_Landroid_inputmethodservice_InputMethodService_Insets_Handler")]
public virtual void OnComputeInsets (Android.InputMethodServices.InputMethodService.Insets? outInsets);
[<Android.Runtime.Register("onComputeInsets", "(Landroid/inputmethodservice/InputMethodService$Insets;)V", "GetOnComputeInsets_Landroid_inputmethodservice_InputMethodService_Insets_Handler")>]
abstract member OnComputeInsets : Android.InputMethodServices.InputMethodService.Insets -> unit
override this.OnComputeInsets : Android.InputMethodServices.InputMethodService.Insets -> unit
Parameters
- outInsets
- InputMethodService.Insets
Fill in with the current UI insets.
- Attributes
Remarks
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.