From 31a78a0420a759dc1a23c96e48e107d53d475a4b Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 19 Oct 2012 22:01:08 +0200 Subject: [PATCH] Some more minor documentation improvements --- Classes/BITFeedbackManager.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Classes/BITFeedbackManager.h b/Classes/BITFeedbackManager.h index 8cd1c050ee..a95fa5d39d 100644 --- a/Classes/BITFeedbackManager.h +++ b/Classes/BITFeedbackManager.h @@ -109,6 +109,8 @@ typedef enum { - `BITFeedbackUserDataElementRequired`: The user has to provide this to continue The default value is `BITFeedbackUserDataElementOptional`. + + @see requireUserEmail */ @property (nonatomic, readwrite) BITFeedbackUserDataElement requireUserName; @@ -124,6 +126,8 @@ typedef enum { - `BITFeedbackUserDataElementRequired`: The user has to provide this to continue The default value is `BITFeedbackUserDataElementOptional`. + + @see requireUserName */ @property (nonatomic, readwrite) BITFeedbackUserDataElement requireUserEmail; @@ -134,8 +138,15 @@ typedef enum { This lets the user to view the new feedback by choosing the appropriate option in the alert sheet, and the `BITFeedbackListViewController` will be shown. + The alert is only shown, if the newest message is not originated from the current user. + This requires the users email address to be present! The optional userid property + cannot be used, because users could also answer via email and then this information + is not available. + Default is `YES` @see feedbackListViewController: + @see requireUserEmail + @see `[BITHockeyManagerDelegate userEmailForHockeyManager:componentManager:]` */ @property (nonatomic, readwrite) BOOL showAlertOnIncomingMessages;