public static interface MessagesListAdapter.Formatter<MESSAGE>
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
format(MESSAGE message) |
Formats an string representation of the message object.
|
java.lang.String format(MESSAGE message)
message - The object that should be formatted.