More documentation updates

This commit is contained in:
Andreas Linde
2013-10-07 19:12:36 +02:00
parent 1a28150ec0
commit 5ea62ff806
4 changed files with 15 additions and 0 deletions

View File

@@ -104,6 +104,11 @@ typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) {
or when the notification `BITHockeyNetworkDidBecomeReachableNotification` is fired. This
only happens if the user ever did initiate a conversation by writing the first
feedback message.
Implementing the `BITFeedbackManagerDelegate` protocol will notify your app when a new
message was received from the server. The `BITFeedbackComposeViewControllerDelegate`
protocol informs your app about events related to sending feedback messages.
*/
@interface BITFeedbackManager : BITHockeyBaseManager