프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AutoFocusRequestedHandler | System.Action | ||
CancelRequestedHandler | System.Action | ||
CanceledHandler | System.Action | ||
PauseAnalysisHandler | System.Action | ||
RequiredPermissions | string[] | ||
ResumeAnalysisHandler | System.Action | ||
ScanCompletedHandler | Action |
||
TorchRequestedHandler | Action |
메소드 | 설명 | |
---|---|---|
AutoFocus ( ) : void | ||
CancelScan ( ) : void | ||
OnConfigurationChanged ( Android newConfig ) : void | ||
OnKeyDown ( Keycode keyCode, Android.Views.KeyEvent e ) : bool | ||
OnRequestPermissionsResult ( int requestCode, string permissions, [ grantResults ) : void | ||
RequestAutoFocus ( ) : void | ||
RequestCancel ( ) : void | ||
RequestPauseAnalysis ( ) : void | ||
RequestResumeAnalysis ( ) : void | ||
RequestTorch ( bool torchOn ) : void | ||
SetTorch ( bool on ) : void |
메소드 | 설명 | |
---|---|---|
OnCreate ( Bundle bundle ) : void | ||
OnResume ( ) : void |
메소드 | 설명 | |
---|---|---|
StartScanning ( ) : void |
public OnConfigurationChanged ( Android newConfig ) : void | ||
newConfig | Android | |
리턴 | void |
public OnKeyDown ( Keycode keyCode, Android.Views.KeyEvent e ) : bool | ||
keyCode | Keycode | |
e | Android.Views.KeyEvent | |
리턴 | bool |
public OnRequestPermissionsResult ( int requestCode, string permissions, [ grantResults ) : void | ||
requestCode | int | |
permissions | string | |
grantResults | [ | |
리턴 | void |
public static Action,System AutoFocusRequestedHandler | ||
리턴 | System.Action |
public static Action,System CancelRequestedHandler | ||
리턴 | System.Action |
public static Action,System PauseAnalysisHandler | ||
리턴 | System.Action |
public static Action,System ResumeAnalysisHandler | ||
리턴 | System.Action |