Liblinphone  5.5.0
Linphone.AccountManagerServicesRequestListener Class Reference
Inheritance diagram for Linphone.AccountManagerServicesRequestListener:
Linphone.LinphoneObject

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)
 

Detailed Description

An object to handle the callbacks for Linphone.AccountManagerServicesRequest object.

Member Function Documentation

delegate void Linphone.AccountManagerServicesRequestListener.OnDevicesListFetchedDelegate ( Linphone.AccountManagerServicesRequest  request,
IEnumerable< Linphone.AccountDevice devicesList 
)

Gets the devices list fetched callback.

Returns
The current devices list fetched callback.
delegate void Linphone.AccountManagerServicesRequestListener.OnRequestErrorDelegate ( Linphone.AccountManagerServicesRequest  request,
int  statusCode,
string  errorMessage,
Linphone.Dictionary  parameterErrors 
)

Gets the request error callback.

Returns
The current request error callback.
delegate void Linphone.AccountManagerServicesRequestListener.OnRequestSuccessfulDelegate ( Linphone.AccountManagerServicesRequest  request,
string  data 
)

Gets the request successful callback.

Returns
The current request successful callback.

The documentation for this class was generated from the following file: