My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
PlayFab.Internal.PlayFabWww Class Reference
Inheritance diagram for PlayFab.Internal.PlayFabWww:
PlayFab.ITransportPlugin PlayFab.IPlayFabPlugin

Public Member Functions

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 ()
 

Properties

bool IsInitialized [get]
 
- Properties inherited from PlayFab.ITransportPlugin
bool IsInitialized [get]
 

Member Function Documentation

◆ 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

Property Documentation

◆ IsInitialized

bool PlayFab.Internal.PlayFabWww.IsInitialized
get

The documentation for this class was generated from the following file: