public interface EventLog
EventLog
, andgetType()
to get the EventLog.Type
it refers to, and then you can usegetChatMessage()
ChatMessage
. Modifier and Type | Interface | Description |
---|---|---|
static class |
EventLog.SecurityEventType |
|
static class |
EventLog.Type |
Modifier and Type | Method | Description |
---|---|---|
void |
deleteFromDatabase() |
Delete event log from database.
|
CallLog |
getCallLog() |
Returns the call log of a conference call event.
|
ChatMessage |
getChatMessage() |
Returns the chat message of a conference chat message event.
|
ConferenceInfo |
getConferenceInfo() |
Returns the conference info of a conference call event.
|
long |
getCreationTime() |
Returns the creation time of a event log.
|
Address |
getDeviceAddress() |
Returns the device address of a conference participant device event.
|
long |
getEphemeralMessageLifetime() |
Returns the ephemeral message lifetime of a conference ephemeral message event.
|
Address |
getLocalAddress() |
Returns the local address of a conference event.
|
long |
getNativePointer() |
Gets the native pointer used by this class to make native method calls.
|
int |
getNotifyId() |
Returns the notify id of a conference notified event.
|
Address |
getParticipantAddress() |
Returns the participant address of a conference participant event.
|
Address |
getPeerAddress() |
Returns the peer address of a conference event.
|
Address |
getSecurityEventFaultyDeviceAddress() |
Returns the faulty device address of a conference security event.
|
EventLog.SecurityEventType |
getSecurityEventType() |
Returns the type of security event.
|
java.lang.String |
getSubject() |
Returns the subject of a conference subject event.
|
EventLog.Type |
getType() |
Returns the type of a event log.
|
java.lang.Object |
getUserData() |
Gets the object stored in this object user's data
|
void |
setUserData(java.lang.Object data) |
Sets the object to store in this object user's data
|
java.lang.String |
toString() |
@Nullable CallLog getCallLog()
CallLog
. @Nullable ChatMessage getChatMessage()
ChatMessage
. @Nullable ConferenceInfo getConferenceInfo()
ConferenceInfo
. long getCreationTime()
@Nullable Address getDeviceAddress()
Address
. long getEphemeralMessageLifetime()
@Nullable Address getLocalAddress()
Address
. int getNotifyId()
@Nullable Address getParticipantAddress()
Address
. @Nullable Address getPeerAddress()
Address
. @Nullable Address getSecurityEventFaultyDeviceAddress()
Address
of the faulty device. EventLog.SecurityEventType getSecurityEventType()
EventLog.SecurityEventType
type. @Nullable java.lang.String getSubject()
EventLog.Type getType()
EventLog.Type
type void deleteFromDatabase()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object