Class SoftKeyboardManager
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Core.dll
 
Manager for handling soft keyboard adjustments.
public static class SoftKeyboardManager
  - Inheritance
 - 
      
      SoftKeyboardManager
 
- Inherited Members
 
Fields
SoftKeyboardAdjustModeProperty
Bindable property for setting the soft keyboard adjustment mode on a page.
public static readonly BindableProperty SoftKeyboardAdjustModeProperty
  Field Value
State
Exposes the state of the soft keyboard.
public static readonly SoftKeyboardState State
  Field Value
Properties
DefaultAdjustMode
The default soft keyboard adjustment mode to use when no specific mode is specified.
public static SoftKeyboardAdjustMode DefaultAdjustMode { get; }
  Property Value
Methods
GetSoftKeyboardAdjustMode(BindableObject)
Gets the soft keyboard adjustment mode for a page.
public static SoftKeyboardAdjustMode? GetSoftKeyboardAdjustMode(BindableObject bindable)
  Parameters
bindableBindableObject
Returns
SetSoftKeyboardAdjustMode(BindableObject, SoftKeyboardAdjustMode?)
Sets the soft keyboard adjustment mode for a page.
public static void SetSoftKeyboardAdjustMode(BindableObject bindable, SoftKeyboardAdjustMode? value)
  Parameters
bindableBindableObjectvalueSoftKeyboardAdjustMode?