示例#1
0
 public void FriendshipGetFriendProfileList()
 {
     var       Users = UserList;
     var       cb    = Utils.addAsyncStringDataToScreen(SetUserList);
     TIMResult res   = TencentIMSDK.FriendshipGetFriendProfileList(cb);
 }
示例#2
0
    void FriendshipGetFriendProfileListSDK()
    {
        TIMResult res = TencentIMSDK.FriendshipGetFriendProfileList(Utils.addAsyncStringDataToScreen(GetFriendList));

        print($"FriendshipGetFriendProfileListSDK {res}");
    }
示例#3
0
    void FriendshipGetFriendProfileListSDK()
    {
        TIMResult res = TencentIMSDK.FriendshipGetFriendProfileList(Utils.addAsyncStringDataToScreen(GetResult));

        Result.text = Utils.SynchronizeResult(res);
    }