Wootric / WootricSDK-Android

Android SDK for Wootric Survey Platform supporting NPS, CSAT and CES surveys
https://wootric.com
MIT License
15 stars 16 forks source link

Add setSurveyedDefault method #108

Closed diegoserranoa closed 3 years ago

diegoserranoa commented 3 years ago

Add method to disable checks with PreferenceUtils and always make the SDK check with the eligibility server.

Changes

akash1223 commented 3 years ago

Please add surveyedDefault variable into the below methods

public void writeToParcel(Parcel dest, int flags) { } // At line number 741 private Settings(Parcel in) {} // At line number 768

diegoserranoa commented 3 years ago

Great catch @akash1223 I've added the vars in those methods 👍