public interface MsgAttachment
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toJson(boolean send)
Serialize message attachment to strings and store the strings in the message database or send them to the server.
|
java.lang.String toJson(boolean send)
send
- If attachments are required to be stored in local storage and not to be sent to the server. The parameter can be specified.