VerifyCodeView
VerifyCodeView copied to clipboard
VerifyCodeView is a android view for inputting Verification Code.
Results
3
VerifyCodeView issues
Sort by
recently updated
recently updated
newest added
async function vertify(code:string) { const phone_number: string = "+" console.log(phone_number) const response = await client.verify.services(twilioConfig.SERVICE_ID) .verificationChecks.create({ to: `+${phone_number}`, code: code, // statusCallback: 'http://postb.in/1234abcd' });
在xml中设置背景色为白色时.当验证码6位都输入完.发现.整个控件的背景色变灰.问下.这个是在哪里控制的?