Ejemplo n.º 1
0
    void GroupGetJoinedGroupListSDK()
    {
        TIMResult res = TencentIMSDK.GroupGetJoinedGroupList(Utils.addAsyncStringDataToScreen(GetGroupList));

        print($"GroupGetJoinedGroupListSDK {res}");
    }
Ejemplo n.º 2
0
    void GroupGetJoinedGroupListSDK()
    {
        TIMResult res = TencentIMSDK.GroupGetJoinedGroupList(Utils.addAsyncStringDataToScreen(GetResult));

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