C# Class Cimbalino.Phone.Toolkit.Services.ShareMediaService

Represents an implementation of the IShareMediaService.
Inheritance: IShareMediaService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
Show ( string filePath ) : void

Shows a dialog that enables the user to share media on the social networks of their choice.

Method Details

Show() public method

Shows a dialog that enables the user to share media on the social networks of their choice.
public Show ( string filePath ) : void
filePath string The path to the media file to share.
return void