C# Class Shared.Helpers.FeedbackHelper

Show file Open project: sealuzh/PersonalAnalytics Class Usage Examples

Public Methods

Method Description
SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void

Private Methods

Method 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 method

public static SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void
subject string
body string
appVersion string
return void