C# Class AssemblyCSharp.Upload_Response

Inheritance: UnityEngine.MonoBehaviour, App42CallBack
Afficher le fichier Open project: shephertz/App42-Unity-Sample

Méthodes publiques

Méthode Description
GetURL ( ) : string
OnException ( Exception e ) : void
OnSuccess ( object upload ) : void

Method Details

GetURL() public méthode

public GetURL ( ) : string
Résultat string

OnException() public méthode

public OnException ( Exception e ) : void
e System.Exception
Résultat void

OnSuccess() public méthode

public OnSuccess ( object upload ) : void
upload object
Résultat void