Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
Android_Catering_service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜天宇
Android_Catering_service
Commits
107b6091
Commit
107b6091
authored
Jul 30, 2025
by
陈宇雄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 调整文档格式命名
parent
92c3f311
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
元芒数字餐饮服务(WmCateringService)Android端接口说明文档.md
元芒数字餐饮服务(WmCateringService)Android端接口说明文档.md
+5
-1
No files found.
元芒数字餐饮服务(WmCateringService)Android端接口说明文档
-V1.0.2
.md
→
元芒数字餐饮服务(WmCateringService)Android端接口说明文档.md
View file @
107b6091
...
...
@@ -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(打开设置页)
-
使用场景: 此接口用于打开设置页面
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment