@@ -35,18 +35,18 @@ The table below contains a list of APIs we're planning to implement for our 1.0
35
35
| | Android: ` Instabug.addTags(String... tags) ` <br >iOS: ` + [Instabug appendTags:] ` |
36
36
| | Android: ` Instabug.resetTags() ` <br >iOS: ` + [Instabug resetTags] ` |
37
37
| | Android: ` Instabug.getTags() ` <br >iOS: ` + [Instabug getTags] ` |
38
- | | Android: ` Instabug, setCustomTextPlaceHolders(InstabugCustomTextPlaceHolder placeholder) ` <br >iOS: ` + [Instabug setValue:forStringWithKey:] ` |
38
+ | | Android: ` Instabug. setCustomTextPlaceHolders(InstabugCustomTextPlaceHolder placeholder) ` <br >iOS: ` + [Instabug setValue:forStringWithKey:] ` |
39
39
| | Android: ` Instabug.setUserAttribute(String key, String value) ` <br >iOS: ` + [Instabug setUserAttribute:withKey:] ` |
40
40
| | Android: ` Instabug.getUserAttribute(String key) ` <br >iOS: ` + [Instabug userAttributeForKey:] ` |
41
41
| | Android: ` Instabug.removeUserAttribute(String key) ` <br >iOS: ` + [Instabug removeUserAttributeForKey:] ` |
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:] ` |
49
49
| | Android: ` InstabugLog.i(String message) ` <br >iOS: ` + [IBGLog logInfo:] ` |
50
50
| | Android: ` InstabugLog.w(String message) ` <br >iOS: ` + [IBGLog logWarn:] ` |
51
51
| | Android: ` InstabugLog.e(String message) ` <br >iOS: ` + [IBGLog logError:] ` |
52
- | | Android: ` Instabug.clearLogs() ` <br >iOS: ` + [IBGLog clearAllLogs:] ` |
52
+ | | Android: ` Instabug.clearLogs() ` <br >iOS: ` + [IBGLog clearAllLogs:] ` |
0 commit comments