公告板
版本库
filestore
活动
搜索
登录
陈嘉乐
/
HDLLinphoneSDK_AndroidNew
HDLLinphoneSDK_Android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2022-6-28
lss
2022-06-28
1697a5c0a1d40e756738d1f99d496c6e33b3fd52
[~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();
}