DeviceClipboard
Wisej.Hybrid.DeviceClipboard
Last updated
Wisej.Hybrid.DeviceClipboard
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides a convenient interface for interacting with the device's clipboard, allowing you to access and manipulate text content.
Access this class through the singleton.
Initializes a new instance of the class and sets up clipboard event handling.
: Gets a value indicating whether the device's clipboard contains text content.
Retrieves text from the device's clipboard.
Sets the provided text into the device's clipboard.
text
The text to be copied to the clipboard.
Returns: . The text content from the clipboard.
Occurs when the content in the device's clipboard changes.