Skip to content

Commit 4071dea

Browse files
update README.md
1 parent 9d1e362 commit 4071dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ After you've initialized Instabug, you can call a variety of other methods on th
100100
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|------|
101101
| invoke | Show the Instabug dialog so user can choose to report a bug, or submit feedback | optional: 'bug', 'feedback', or 'na' |||
102102
| showIntro* | Display the discovery dialog explaining the shake gesture or the two finger swipe gesture | none |||
103-
| setPrimaryColor | Set the primary color that the SDK will use to tint certain UI elements in the SDK | String representation of a hex color, can be prefaced with '#' - e.g., '#xxxxxx' or 'xxxxxx'. |||
103+
| setPrimaryColor | Set the primary color that the SDK will use to tint certain UI elements in the SDK | integer representation of a color . |||
104104
| setUserEmail* | If your app already acquires the user's email address and you provide it to this method, Instabug will pre-fill the user email in reports | email address |||
105105
| setUserName* | Sets the user name that is used in the dashboard's contact | name |||
106106
| setUserData* | Adds specific user data that you need to be added to the reports | any string |||

0 commit comments

Comments
 (0)