예제 #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);
    }