Commit 107b6091 authored by 陈宇雄's avatar 陈宇雄

doc: 调整文档格式命名

parent 92c3f311
......@@ -69,7 +69,7 @@ Implementation files("libs/WmCateringService_v1.0.2_sdk.jar")
```
-keep public class com.wmdigit.** {*;}
```
**接口调用流程描述 **
## 2.2 接口调用流程描述
1. 推荐在主页Activity的onCreate()中调用bindService接口,绑定本地餐饮服务(需要预装服务程序);
2. 绑定成功后,调用init接口,对SDK进行初始化;
......@@ -273,6 +273,8 @@ executorService.execute(()->{
```
## 状态信息接口
## 4.1 checkServiceAppInstalled(获取服务程序安装状态)
- 使用场景: 获取服务程序安装状态
......@@ -370,6 +372,8 @@ boolean isLearningDataInitCompleted = WmSdk.getInstance().checkLearningDataInitC
log("获取学习数据初始化状态:" + isLearningDataInitCompleted);
```
## 其他接口
## 5.1 openSettingPage(打开设置页)
- 使用场景: 此接口用于打开设置页面
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment