File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The table below contains a list of APIs we're planning to implement for our 1.0
26
26
27
27
| API Method | Native Equivalent (Android/iOS) |
28
28
| ------------| -----------------------------------------------------------------------------------------------------------------------------------------|
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:] ` |
30
30
| | ` Instabug.showWelcomeMessage(WelcomeMessage.State state) ` <br >` + [Instabug showWelcomeMessageWithMode:] ` |
31
31
| | ` Instabug.identifyUser(String username, String email) ` <br >` + [Instabug identifyUserWithEmail:name:] ` |
32
32
| | ` Instabug.logoutUser() ` <br >` + [Instabug logOut] ` |
You can’t perform that action at this time.
0 commit comments