PinView
PinView copied to clipboard
Cannot assign to 'pinResults': the setter is public/*package*/ for synthetic extension in '<library Gradle: com.github.davidpizarro:pinview:1.0.0@aar>'
trying
override fun onVerificationCompleted(phoneAuthCredential: PhoneAuthCredential) {
val code = phoneAuthCredential.smsCode
if(code != null){
// set pin here automatically to pinView Box
pinView.pinResults = code
=======================> error goes here :(
verifyCode(code)
}
}
pls help 😞