Called when a new connection logs is added. @param type has one of the value of ConnectionLogType. @see com.libmailcore.ConnectionLogType
(long connectionID, int type, byte[] data)
| 8 | @see com.libmailcore.ConnectionLogType |
| 9 | */ |
| 10 | void log(long connectionID, int type, byte[] data); |
| 11 | } |
no outgoing calls
no test coverage detected