# 其他接口
# (1)查询泛舟服务是否已绑定
ubiboatManager.isBind();
# (2)取消之前绑定的服务结果监听
ubiboatManager.unRegisterUbiboatListener(UbiboatListener ubiboatListener);
# (3)将泛舟服务设置为前台服务
ubiboatManager.enableBackgroundUbiboat(int id, Notification notification);
参数:
- id - 为通知栏notifation设置唯一id,必须大于0
- notification - 开发者自定义通知
# (4)关闭泛舟前台服务
ubiboatManager.disableBackgroundUbiboat(boolean removeVar);
# (5)获取SDK版本
ubiboatManager.getSdkVersion();