Delegate CoreListener.OnLogCollectionUploadStateChangedDelegate
Callback prototype for reporting log collection upload state change.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnLogCollectionUploadStateChangedDelegate(Core core, CoreLogCollectionUploadState state, string info);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| CoreLogCollectionUploadState | state | The state of the log collection upload |
| System.String | info | Additional information: error message in case of error state, URL of uploaded file in case of success. |