com.microsoft.connecteddevices.remotesystems.commanding.nearshare
Classes
| NearShareHelper |
This class generates an implementation of the NearShareFileProvider interface, which represents a single file to be shared. |
| NearShareProgress |
Progress of a nearby sharing operation at a single moment in time. |
| NearShareSender |
This class is responsible for sending URIs and/or files from one device to another through the nearby sharing feature. |
Interfaces
| NearShareFileProvider |
Interface implemented by apps to provide information about a file to be shared and create a NearShareStream for this data. The NearShareHelper class can be used to create the default implementation of this interface. |
| NearShareStream |
This interface contains methods for reading file data to be transferred through nearby sharing. It is used by the platform during a share operation. |
Enums
| NearShareStatus |
Contains values that describe the result of a nearby sharing operation. |