@@ -35,18 +35,18 @@ The table below contains a list of APIs we're planning to implement for our 1.0
3535| | Android: ` Instabug.addTags(String... tags) ` <br >iOS: ` + [Instabug appendTags:] ` |
3636| | Android: ` Instabug.resetTags() ` <br >iOS: ` + [Instabug resetTags] ` |
3737| | 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:] ` |
3939| | Android: ` Instabug.setUserAttribute(String key, String value) ` <br >iOS: ` + [Instabug setUserAttribute:withKey:] ` |
4040| | Android: ` Instabug.getUserAttribute(String key) ` <br >iOS: ` + [Instabug userAttributeForKey:] ` |
4141| | Android: ` Instabug.removeUserAttribute(String key) ` <br >iOS: ` + [Instabug removeUserAttributeForKey:] ` |
4242| | Android: ` Instabug.getAllUserAttributes() ` <br >iOS: ` + [Instabug userAttributes:] ` |
4343| | Android: ` Instabug.logUserEvent(String name) ` <br >iOS: ` + [Instabug logUserEventWithName:] ` |
4444| | 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:] ` |
4646| | Android: ` InstabugLog.d(String message) ` <br >iOS: ` + [IBGLog log:] ` |
4747| | Android: ` InstabugLog.v(String message) ` <br >iOS: ` + [IBGLog logVerbose:] ` |
4848| | Android: ` InstabugLog.d(String message) ` <br >iOS: ` + [IBGLog logDebug:] ` |
4949| | Android: ` InstabugLog.i(String message) ` <br >iOS: ` + [IBGLog logInfo:] ` |
5050| | Android: ` InstabugLog.w(String message) ` <br >iOS: ` + [IBGLog logWarn:] ` |
5151| | 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