PayloadTransferUpdate.Status

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