class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::UpdateKeyboardLayoutMessage
class Wacom::Kiosk::Message::Shared::SDKMessage::Integrator::Messages::UpdateKeyboardLayoutMessage
: public Wacom.Kiosk.Message.Shared.AbstractUpdateMessage
Message to update the keyboard layout for the virtual keyboard on the tablet.
Summary
| Members | Descriptions |
|---|---|
{property} string LayoutPicture | |
public inline UpdateKeyboardLayoutMessage(KioskClient sender) | |
public inline UpdateKeyboardLayoutMessage WithName(string layoutName) | Fluent sets the layout name. |
public inline UpdateKeyboardLayoutMessage WithLayout(string layoutContents) | Fluent sets layout content string. |
public inline UpdateKeyboardLayoutMessage WithPicture(string pictureContents) | Fluent sets the flag image for the language button on the keyboard. |
public inline virtual override void Validate() | in case of update XAML we can validate the XAML here |
Members
{property} string LayoutPicture
public inline UpdateKeyboardLayoutMessage(KioskClient sender)
public inline UpdateKeyboardLayoutMessage WithName(string layoutName)
Fluent sets the layout name.
Parameters
layoutNameThe layout name
Returns
public inline UpdateKeyboardLayoutMessage WithLayout(string layoutContents)
Fluent sets layout content string.
Parameters
layoutContentsLayout content string
Returns
public inline UpdateKeyboardLayoutMessage WithPicture(string pictureContents)
Fluent sets the flag image for the language button on the keyboard.
Parameters
pictureContentsThe image Base64 string.
Returns
public inline virtual override void Validate()
in case of update XAML we can validate the XAML here
same for KBD = validate the layout loading it in the class