I'm trying to Subscribe and Post from the same fragment, but I'm getting this error when i try to register the fragment:
...(my method) has @Produce annotation but requires 1 arguments. Methods must require zero arguments.
on
BusProvider.getInstance().register(this);
So i guess it's not possible, but maybe there is an alternative without additional interfaces.
Thanks in advance!