Méthode | Description | |
---|---|---|
SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void |
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
|
public static SendFeedback ( string subject = "Feedback", string body = "", string appVersion = "" ) : void | ||
subject | string | |
body | string | |
appVersion | string | |
Résultat | void |