Skip to content

Commit 9d8d6df

Browse files
Remove redundant docs
1 parent 87dcd8f commit 9d8d6df

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

index.js

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ module.exports = {
9494
Instabug.setUserStepsEnabled(isUserStepsEnabled);
9595
},
9696

97-
/**
98-
* A callback that gets executed before sending each bug report.
99-
* @callback preSendingHandler
100-
*/
101-
10297
/**
10398
* Sets a block of code to be executed before sending each report.
10499
* This block is executed in the background before sending each report. Could
@@ -118,13 +113,6 @@ module.exports = {
118113
}
119114
},
120115

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-
128116
/**
129117
* Sets a block of code to be executed just before the SDK's UI is presented.
130118
* This block is executed on the UI thread. Could be used for performing any
@@ -408,11 +396,6 @@ module.exports = {
408396
Instabug.setChatNotificationEnabled(isChatNotificationEnabled);
409397
},
410398

411-
/**
412-
* A callback that gets executed when a new message is received.
413-
* @callback onNewMessgaeHandler
414-
*/
415-
416399
/**
417400
* Sets a block of code that gets executed when a new message is received.
418401
* @param {onNewMessgaeHandler} onNewMessageHandler - A callback that gets
@@ -447,12 +430,6 @@ module.exports = {
447430
Instabug.setPromptOptions(isBugReportingEnabled, isFeedbackReportingEnabled, isChatEnabled);
448431
},
449432

450-
/**
451-
* return callback
452-
* @callback isInstabugNotificationCallback
453-
* @param {boolean} isInstabugNotification
454-
*/
455-
456433
/**
457434
* Checks if a notification is from Instabug.
458435
* If you are using push notifications, use this method to check whether an
@@ -713,12 +690,6 @@ module.exports = {
713690
}
714691
},
715692

716-
/**
717-
* return callback
718-
* @callback userAttributeCallback
719-
* @param {string} value for key in user attributes.
720-
*/
721-
722693
/**
723694
* Returns the user attribute associated with a given key.
724695
aKey
@@ -745,12 +716,6 @@ module.exports = {
745716
}
746717
},
747718

748-
/**
749-
* return callback
750-
* @callback userAttributesCallback
751-
* @param{Object} userAttributes Dictionary of the user attributes.
752-
*/
753-
754719
/**
755720
* @summary Returns all user attributes.
756721
* @param {userAttributesCallback} userAttributesCallback callback with argument A new dictionary containing all the currently set user attributes,

0 commit comments

Comments
 (0)