Skip to content

Commit 65f79f3

Browse files
committed
v6.3
1 parent f932d66 commit 65f79f3

21 files changed

+10
-1
lines changed

Instabug.framework/Headers/Instabug.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: API for using Instabug's SDK.
55
6-
Copyright: (c) 2013-2016 by Instabug, Inc., all rights reserved.
6+
Copyright: (c) 2013-2017 by Instabug, Inc., all rights reserved.
77
88
Version: 6.3
99
*/
@@ -429,6 +429,15 @@ NS_ASSUME_NONNULL_BEGIN
429429
*/
430430
+ (void)setIntroMessageEnabled:(BOOL)isIntroMessageEnabled;
431431

432+
/**
433+
@brief Sets whether to show a "Thank You" dialog after a bug report is sent or not.
434+
435+
@discussion Defaults to YES.
436+
437+
@param isPostSendingDialogEnabled A boolean to indicate whether the dialog is enabled or not.
438+
*/
439+
+ (void)setPostSendingDialogEnabled:(BOOL)isPostSendingDialogEnabled;
440+
432441
/**
433442
@brief Sets the color theme of the SDK's whole UI.
434443

Instabug.framework/Instabug

49.4 KB
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.
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.

0 commit comments

Comments
 (0)