public static interface BaseChannel.UpdateFileMessageHandler
BaseChannel.updateFileMessage(long, String, String, UpdateFileMessageHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onUpdated(FileMessage message,
SendBirdException e)
Called when a response is returned from the message update request.
|
void onUpdated(FileMessage message, SendBirdException e)
message - The updated message. This will be null if there is an error with the request.e - The returned error. This will be null if no error is returned. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.