Delegate CoreListener.OnQrcodeFoundDelegate
Callback prototype telling the result of decoded qrcode.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnQrcodeFoundDelegate(Core core, string result);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | LinphoneCore object |
| System.String | result | The result of the decoded qrcode |