My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
PlayFab.ITransportPlugin Interface Reference

Interface of any transport SDK plugin. More...

Inheritance diagram for PlayFab.ITransportPlugin:
PlayFab.IPlayFabPlugin PlayFab.Internal.PlayFabWebRequest PlayFab.Internal.PlayFabWww

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 reqContainer)
 
int GetPendingMessages ()
 

Properties

bool IsInitialized [get]
 

Detailed Description

Interface of any transport SDK plugin.


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