Property | Type | Description | |
---|---|---|---|
AutoFocusRequestedHandler | System.Action | ||
CancelRequestedHandler | System.Action | ||
CanceledHandler | System.Action | ||
PauseAnalysisHandler | System.Action | ||
RequiredPermissions | string[] | ||
ResumeAnalysisHandler | System.Action | ||
ScanCompletedHandler | Action |
||
TorchRequestedHandler | Action |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnCreate ( Bundle bundle ) : void | ||
OnResume ( ) : void |
Method | Description | |
---|---|---|
StartScanning ( ) : void |
public OnConfigurationChanged ( Android newConfig ) : void | ||
newConfig | Android | |
return | void |
public OnKeyDown ( Keycode keyCode, Android.Views.KeyEvent e ) : bool | ||
keyCode | Keycode | |
e | Android.Views.KeyEvent | |
return | bool |
public OnRequestPermissionsResult ( int requestCode, string permissions, [ grantResults ) : void | ||
requestCode | int | |
permissions | string | |
grantResults | [ | |
return | void |
public static RequestPauseAnalysis ( ) : void | ||
return | void |
public static RequestResumeAnalysis ( ) : void | ||
return | void |
public static RequestTorch ( bool torchOn ) : void | ||
torchOn | bool | |
return | void |
public static Action,System AutoFocusRequestedHandler | ||
return | System.Action |
public static Action,System CancelRequestedHandler | ||
return | System.Action |
public static Action,System CanceledHandler | ||
return | System.Action |
public static Action,System PauseAnalysisHandler | ||
return | System.Action |
public static string[] RequiredPermissions | ||
return | string[] |
public static Action,System ResumeAnalysisHandler | ||
return | System.Action |
public static Action |
||
return | Action |