SDKsAndroid
Create an image message from URLs
Use createImageMessageByURL to create an image message for an uploaded resource.
Prepare the original, large, and thumbnail PictureInfo values before creating the message.
Message message = OpenIMClient.getInstance().messageManager.createImageMessageByURL(
sourceURL, sourcePicture, bigPicture, snapshotPicture);Was this page helpful?