@oguzkocer pointed out that Helpshift added a few more methods to their delegate that will allow us to track a few more things. Let's add in the following to our tracking:
static NSString *HSUserAcceptedTheSolution = @"User accepted the solution";
static NSString *HSUserRejectedTheSolution = @"User rejected the solution";
static NSString *HSUserSentScreenShot = @"User sent a screenshot";
static NSString *HSUserReviewedTheApp = @"User reviewed the app";