trinhvanbien / testcase_earningmoney_in_android

0 stars 0 forks source link

Cập nhật tính năng cộng coin cho user khi hoàn thành survey. #25

Open trinhvanbien opened 7 years ago

trinhvanbien commented 7 years ago
Khi user completed survey. Không cộng coin ngay từ phía client. việc cộng coin sẽ diễn ra ở phía server.

Khi user hoàn thành survey.

chỉ hiện dialog thông báo:

You have completed survey, we will check and add coin to your account later.

@Override
public void onPollfishSurveyCompleted(boolean playfulSurveys, int surveyPrice) {
}

@Override public void onUserNotEligible() {

}

trong trường hợp bị nhảy vào hàm UserNotEligible hiện Dialog thông báo.

"Sorry, you were not eligible to continue with this survey based on your answer to the last question. You will not be rewarded for this survey."

tiennvbkhust93 commented 7 years ago

done