isLocationEnabled method

bool isLocationEnabled()

用于提供获取用户是否统一SDK自身定位。

Implementation

bool isLocationEnabled() {
    return adController.isLocationEnabled;
  }