Upgraded ios sdk to 1.7.6 and android sdk to 1.2.7

This commit is contained in:
Vijay Sharma 2016-05-31 12:00:06 -04:00
parent f20f04a796
commit 32af6482e8
3 changed files with 11 additions and 1 deletions

View File

@ -20,5 +20,5 @@ android {
dependencies {
compile 'com.facebook.react:react-native:0.20.1'
compile 'testfairy:testfairy-android-sdk:1.2.4'
compile 'testfairy:testfairy-android-sdk:1.2.7'
}

View File

@ -146,6 +146,12 @@
*/
+ (void)takeScreenshot;
/**
* Set the name of the current screen. Useful for single page
* applications which use a single UIViewController.
*/
+ (void)setScreenName:(NSString *)name;
/**
* Remote logging, use TFLog as you would use printf. These logs will be sent to the server,
* but will not appear in the console.
@ -172,4 +178,8 @@ extern NSString *const TFSDKIdentityTraitWebsiteAddressKey;
extern NSString *const TFSDKIdentityTraitAgeKey;
extern NSString *const TFSDKIdentityTraitSignupDateKey;
extern NSString *const TFSDKEnableCrashReporterKey;
extern NSString *const TestFairyDidShakeDevice;
extern NSString *const TestFairyWillProvideFeedback;
extern NSString *const TestFairyDidCancelFeedback;
extern NSString *const TestFairyDidSendFeedback;

Binary file not shown.