@@ -94,11 +94,6 @@ module.exports = {
94
94
Instabug . setUserStepsEnabled ( isUserStepsEnabled ) ;
95
95
} ,
96
96
97
- /**
98
- * A callback that gets executed before sending each bug report.
99
- * @callback preSendingHandler
100
- */
101
-
102
97
/**
103
98
* Sets a block of code to be executed before sending each report.
104
99
* This block is executed in the background before sending each report. Could
@@ -118,13 +113,6 @@ module.exports = {
118
113
}
119
114
} ,
120
115
121
- /**
122
- * Sets a block of code to be executed just before the SDK's UI is presented.
123
- * This block is executed on the UI thread. Could be used for performing any
124
- * UI changes before the SDK's UI is shown.
125
- * @callback preSendingHandler
126
- */
127
-
128
116
/**
129
117
* Sets a block of code to be executed just before the SDK's UI is presented.
130
118
* This block is executed on the UI thread. Could be used for performing any
@@ -408,11 +396,6 @@ module.exports = {
408
396
Instabug . setChatNotificationEnabled ( isChatNotificationEnabled ) ;
409
397
} ,
410
398
411
- /**
412
- * A callback that gets executed when a new message is received.
413
- * @callback onNewMessgaeHandler
414
- */
415
-
416
399
/**
417
400
* Sets a block of code that gets executed when a new message is received.
418
401
* @param {onNewMessgaeHandler } onNewMessageHandler - A callback that gets
@@ -447,12 +430,6 @@ module.exports = {
447
430
Instabug . setPromptOptions ( isBugReportingEnabled , isFeedbackReportingEnabled , isChatEnabled ) ;
448
431
} ,
449
432
450
- /**
451
- * return callback
452
- * @callback isInstabugNotificationCallback
453
- * @param {boolean } isInstabugNotification
454
- */
455
-
456
433
/**
457
434
* Checks if a notification is from Instabug.
458
435
* If you are using push notifications, use this method to check whether an
@@ -713,12 +690,6 @@ module.exports = {
713
690
}
714
691
} ,
715
692
716
- /**
717
- * return callback
718
- * @callback userAttributeCallback
719
- * @param {string } value for key in user attributes.
720
- */
721
-
722
693
/**
723
694
* Returns the user attribute associated with a given key.
724
695
aKey
@@ -745,12 +716,6 @@ module.exports = {
745
716
}
746
717
} ,
747
718
748
- /**
749
- * return callback
750
- * @callback userAttributesCallback
751
- * @param {Object } userAttributes Dictionary of the user attributes.
752
- */
753
-
754
719
/**
755
720
* @summary Returns all user attributes.
756
721
* @param {userAttributesCallback } userAttributesCallback callback with argument A new dictionary containing all the currently set user attributes,
0 commit comments