2014-05-15 2 views

답변

1

:

  • (무효) loadAccountInfo;
  • (void) restClient : (DBRestClient *) 클라이언트 loadedAccountInfo : (DBAccountInfo *) info;
  • (void) restClient : (DBRestClient *) 클라이언트 loadAccountInfoFailedWithError : (NSError *) 오류.

불행히도 현재 Sync SDK에는 노출되지 않습니다.

+0

이렇게 넣어 봤지만 작동하지 않습니다. - (void) restClient : (DBRestClient *) 클라이언트 loadedAccountInfo : (DBAccountInfo *) 정보 { NSLog (@ "load account info"); long spacecConsumed = info.quota.totalBytes; long totalSpace = info.quota.totalConsumedBytes; NSLog (@ "spaceConsumed % ld", spacecConsumed); NSLog (@ "total space % ld", totalSpace); } – Priya

+0

어떤 방식으로 작동하지 않습니까? – Greg

+0

공간 소비 = 0 및 전체 공간도 0 – Priya