Skip to content

Commit 6655b3c

Browse files
committed
📝 Adding startWithToken to readme
1 parent 0aa548f commit 6655b3c

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
@@ -26,7 +26,7 @@ The table below contains a list of APIs we're planning to implement for our 1.0
2626

2727
| API Method | Native Equivalent (Android/iOS) |
2828
|------------|-----------------------------------------------------------------------------------------------------------------------------------------|
29-
| | `new Instabug.Builder(this, "APP_TOKEN").build()`<br>`+ [Instabug startWithToken:invocationEvents:]` |
29+
| `start(String token, List<InvocationEvent> invocationEvents)` | `new Instabug.Builder(this, "APP_TOKEN").build()`<br>`+ [Instabug startWithToken:invocationEvents:]` |
3030
| | `Instabug.showWelcomeMessage(WelcomeMessage.State state)`<br>`+ [Instabug showWelcomeMessageWithMode:]` |
3131
| | `Instabug.identifyUser(String username, String email)`<br>`+ [Instabug identifyUserWithEmail:name:]` |
3232
| | `Instabug.logoutUser()`<br>`+ [Instabug logOut]` |

0 commit comments

Comments
 (0)