Class GoogleCloudDataStorageModule
Inheritance
GoogleCloudDataStorageModule
Syntax
public class GoogleCloudDataStorageModule : ScriptableSettings<GoogleCloudDataStorageModule>, IModuleBehaviorCallbacks, IModule, IProvidesCloudDataStorage, IFunctionalityProvider
Methods
AuthenticatedGetRequest(String, String, Action<Boolean, String>)
Declaration
public void AuthenticatedGetRequest(string uri, string authToken, Action<bool, string> callback)
Parameters
CloudLoadAsync(String, Action<Boolean, Int64, Byte[]>, ProgressCallback)
Declaration
public void CloudLoadAsync(string key, Action<bool, long, byte[]> callback, ProgressCallback progress = null)
Parameters
Implements
CloudLoadAsync(String, Action<Boolean, Int64, String>, ProgressCallback)
Declaration
public void CloudLoadAsync(string key, Action<bool, long, string> callback, ProgressCallback progress = null)
Parameters
Implements
CloudSaveAsync(String, Byte[], Action<Boolean, Int64, String>, ProgressCallback)
Declaration
public void CloudSaveAsync(string key, byte[] bytesObject, Action<bool, long, string> callback, ProgressCallback progress = null)
Parameters
Implements
CloudSaveAsync(String, String, Action<Boolean, Int64, String>, ProgressCallback)
Declaration
public void CloudSaveAsync(string key, string serializedObject, Action<bool, long, string> callback, ProgressCallback progress = null)
Parameters
Implements
ConnectSubscriber(Object)
Declaration
public void ConnectSubscriber(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Implements
GetAPIKey()
Declaration
public string GetAPIKey()
Returns
Implements
GetProjectIdentifier()
Declaration
public string GetProjectIdentifier()
Returns
Implements
IsConnected()
Declaration
public bool IsConnected()
Returns
Implements
LoadModule()
Declaration
Implements
LoadProvider()
Declaration
public void LoadProvider()
Implements
OnBehaviorAwake()
Declaration
public void OnBehaviorAwake()
Implements
OnBehaviorDestroy()
Declaration
public void OnBehaviorDestroy()
Implements
OnBehaviorDisable()
Declaration
public void OnBehaviorDisable()
Implements
OnBehaviorEnable()
Declaration
public void OnBehaviorEnable()
Implements
OnBehaviorStart()
Declaration
public void OnBehaviorStart()
Implements
OnBehaviorUpdate()
Declaration
public void OnBehaviorUpdate()
Implements
SetAPIKey(String)
Declaration
public void SetAPIKey(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Implements
SetProjectIdentifier(String)
Declaration
public void SetProjectIdentifier(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Implements
UnloadModule()
Declaration
public void UnloadModule()
Implements
UnloadProvider()
Declaration
public void UnloadProvider()
Implements