I am appreciative of the good work on this. Thank you a lot.
I am working on an application which I managed to find a workaround for. Currently, it's not possible to pass functions to some of the RxCommandListerner without going through the constructor as shown in the code sample below. My workaround is that I set a boolean variable in the class which is modified by the RxCommandListener which I then use elsewhere.
Is it possible to have something of this sort where you can pass functions into the listener after it has already been instantiated? If not, what would be recommended?
I am appreciative of the good work on this. Thank you a lot.
I am working on an application which I managed to find a workaround for. Currently, it's not possible to pass functions to some of the RxCommandListerner without going through the constructor as shown in the code sample below. My workaround is that I set a boolean variable in the class which is modified by the RxCommandListener which I then use elsewhere.
Is it possible to have something of this sort where you can pass functions into the listener after it has already been instantiated? If not, what would be recommended?
Thanks.