Delegate ChatMessageListener.OnFileTransferTerminatedDelegate
Get the download file transfer terminated callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnFileTransferTerminatedDelegate(ChatMessage message, Content content);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatMessage | message | |
| Content | content |
Remarks
Warning : this callback is called everytime a message attachment is downloaded. For a message with more than one attachment, this callback will be called as many times as attachments in the message.