C# 클래스 Cimbalino.Phone.Toolkit.Services.ShareMediaService

Represents an implementation of the IShareMediaService.
상속: IShareMediaService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
Show ( string filePath ) : void

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

메소드 상세

Show() 공개 메소드

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.
리턴 void