Appboy.AppboyBinding.SubmitFeedback C# (CSharp) Method

SubmitFeedback() public static method

public static SubmitFeedback ( string replyToEmail, string message, bool isReportingABug ) : void
replyToEmail string
message string
isReportingABug bool
return void
        public static void SubmitFeedback(string replyToEmail, string message, bool isReportingABug)
        {
            _submitFeedback(replyToEmail, message, isReportingABug);
        }
AppboyBinding