InviteUsersToGroupOperationResult

IMKit 邀请用户入群操作结果。 @since 5.46.0

Properties

Link copied to clipboard
public final CoreErrorCode code
Link copied to clipboard
public final InviteUsersToGroupErrorInfo errorInfo

Functions

Link copied to clipboard
public static InviteUsersToGroupOperationResult error(CoreErrorCode errorCode, InviteUsersToGroupErrorInfo errorInfo)
Link copied to clipboard
public CoreErrorCode getCode()
返回成功时的流程码或失败时的错误码。 @since 5.46.
Link copied to clipboard
public InviteUsersToGroupErrorInfo getErrorInfo()
Link copied to clipboard
public boolean isSuccess()
Link copied to clipboard
public static InviteUsersToGroupOperationResult success(CoreErrorCode processCode)