Public Member Functions | |
| delegate void | OnRequestSuccessfulDelegate (Linphone.AccountManagerServicesRequest request, string data) |
| delegate void | OnRequestErrorDelegate (Linphone.AccountManagerServicesRequest request, int statusCode, string errorMessage, Linphone.Dictionary parameterErrors) |
| delegate void | OnDevicesListFetchedDelegate (Linphone.AccountManagerServicesRequest request, IEnumerable< Linphone.AccountDevice > devicesList) |
Properties | |
| OnRequestSuccessfulDelegate | OnRequestSuccessful [get, set] |
| OnRequestErrorDelegate | OnRequestError [get, set] |
| OnDevicesListFetchedDelegate | OnDevicesListFetched [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
An object to handle the callbacks for Linphone.AccountManagerServicesRequest object.
| delegate void Linphone.AccountManagerServicesRequestListener.OnDevicesListFetchedDelegate | ( | Linphone.AccountManagerServicesRequest | request, |
| IEnumerable< Linphone.AccountDevice > | devicesList | ||
| ) |
Gets the devices list fetched callback.
| delegate void Linphone.AccountManagerServicesRequestListener.OnRequestErrorDelegate | ( | Linphone.AccountManagerServicesRequest | request, |
| int | statusCode, | ||
| string | errorMessage, | ||
| Linphone.Dictionary | parameterErrors | ||
| ) |
Gets the request error callback.
| delegate void Linphone.AccountManagerServicesRequestListener.OnRequestSuccessfulDelegate | ( | Linphone.AccountManagerServicesRequest | request, |
| string | data | ||
| ) |
Gets the request successful callback.