AI-generated Key Takeaways
-
PayloadTransferUpdate.Status is an abstract annotation representing the status of a payload transfer.
-
It includes constants to indicate the transfer status: CANCELED, FAILURE, IN_PROGRESS, and SUCCESS.
public static abstract @interface PayloadTransferUpdate.Status implements Annotation
The status of the payload transfer at the time of this update.
Constant Summary
| int | CANCELED | |
| int | FAILURE | |
| int | IN_PROGRESS | |
| int | SUCCESS |
Inherited Method Summary
Constants
public static final int CANCELED
Constant Value: 4
public static final int FAILURE
Constant Value: 2
public static final int IN_PROGRESS
Constant Value: 3
public static final int SUCCESS
Constant Value: 1