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 @@ -42,7 +42,7 @@ The table below contains a list of APIs we're planning to implement for our 1.0
42
42
| | Android: ` Instabug.getAllUserAttributes() ` <br >iOS: ` + [Instabug userAttributes:] ` |
43
43
| | Android: ` Instabug.logUserEvent(String name) ` <br >iOS: ` + [Instabug logUserEventWithName:] ` |
44
44
| | Android: ` BugReporting.invoke() ` <br >iOS: ` + [IBGBugReporting invoke] ` |
45
- | | Android: ` BugReporting.invoke(InvocationMode mode,@InvocationOption int... options) ` <br >iOS: ` + [IBGBugReporting invokeWithMode:options:] ` |
45
+ | | Android: ` BugReporting.invoke(InvocationMode mode, @InvocationOption int... options) ` <br >iOS: ` + [IBGBugReporting invokeWithMode:options:] ` |
46
46
| | Android: ` InstabugLog.d(String message) ` <br >iOS: ` + [IBGLog log:] ` |
47
47
| | Android: ` InstabugLog.v(String message) ` <br >iOS: ` + [IBGLog logVerbose:] ` |
48
48
| | Android: ` InstabugLog.d(String message) ` <br >iOS: ` + [IBGLog logDebug:] ` |
You can’t perform that action at this time.
0 commit comments