콘솔로 이동

TPUploadData

TPUploadData

class in TentuPlay.Api / Implemented in:TentuPlay.Api

설명

클라이언트에 수집된 데이터를 수동으로 업로드 하기 위한 클래스입니다.

TentuPlaySettings에 Auto Upload가 체크되어있다면 추가로 호출할 필요는 없습니다.

메소드

UploadData 수집된 데이터를 업로드 합니다.

TPUploadData.UploadData

public void UploadData(bool toCheckInterval = true);

설명

원하는 위치에서 수집된 데이터를 업로드 합니다.

데이터 업로드 성공 시 1을 리턴하고, 그렇지 못할 경우 -1을 리턴합니다. -1이 리턴될 경우, TentuPlay debug mode이고 유니티 에디터를 사용 중이라면 유니티 에디터 콘솔에서 다음과 같은 메세지를 확인할 수 있습니다:
TPError||Error while uploading data:: exception_error_message

파라미터

toCheckInterval

False일 경우 TentuPlaySettings.DeferredSendIntervalSec 를 무시하고 UploadData가 호출 될 때 강제로 업로드가 됩니다.