# On_fileTransferAvailabilityChanged
Description
Notification showing whether working with files is available (transfer and receipt)
EventHandler<string> On_fileTransferAvailabilityChanged
Response example
{
"method": "event",
"event": "fileTransferAvailabilityChanged",
"availability": 3
}
Response Parameters
Name | Description |
---|---|
availability | Parameter showing whether a transfer file is available. It can be as follows: • 0 - Prohibited by the server • 1 - Prohibited due to license restrictions • 2 - Prohibited due to the necessity to authorize on the server • 3 - Available |
See also