mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Make it clear how the screenshot trigger gets the image
This commit is contained in:
@@ -69,7 +69,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
|
|||||||
*/
|
*/
|
||||||
BITFeedbackObservationNone = 0,
|
BITFeedbackObservationNone = 0,
|
||||||
/**
|
/**
|
||||||
* Triggeres when the user takes a screenshot. Requires iOS 7 or later!
|
* Triggeres when the user takes a screenshot. This will grab the latest image from the camera roll. Requires iOS 7 or later!
|
||||||
*/
|
*/
|
||||||
BITFeedbackObservationModeOnScreenshot = 1,
|
BITFeedbackObservationModeOnScreenshot = 1,
|
||||||
/**
|
/**
|
||||||
@@ -220,7 +220,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
|
|||||||
own trigger and then call `[[BITHockeyManager sharedHockeyManager].feedbackManager showFeedbackComposeViewWithGeneratedScreenshot];` to handle your custom events
|
own trigger and then call `[[BITHockeyManager sharedHockeyManager].feedbackManager showFeedbackComposeViewWithGeneratedScreenshot];` to handle your custom events
|
||||||
that should trigger this.
|
that should trigger this.
|
||||||
- `BITFeedbackObservationModeOnScreenshot`: Triggeres when the user takes a screenshot.
|
- `BITFeedbackObservationModeOnScreenshot`: Triggeres when the user takes a screenshot.
|
||||||
Requires iOS 7 or later!
|
This will grab the latest image from the camera roll. Requires iOS 7 or later!
|
||||||
- `BITFeedbackObservationModeThreeFingerTap`: Triggers when the user tapps with three fingers
|
- `BITFeedbackObservationModeThreeFingerTap`: Triggers when the user tapps with three fingers
|
||||||
for three seconds on the screen.
|
for three seconds on the screen.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user