Skip to content

Class ResourceUploadListener

Il Kadyrov edited this page Oct 13, 2020 · 2 revisions

Class ResourceUploadListener provides a callback to be invoked when ResourceManager will load or fail loading of the user file to the server. The callback is invoked in the UI thread.

Referenced from: ResourceManager.

public class ResourceUploadListener
{
  public abstract void onUploaded();
  public abstract void onFailed(Error error);
}

Clone this wiki locally