C# Class WPCordovaClassLib.Cordova.Commands.SocialShare

Inheritance: BaseCommand
Afficher le fichier Open project: purplecabbage/social-share

Méthodes publiques

Méthode Description
share ( string options ) : void

Méthodes protégées

Méthode Description
shareLink ( string title, string url, string msg ) : void
shareStatus ( string msg ) : void

Method Details

share() public méthode

public share ( string options ) : void
options string
Résultat void

shareLink() protected méthode

protected shareLink ( string title, string url, string msg ) : void
title string
url string
msg string
Résultat void

shareStatus() protected méthode

protected shareStatus ( string msg ) : void
msg string
Résultat void