You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@brief Present a view that educates the user on how to invoke the SDK with the currently set invocation event.
259
+
260
+
@discussion Does nothing if invocation event is set to anything other than IBGInvocationEventShake or IBGInvocationEventScreenshot.
259
261
*/
260
262
+ (void)showIntroMessage;
261
263
@@ -270,9 +272,7 @@ NS_ASSUME_NONNULL_BEGIN
270
272
+ (void)setWillTakeScreenshot:(BOOL)willTakeScreenshot DEPRECATED_MSG_ATTRIBUTE("Starting from v6.0, use setAttachmentTypesEnabledScreenShot:extraScreenShot:galleryImage:voiceNote:screenRecording: instead.");
271
273
272
274
/**
273
-
@brief Sets the default value of the user's email and hides the email field from the reporting UI and set the user's name to be included with all reports.
274
-
275
-
@discussion It also reset the chats on device to that email and removes user attributes, user data and completed surveys.
275
+
@brief Sets the user email and name for all sent reports. Also hides the email field from the reporting UI.
276
276
277
277
@param email Email address to be set as the user's email.
278
278
@param name Name of the user to be set.
@@ -282,7 +282,7 @@ NS_ASSUME_NONNULL_BEGIN
282
282
/**
283
283
@brief Sets the default value of the user's email to nil and show email field and remove user name from all reports
284
284
285
-
@discussion It also reset the chats on device and removes user attributes, user data and completed surveys.
285
+
@discussion This method also resets all chats currently on the device and removes any set user attributes.
0 commit comments