@@ -59,7 +59,6 @@ module.exports = {
5959* @param {string } fileLocation Path to a file that's going to be attached
6060* to each report.
6161*/
62- // Not yet testsed
6362setFileAttachment : function ( fileLocation ) {
6463Instabug . setFileAttachment ( fileLocation ) ;
6564} ,
@@ -79,7 +78,6 @@ module.exports = {
7978* Adds custom logs that will be sent with each report.
8079* @param {string } log Message to be logged.
8180*/
82- // Needs renaming
8381IBGLog : function ( log ) {
8482Instabug . IBGLog ( log ) ;
8583} ,
@@ -167,7 +165,6 @@ module.exports = {
167165* shown or not. Passing YES will show screenshot view for both feedback and
168166* bug reporting, while passing NO will disable it for both.
169167*/
170- // Doesn't work on existing SDK
171168setWillSkipScreenshotAnnotation : function ( willSkipeScreenshotAnnotation ) {
172169Instabug . setWillSkipScreenshotAnnotation ( willSkipeScreenshotAnnotation ) ;
173170} ,
@@ -200,7 +197,6 @@ module.exports = {
200197* @param {boolean } isPushNotificationEnabled A boolean to indicate whether push
201198* notifications are enabled or disabled.
202199*/
203- // Not tested
204200setPushNotificationsEnabled : function ( isPushNotificationEnabled ) {
205201Instabug . setPushNotificationsEnabled ( isPushNotificationEnabled ) ;
206202} ,
@@ -354,7 +350,6 @@ module.exports = {
354350* @param {boolean } isChatNotificationEnabled A boolean to set whether
355351* notifications are enabled or disabled.
356352*/
357- // Not tested
358353setChatNotificationEnabled : function ( isChatNotificationEnabled ) {
359354Instabug . setChatNotificationEnabled ( isChatNotificationEnabled ) ;
360355} ,
@@ -374,7 +369,6 @@ module.exports = {
374369* @param {boolean } chatEnabled A boolean to indicate whether chat is enabled
375370* or disabled.
376371*/
377- // TODO: investigate doing it in more like JS pattern
378372setPromptOptions : function ( isBugReportingEnabled , isFeedbackReportingEnabled , isChatEnabled ) {
379373Instabug . setPromptOptions ( isBugReportingEnabled , isFeedbackReportingEnabled , isChatEnabled ) ;
380374} ,
0 commit comments