Uses of Class
com.cometchat.pro.models.MediaMessage
-
Packages that use MediaMessage Package Description com.cometchat.pro.core com.cometchat.pro.models -
-
Uses of MediaMessage in com.cometchat.pro.core
Methods in com.cometchat.pro.core with parameters of type MediaMessage Modifier and Type Method Description voidCometChat.MessageListener. onMediaMessageReceived(MediaMessage message)To receive media messagesstatic voidCometChat. sendMediaMessage(MediaMessage message, CometChat.CallbackListener<MediaMessage> listener)This method is used for sending media message to a particular user or group with mentioned parametersMethod parameters in com.cometchat.pro.core with type arguments of type MediaMessage Modifier and Type Method Description static voidCometChat. sendMediaMessage(MediaMessage message, CometChat.CallbackListener<MediaMessage> listener)This method is used for sending media message to a particular user or group with mentioned parameters -
Uses of MediaMessage in com.cometchat.pro.models
Methods in com.cometchat.pro.models that return MediaMessage Modifier and Type Method Description static MediaMessageMediaMessage. fromJson(JSONObject jsonObject)
-