Uses of Class
com.cometchat.pro.models.Attachment
-
Packages that use Attachment Package Description com.cometchat.pro.models -
-
Uses of Attachment in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return Attachment Modifier and Type Method Description static Attachment
Attachment. fromJson(JSONObject attachmentObject)
Get object of theAttachment
class with file details
Attachment
MediaMessage. getAttachment()
Get object of theAttachment
class with file details
Methods in com.cometchat.pro.models with parameters of type Attachment Modifier and Type Method Description void
MediaMessage. setAttachment(Attachment attachment)
-