UploadState.java 380 Bytes
package libs.cnlive.com.uploadsdk.SDK;

/**
 * Created by Administrator on 2016/11/4.
 */

public class UploadState {
    public static final int UPDATE_SINGLE_UPLOAD_STATUS = 0;
    public static final int PAUSE_UPLOAD  = 1;
    public static final int UPLOAD_NEXT_PART = 2;
    public static final int UPLOAD_PART_FINISH = 3;
    public static final int LIST_PART_FINISH = 4;
}