Skip to main content

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

MembersDescriptions
{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

  • layoutName The layout name

Returns

public inline UpdateKeyboardLayoutMessage WithLayout(string layoutContents)

Fluent sets layout content string.

Parameters

  • layoutContents Layout content string

Returns

public inline UpdateKeyboardLayoutMessage WithPicture(string pictureContents)

Fluent sets the flag image for the language button on the keyboard.

Parameters

  • pictureContents The 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