C# Class Shared.Helpers.FeedbackHelper

Afficher le fichier Open project: sealuzh/PersonalAnalytics Class Usage Examples

Méthodes publiques

Méthode Description
SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void

Private Methods

Méthode Description
CreateFeedbackMailtoString ( string subject = "Feedback", string publishedAppVersion = "", string body = "" ) : string

Creates a HTML mailto email (with encoded text) can add an optional subject (with the current app version if available), and body

Method Details

SendFeedback() public static méthode

public static SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void
subject string
body string
appVersion string
Résultat void