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

Public Member Functions

delegate void OnRegistrationStateChangedDelegate (Linphone.Account account, Linphone.RegistrationState state, string message)
 
delegate void OnMessageWaitingIndicationChangedDelegate (Linphone.Account account, Linphone.MessageWaitingIndication mwi)
 
delegate void OnConferenceInformationUpdatedDelegate (Linphone.Account account, IEnumerable< Linphone.ConferenceInfo > infos)
 

Properties

OnRegistrationStateChangedDelegate OnRegistrationStateChanged [get, set]
 
OnMessageWaitingIndicationChangedDelegate OnMessageWaitingIndicationChanged [get, set]
 
OnConferenceInformationUpdatedDelegate OnConferenceInformationUpdated [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 the handling of Linphone.Account objects.

Member Function Documentation

delegate void Linphone.AccountListener.OnConferenceInformationUpdatedDelegate ( Linphone.Account  account,
IEnumerable< Linphone.ConferenceInfo infos 
)

Get the conference information updated callback.

Returns
The current conference information updated callback.
delegate void Linphone.AccountListener.OnMessageWaitingIndicationChangedDelegate ( Linphone.Account  account,
Linphone.MessageWaitingIndication  mwi 
)

Get the message waiting indication changed callback.

Returns
The current message waiting indication changed callback.
delegate void Linphone.AccountListener.OnRegistrationStateChangedDelegate ( Linphone.Account  account,
Linphone.RegistrationState  state,
string  message 
)

Get the registration state changed callback.

Returns
The current registration state changed callback.

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