C# Class WPCordovaClassLib.Cordova.Commands.SocialShare

Inheritance: BaseCommand
显示文件 Open project: purplecabbage/social-share

Public Methods

Method Description
share ( string options ) : void

Protected Methods

Method Description
shareLink ( string title, string url, string msg ) : void
shareStatus ( string msg ) : void

Method Details

share() public method

public share ( string options ) : void
options string
return void

shareLink() protected method

protected shareLink ( string title, string url, string msg ) : void
title string
url string
msg string
return void

shareStatus() protected method

protected shareStatus ( string msg ) : void
msg string
return void