增加 根据服务端下发的上报时间,重置本地轮询上报时间间隔
This commit is contained in:
@@ -21,4 +21,10 @@ public interface IMogoRefreshStrategyController extends IProvider {
|
||||
* 清除所有数据
|
||||
*/
|
||||
void clearAllData();
|
||||
|
||||
/**
|
||||
* 重新设置定位点上报时间间隔
|
||||
* @param delay 新的时间间隔
|
||||
*/
|
||||
void resetLocationUpDelay(long delay);
|
||||
}
|
||||
Reference in New Issue
Block a user