Show / Hide Table of Contents

Enum TIMResult

Namespace: com.tencent.imsdk.unity.enums
Assembly: cs.temp.dll.dll
Syntax
public enum TIMResult

Fields

Name Description
TIM_ERR_CONV

Failed to call the API because the conversation is invalid

TIM_ERR_GROUP

Failed to call the API because the group is invalid

TIM_ERR_JSON

Failed to call the API because the JSON format or JSON Key is incorrect

TIM_ERR_NOTLOGIN

Failed to call the API because the user did not log in

TIM_ERR_PARAM

Failed to call the API because parameters are incorrect

TIM_ERR_SDKUNINIT

Failed to call the API because the IM SDK is not initialized

TIM_SUCC

API called successfully

In This Article
Back to top Generated by DocFX