xref: /expo/packages/expo-barcode-scanner/ios/EXBarCodeScanner/EXBarCodeScannerView.h (revision 2fd75d6d)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <AVFoundation/AVFoundation.h>
4 #import <UIKit/UIKit.h>
5 #import <ExpoModulesCore/EXModuleRegistry.h>
6 #import <ExpoModulesCore/EXAppLifecycleListener.h>
7 #import <EXBarCodeScanner/EXBarCodeScannerView.h>
8 
9 @interface EXBarCodeScannerView : UIView <EXAppLifecycleListener>
10 
11 @property (nonatomic, assign) NSInteger presetCamera;
12 @property (nonatomic, strong) NSArray *barCodeTypes;
13 
14 - (instancetype)initWithModuleRegistry:(EXModuleRegistry *)moduleRegistry;
15 - (void)onReady;
16 - (void)onMountingError:(NSDictionary *)event;
17 - (void)onBarCodeScanned:(NSDictionary *)event;
18 
19 @end
20 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025