Toggle navigation
Toggle navigation
This project
Loading...
Sign in
guangka
/
public_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
唐伟军
2021-02-24 11:18:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e4314e35c7cce8865754b0d3d53edd070d474282
e4314e35
1 parent
f7b1ac60
添加line关注的扩展接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
doc/公共SDK扩展接口接入文档.md
doc/公共SDK扩展接口接入文档.md
View file @
e4314e3
...
...
@@ -536,6 +536,26 @@
PoolSdkHelper.callFunc("afInviteRewards",null);
```
#### line关注(指打开指定的链接)
*
是否有line关注接口
| 参数名称 | 功能说明 | 返回值说明 |
|-------------|--------------------|-----------------------|
| hasLineAttention | 是否有line关注接口 | true:有,false:没有 |
调用事例: `boolean hasLineAttention = PoolSdkHelper.hasFunction("hasLineAttention");`
*
line关注功能接口
| 参数名称 | 功能说明 | 返回值说明 |
|-------------|-----------|---------------------------------------------------------------------------------------------|
| lineAttention | line关注功能接口 | 无 |
调用事例:
```java
PoolSdkHelper.callFunc("lineAttention",null);
```
### 区域地址功能
*
获取区域地址接口
...
...
Please
register
or
login
to post a comment