Delegate CoreListener.OnVersionUpdateCheckResultReceivedDelegate
Callback prototype for reporting the result of a version update check.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnVersionUpdateCheckResultReceivedDelegate(Core core, VersionUpdateCheckResult result, string version, string url);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| VersionUpdateCheckResult | result | The result of the version update check |
| System.String | version | The version to update to |
| System.String | url | The url where to download the new version if the result is #LinphoneVersionUpdateCheckNewVersionAvailable |