File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
source/com.google.firebase/firebase-ml-vision-barcode-model Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ using PointAlias = global ::Android . Graphics . Point ;
2
+
3
+ namespace Google . AndroidLibraries . BarHopper
4
+ {
5
+
6
+ public partial class Barcode //: global::Java.Lang.Object, global::Android.OS.IParcelable
7
+ {
8
+ }
9
+ }
Original file line number Diff line number Diff line change 3
3
path =" /api/package[@name='com.google.firebase.encoders']/interface[@name='Encoder']/typeParameters"
4
4
>
5
5
</remove-node >
6
-
6
+
7
+ <!--
7
8
<attr
8
9
path="/api/package[@name='com.google.android.libraries.barhopper']/class[@name='Barcode']/field[@name='cornerPoints']"
9
10
name="managedType"
10
11
>
11
12
System.Collections.Generic.IList < global::Android.Graphics.Point >
12
13
</attr>
14
+
15
+ <attr
16
+ path="/api/package[@name='com.google.android.libraries.barhopper']/class[@name='Barcode']/field[@name='cornerPoints']"
17
+ name="managedType"
18
+ >
19
+ System.Collections.Generic.IList < PointAlias >
20
+ </attr>
21
+ -->
22
+ <remove-node
23
+ path =" /api/package[@name='com.google.android.libraries.barhopper']/class[@name='Barcode']/field[@name='cornerPoints']"
24
+ >
25
+ </remove-node >
13
26
14
27
</metadata >
You can’t perform that action at this time.
0 commit comments