File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ module.exports = {
271
271
} ,
272
272
273
273
/**
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
275
275
* currently set invocation event.
276
276
*/
277
277
showIntroMessage : function ( ) {
@@ -489,7 +489,7 @@ module.exports = {
489
489
} ,
490
490
491
491
/**
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
493
493
* enabled or not.
494
494
* Defaults to YES.
495
495
* @param {boolean } isIntroMessageEnabled A boolean to indicate whether the
@@ -686,7 +686,7 @@ module.exports = {
686
686
} ,
687
687
688
688
/**
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.
690
690
* Logged user events are going to be sent with each report, as well as at the end of a session.
691
691
* @param {string } name Event name.
692
692
*/
You can’t perform that action at this time.
0 commit comments