DeviceSharing
Wisej.Hybrid.DeviceSharing
Last updated
Wisej.Hybrid.DeviceSharing
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods for sharing data on the client device, including text, URIs, and files.
Access this class through the Device singleton.
Initializes a new instance of DeviceSharing.
Shares files on the client device.
title
The title or subject of the shared content.
files
A dictionary of files to be shared, where the key is the file name and the value is a stream containing the file data.
Shares text on the client device.
title
The title or subject of the shared content.
text
The text to be shared.
Shares a URI (Uniform Resource Identifier) on the client device.
title
The title or subject of the shared content.
uri
The URI to be shared.