Skip to content
v1
文档/Android SDK/好友

查询我发出的好友申请

接口

通过好友申请列表接口获取后,在 applyings 中读取发出的申请。

kotlin
suspend fun fetchFriendApplyList(): BimFriendApply

代码示例

kotlin
val applications = BimImManager.getInstance().friendService.fetchFriendApplyList()
println("outgoing=${applications.applyings.size}")