Android Question InputListAsync Hide

Dey

Active Member
Licensed User
Longtime User
Hello
How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result.

Thanks in advance
Dey
 

Dey

Active Member
Licensed User
Longtime User
Hello
How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result.

Thanks in advance
Dey
solved like this
Process_Globals
Dim javaInputList As JavaObject

javaInputList = InputListAsync(
javaInputList.RunMethod("dismiss",Null)
 
Upvote 0
Top