public void ParentalControl() { if (PlayerPrefs.GetInt("Age") < 14 && ShieldHandler.Instance.isNew) { OtpEntryPanel.SetActive(true); var SmsScr = gameObject.GetComponent <rTwilio>(); OTP = Random.Range(1111, 9999); SmsScr.SendSMS(OTP); } else { OtpEntryPanel.SetActive(false); } }
public void OtpVerification() { //if (OTP == int.Parse(OtpInput.text)) OtpEntryPanel.SetActive(false); }