isBackgroundService method

bool isBackgroundService()

后台服务

Implementation

bool isBackgroundService(){
  return _pluginKey == xbrGaodeBackgroundLocationKey;
}