File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
base/src/main/java/com/smartdevicelink/proxy/rpc/listeners Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,16 @@ public void onStart(int correlationId){
7070 public abstract void onResponse (int correlationId , final RPCResponse response );
7171
7272 /**
73+ * @deprecated This method has been deprecated in favor of just using the onResponse callback. In the next
74+ * version this method will be removed and all responses successful or not will be returned
75+ * through the onResponse method callback.
76+ *
7377 * Called when there was some sort of error during the original request.
7478 * @param correlationId
7579 * @param resultCode
7680 * @param info
7781 */
82+ @ Deprecated
7883 public void onError (int correlationId , Result resultCode , String info ){
7984
8085 };
You can’t perform that action at this time.
0 commit comments