I am trying to detect Geofences, and this requires the onConnected()
function in the ConnectionCallBacks
interface. However I also use this interface in a fragment (separate class), and override the onConnected()
method there as well. Is it possible to have two different classes overriding the same method? Or will only one instance of the function be used?
I've been trying to figure out why the Geofences aren't showing up in my notifications since I know they are being created. Any help is much appreciated!