Provides a bridge between C# code and the CloudOnceSave
iOS plug-in.
More...
|
delegate void | ExternalChangeCallback (KvStoreChangeReason reason, string devString) |
|
|
static ExternalChangeCallback | OnExternalChange [get, set] |
|
Provides a bridge between C# code and the CloudOnceSave
iOS plug-in.
◆ DeleteString()
static bool CloudOnce.Internal.iCloudBridge.DeleteString |
( |
string |
key | ) |
|
|
inlinestatic |
Deletes a string from iCloud.
- Parameters
-
key | The unique identifier for the string. |
- Returns
- Returns
true
if the string was successfully deleted from iCloud, false
if any problems happened.
◆ GetString()
static string CloudOnce.Internal.iCloudBridge.GetString |
( |
string |
key | ) |
|
|
inlinestatic |
Gets a string from iCloud.
- Parameters
-
key | The unique identifier for the string. |
- Returns
- The string associated with the specified key.
◆ SetString()
static bool CloudOnce.Internal.iCloudBridge.SetString |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
|
inlinestatic |
Stores a string in iCloud.
- Parameters
-
key | The unique identifier for this string. |
value | The string to store in iCloud. |
- Returns
- Returns
true
if the string was successfully saved to iCloud, false
if any problems happened.
The documentation for this class was generated from the following file:
- Assets/Extensions/CloudOnce/Internal/Data/iCloud/iCloudBridge.cs