公告板
版本库
filestore
活动
搜索
登录
陈嘉乐
/
HDLLinphoneSDK_AndroidNew
HDLLinphoneSDK_Android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
送测
lss
2022-05-26
ff886457f58791eea4532f6167af51184d9dfe43
[~cjl/HDLLinphoneSDK_AndroidNew.git]
/
HDLLinphoneSDKDemoNew
/
HDLLinphoneSDK
/
src
/
main
/
java
/
com
/
hdl
/
hdllinphonesdk
/
interfaces
/
AddressType.java
1
2
3
4
5
6
7
8
9
10
11
package com.hdl.hdllinphonesdk.interfaces;
public interface AddressType {
void setText(CharSequence var1);
CharSequence getText();
void setDisplayedName(String var1);
String getDisplayedName();
}