Closed paymicro closed 2 years ago
I would like to stop auto connect in my code. When a user has several devices and needs to connect to one of them. When switching between them, auto-connection to the previous one must be disabled. Now I have to use reflection for this. Thanks.
In order to stop an autoconnect, just call cancelConnection()
Thanks for the clarification, I didn't notice this possibility myself =)
I would like to stop auto connect in my code. When a user has several devices and needs to connect to one of them. When switching between them, auto-connection to the previous one must be disabled. Now I have to use reflection for this. Thanks.