| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.filetransfer.FileTransfer.State | |
File transfer state
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FileTransfer.State | ABORTED | File transfer has been aborted | |||||||||
| FileTransfer.State | ACCEPTING | File transfer has been accepted and is in the process of becoming started | |||||||||
| FileTransfer.State | DELIVERED | File transfer has been delivered | |||||||||
| FileTransfer.State | DISPLAYED | File transfer has been displayed or opened | |||||||||
| FileTransfer.State | FAILED | File transfer has failed | |||||||||
| FileTransfer.State | INITIATING | File transfer initiating | |||||||||
| FileTransfer.State | INVITED | File transfer invitation received | |||||||||
| FileTransfer.State | PAUSED | File transfer is paused | |||||||||
| FileTransfer.State | QUEUED | File transfer has been queued | |||||||||
| FileTransfer.State | REJECTED | File transfer is rejected | |||||||||
| FileTransfer.State | STARTED | File transfer is started | |||||||||
| FileTransfer.State | TRANSFERRED | File transfer has been transferred with success | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Returns the value of this State as an integer.
| ||||||||||
| static FileTransfer.State |
valueOf(int value)
Returns a State instance representing the specified integer value.
| ||||||||||
| static FileTransfer.State | valueOf(String name) | ||||||||||
| final static State[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
File transfer has been accepted and is in the process of becoming started
Returns the value of this State as an integer.
Returns a State instance representing the specified integer value.
| value | the integer value |
|---|