You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be a dumb question, but I'm curious why mContext needs to be saved as a class variable in GeoFencingService? Since JobIntentService has its own context, why do you use mContext.startForegroundService in the onMethodCall function instead of this.startForegroundService?
The text was updated successfully, but these errors were encountered:
Might be a dumb question, but I'm curious why mContext needs to be saved as a class variable in
GeoFencingService
? SinceJobIntentService
has its own context, why do you usemContext.startForegroundService
in theonMethodCall
function instead ofthis.startForegroundService
?The text was updated successfully, but these errors were encountered: