Does anybody know what KeyboardView.closing() does? It is undocumented, or rather it’s description in the documentation is blank (like sooooo many other methods).
Thanks in advance,
Barry
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe this is what it looks like internally (source):
By the look of it, it does what you might expect. It clears the keyboard cache, the bitmap image used in the rendering of the keyboard and dismisses the virtual keyboard if it’s showing.