예제 #1
0
 int getFeedbackScore() {
   refreshSeller();
   if (mSeller != null) return mSeller.getFeedback();
   return 0;
 }