This commit is contained in:
Doug Tabuchi
2016-10-19 15:45:48 -04:00
parent 5971d985b9
commit 8a0bb664be

View File

@@ -226,7 +226,12 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
@property (nonatomic, readwrite) BITFeedbackObservationMode feedbackObservationMode;
/**
TODO Add docs
Indicates if a new thread should be created for each new feedback message
Setting thos to `YES` will force a new thread whenever a new message is sent as
opposed to the default resume thread behaviour.
Default is `NO`
*/
@property (nonatomic, readwrite) BOOL forceNewThread;