Public Member Functions | |
| Linphone.Alert | Clone () |
| void | NotifyOnTerminated () |
Static Public Member Functions | |
| static string | TypeToString (Linphone.AlertType type) |
Properties | |
| AlertListener | Listener [get, set] |
| Linphone.Call | Call [get] |
| long | EndTime [get] |
| Linphone.Dictionary | Informations [get] |
| long | StartTime [get] |
| bool | State [get] |
| Linphone.AlertType | Type [get] |
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) |
Object that represents an alert.
Alerts are raised at run-time when particular conditions are met, for example bad network quality. The full list of available alert types is described by the Linphone.AlertType enum. An application is notified of new alerts through the Linphone.CoreListener interface. Once raised, the application may use the Linphone.AlertListener interface to get notified when the alert stops. For each kind of alert, a Linphone.Dictionary is filled with relevant informations, returned by Linphone.Alert.Informations. The keys available are documented per-type in Linphone.AlertType enum.
|
inline |
Clone the given alert.
|
inline |
Notify the alert if it is terminated.
|
inlinestatic |
|
get |
Return the call from the alert.
|
get |
Return the end time of the alert.
|
get |
Return more informations about the alerts.
|
get |
Return the start time of the alert.
|
get |
Return the state of the alert.
|
get |
Return the type of the alert.