You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,12 +143,17 @@ All of the platform samples have examples of custom overlays.
140
143
By default, all barcode formats are monitored while scanning. You can change which formats to check for by passing a ZxingScanningOptions instance into the StartScanning method:
141
144
142
145
```csharp
146
+
//NOTE: On Android you should call the initialize method with an application instance
147
+
#if__ANDROID__
148
+
// Initialize the scanner first so it can track the current context
0 commit comments