SDKsAndroid
Create an image message from a local path
Create an image message from an absolute path.
Message message = OpenIMClient.getInstance().messageManager
.createImageMessageFromFullPath(absolutePath);The absolute path must be readable. This method only creates an object waiting to be sent; the regular send flow uploads the image.
Was this page helpful?