Delegate AccountManagerServicesRequestListener.OnDevicesListFetchedDelegate
Callback for notifying when the #LinphoneAccountManagerServicesRequestGetDevicesList request has results available.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnDevicesListFetchedDelegate(AccountManagerServicesRequest request, IEnumerable<AccountDevice> devicesList);
Parameters
Type | Name | Description |
---|---|---|
AccountManagerServicesRequest | request | |
System.Collections.Generic.IEnumerable<AccountDevice> | devicesList | the of fetched devices. |