Public Member Functions | |
| void | DeleteFromDatabase () |
Properties | |
| Linphone.CallLog | CallLog [get] |
| Linphone.ChatMessage | ChatMessage [get] |
| Linphone.ConferenceInfo | ConferenceInfo [get] |
| long | CreationTime [get] |
| Linphone.Address | DeviceAddress [get] |
| int | EphemeralMessageLifetime [get] |
| Linphone.Address | LocalAddress [get] |
| uint | NotifyId [get] |
| Linphone.Address | ParticipantAddress [get] |
| Linphone.Address | PeerAddress [get] |
| Linphone.Address | SecurityEventFaultyDeviceAddress [get] |
| Linphone.SecurityEventType | SecurityEventType [get] |
| string | Subject [get] |
| Linphone.EventLogType | 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 event that must be stored in database.
For example, all chat related events are wrapped in an Linphone.EventLog, and many callbacks use this kind of type as parameter. Use Linphone.EventLog.Type to get the Linphone.EventLogType it refers to, and then you can use one of the accessor methods to get the underlying object, for example Linphone.EventLog.ChatMessage for a Linphone.ChatMessage.
|
inline |
Delete event log from database.
|
get |
Returns the call log of a conference call event.
|
get |
Returns the chat message of a conference chat message event.
|
get |
Returns the conference info of a conference call event.
|
get |
Returns the creation time of a event log.
|
get |
Returns the device address of a conference participant device event.
|
get |
Returns the ephemeral message lifetime of a conference ephemeral message event.
Ephemeral lifetime means the time before an ephemeral message which has been viewed gets deleted.
|
get |
Returns the local address of a conference event.
|
get |
Returns the notify id of a conference notified event.
|
get |
Returns the participant address of a conference participant event.
|
get |
Returns the peer address of a conference event.
|
get |
Returns the faulty device address of a conference security event.
|
get |
Returns the type of security event.
|
get |
Returns the subject of a conference subject event.
|
get |
Returns the type of a event log.