Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AssemblyCSharp
AllFiles_Response
C# Class AssemblyCSharp.AllFiles_Response
Inheritance:
UnityEngine.MonoBehaviour
,
App42CallBack
Mostra file
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