Skip to content

Commit b1c9437

Browse files
author
mcxiaoke
committed
2 parents 9f4efc6 + 71d91b4 commit b1c9437

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/com/android/volley/Request.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ public Object getTag() {
166166
return mTag;
167167
}
168168

169+
/**
170+
* @return this request's {@link com.android.volley.Response.ErrorListener}.
171+
*/
172+
public Response.ErrorListener getErrorListener() {
173+
return mErrorListener;
174+
}
175+
169176
/**
170177
* @return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
171178
*/

0 commit comments

Comments
 (0)