Skip to content

Commit f8adbf7

Browse files
author
Instabug
committed
Final version Instabug-iOS SDK v1.1.2
1 parent eeeb966 commit f8adbf7

File tree

27 files changed

+31
-1
lines changed

27 files changed

+31
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
117 Bytes
Binary file not shown.
129 Bytes
Binary file not shown.
66 Bytes
Binary file not shown.
219 Bytes
Binary file not shown.
178 Bytes
Binary file not shown.
87 Bytes
Binary file not shown.
77 Bytes
Binary file not shown.
145 Bytes
Binary file not shown.
145 Bytes
Binary file not shown.
161 Bytes
Binary file not shown.
97 Bytes
Binary file not shown.
57 Bytes
Binary file not shown.
57 Bytes
Binary file not shown.

Instabug.framework/Versions/A/Headers/Instabug.h

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013 by Instabug, Inc., all rights reserved.
77
8-
Version: 1.1
8+
Version: 1.1.2
99
*/
1010

1111
//=============================================================================================
@@ -162,6 +162,18 @@ typedef enum{
162162
@discussion Instantly shows the feedback form either with or without a screenshot
163163
*/
164164
+(void)ShowFeedbackFormWithScreenshot:(BOOL)withScreenshot;
165+
166+
/*!
167+
@method disableSDK
168+
@discussion Disables the SDK, this will disable all the SDK functions
169+
*/
170+
+(void)disableSDK;
171+
172+
/*!
173+
@method enableSDK
174+
@discussion Enables the SDK, this will enable all the SDK functions. The SDK is enabled by default
175+
*/
176+
+(void)enableSDK;
165177
//=============================================================================================
166178

167179

@@ -189,6 +201,24 @@ typedef enum{
189201
*/
190202
+(void)setShowEmail:(BOOL) showEmail;
191203

204+
/*!
205+
@method setEmail
206+
@discussion Sets the default value of the email field
207+
*/
208+
+(void)setEmail:(NSString*) email;
209+
210+
/*!
211+
@method setEmailIsRequired
212+
@discussion Sets the value of whether the email field is required or not
213+
*/
214+
+(void)setEmailIsRequired:(BOOL) emailIsRequired;
215+
216+
/*!
217+
@method setEmailInvalidText
218+
@discussion Sets the email invalid alert text, shown if an invalid email is entered
219+
*/
220+
+(void)setEmailInvalidText:(NSString*) emailInvalidText;
221+
192222
/*!
193223
@method setShowStartAlert
194224
@discussion Sets the default value of the start alert, whether to show it or not
97.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)