Skip to content

Commit 9a41a3c

Browse files
SalmaAliSalmaAli
authored andcommitted
📝 change apis that have no replacement to deprecated in ios
1 parent 2444a8d commit 9a41a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = {
271271
},
272272

273273
/**
274-
* Present a view that educates the user on how to invoke the SDK with the
274+
* @deprecated Present a view that educates the user on how to invoke the SDK with the
275275
* currently set invocation event.
276276
*/
277277
showIntroMessage: function () {
@@ -489,7 +489,7 @@ module.exports = {
489489
},
490490

491491
/**
492-
* Sets whether the intro message that gets shown on launching the app is
492+
* @deprecated Sets whether the intro message that gets shown on launching the app is
493493
* enabled or not.
494494
* Defaults to YES.
495495
* @param {boolean} isIntroMessageEnabled A boolean to indicate whether the
@@ -686,7 +686,7 @@ module.exports = {
686686
},
687687

688688
/**
689-
* Logs a user event that happens through the lifecycle of the application.
689+
* @deprecated Logs a user event that happens through the lifecycle of the application.
690690
* Logged user events are going to be sent with each report, as well as at the end of a session.
691691
* @param {string} name Event name.
692692
*/

0 commit comments

Comments
 (0)