|
void | Initialize () |
|
void | Update () |
|
void | OnDestroy () |
|
void | SimpleGetCall (string fullUrl, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | SimplePutCall (string fullUrl, byte[] payload, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | SimplePostCall (string fullUrl, byte[] payload, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | MakeApiCall (object reqContainerObj) |
|
int | GetPendingMessages () |
|
void | Initialize () |
|
void | Update () |
|
void | OnDestroy () |
|
void | SimpleGetCall (string fullUrl, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | SimplePutCall (string fullUrl, byte[] payload, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | SimplePostCall (string fullUrl, byte[] payload, Action< byte[]> successCallback, Action< string > errorCallback) |
|
void | MakeApiCall (object reqContainer) |
|
int | GetPendingMessages () |
|
◆ GetPendingMessages()
int PlayFab.Internal.PlayFabWww.GetPendingMessages |
( |
| ) |
|
|
inline |
◆ Initialize()
void PlayFab.Internal.PlayFabWww.Initialize |
( |
| ) |
|
|
inline |
◆ MakeApiCall()
void PlayFab.Internal.PlayFabWww.MakeApiCall |
( |
object |
reqContainerObj | ) |
|
|
inline |
◆ OnDestroy()
void PlayFab.Internal.PlayFabWww.OnDestroy |
( |
| ) |
|
|
inline |
◆ SimpleGetCall()
void PlayFab.Internal.PlayFabWww.SimpleGetCall |
( |
string |
fullUrl, |
|
|
Action< byte[]> |
successCallback, |
|
|
Action< string > |
errorCallback |
|
) |
| |
|
inline |
◆ SimplePostCall()
void PlayFab.Internal.PlayFabWww.SimplePostCall |
( |
string |
fullUrl, |
|
|
byte[] |
payload, |
|
|
Action< byte[]> |
successCallback, |
|
|
Action< string > |
errorCallback |
|
) |
| |
|
inline |
◆ SimplePutCall()
void PlayFab.Internal.PlayFabWww.SimplePutCall |
( |
string |
fullUrl, |
|
|
byte[] |
payload, |
|
|
Action< byte[]> |
successCallback, |
|
|
Action< string > |
errorCallback |
|
) |
| |
|
inline |
◆ Update()
void PlayFab.Internal.PlayFabWww.Update |
( |
| ) |
|
|
inline |
◆ IsInitialized
bool PlayFab.Internal.PlayFabWww.IsInitialized |
|
get |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/Teal-Net/Plugins/PlayFabSDK/Shared/Internal/PlayFabHttp/PlayFabWWW.cs