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 = {
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 */
You can’t perform that action at this time.
0 commit comments