File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 55- Adds new string keys: insufficientContentMessage and insufficientContentTitle
66- Adds missing mapping for some existing keys if relevant to the other platform
77- Removes the string key: video
8+ - Deprecates the legacy API ` callPrivateApi `
89
910## 11.5.1 (2022-12-14)
1011
Original file line number Diff line number Diff line change @@ -561,6 +561,9 @@ export const onReportSubmitHandler = (handler?: (report: Report) => void) => {
561561 NativeInstabug . setPreSendingHandler ( handler ) ;
562562} ;
563563
564+ /**
565+ * @deprecated Legacy API that will be removed in future releases.
566+ */
564567export const callPrivateApi = ( apiName : string , param : any [ ] ) => {
565568 NativeInstabug . callPrivateApi ( apiName , param ) ;
566569} ;
You can’t perform that action at this time.
0 commit comments