C# Class AssemblyCSharp.Upload_Response

Inheritance: UnityEngine.MonoBehaviour, App42CallBack
显示文件 Open project: shephertz/App42-Unity-Sample

Public Methods

Method Description
GetURL ( ) : string
OnException ( Exception e ) : void
OnSuccess ( object upload ) : void

Method Details

GetURL() public method

public GetURL ( ) : string
return string

OnException() public method

public OnException ( Exception e ) : void
e System.Exception
return void

OnSuccess() public method

public OnSuccess ( object upload ) : void
upload object
return void