Delegate ChatMessageListener.OnFileTransferTerminatedDelegate
File transfer terminated callback prototype.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnFileTransferTerminatedDelegate(ChatMessage message, Content content);
Parameters
| Type | Name | Description |
|---|---|---|
| ChatMessage | message | ChatMessage message from which the body is received. |
| Content | content | Content incoming content information |