public static void GetLoginStatus() { TIMLoginStatus res = TencentIMSDK.GetLoginStatus(); addStringDataToConsole(((int)res).ToString()); }