Enum Class的使用
com.android.volley.Request.Priority
使用Request.Priority的程序包
-
com.android.volley中Request.Priority的使用
修饰符和类型方法说明Request.getPriority()Returns theRequest.Priorityof this request;NORMALby default.static Request.PriorityReturns the enum constant of this class with the specified name.static Request.Priority[]Request.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.android.volley.toolbox中Request.Priority的使用