KiiPushMessageData Constructor
Syntax
public KiiPushMessageData ()
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
IsValidKey Method
Determines whether this instance is valid key the specified key.
Syntax
Parameters
-
key
- Key.
Returns
true if this instance is valid key the specified key; otherwise, false.
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
mData Field
The data.
Syntax
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Put Method
Put Bool value to the data.
Syntax
Parameters
-
key
- When the same value specified, overwrite existing value.
-
value
- Bool value.
Returns
This instance.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Put Method
Put Double value to the data.
Syntax
Parameters
-
key
- When the same value specified, overwrite existing value.
-
value
- Double value.
Returns
This instance.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Put Method
Put Int value to the data.
Syntax
Parameters
-
key
- When the same value specified, overwrite existing value.
-
value
- Int value.
Returns
This instance.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Put Method
Put Long value to the data.
Syntax
Parameters
-
key
- When the same value specified, overwrite existing value.
-
value
- Long value.
Returns
This instance.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Put Method
Put String value to the data.
Syntax
Parameters
-
key
- When the same value specified, overwrite existing value.
-
value
- String value.
Returns
This instance.
Exceptions
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
ToJsonObject Method
Obtain JSONObject representation of the Data.
Operation for returned object won't affect this object.
Syntax
Returns
JsonObject represents the data.
Remarks
Requirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0