Вот мой код:
Код: Выделить всё
public void OnSuccess(object responseFromServer)
{
File imageObj = (File)responseFromServer;
IList imageList = imageObj.GetFileList();
for (int i = 0; i < imageList.Count; i++)
{
Debug.Log ("Downloaded Image Url Is : " + imageList[i].GetUrl());
}
}
Подробнее здесь: https://stackoverflow.com/questions/202 ... -from-http
Мобильная версия