KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

MqttData Class

Represents data to be delivered to each device via MQTT Notification Service.

Syntax

public class MqttData : KiiPushMessageData

Remarks

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from KiiPushMessageData.

Public Constructors

Documentation for this section has not yet been entered.

Protected Fields

mData JsonOrg.JsonObject . The data. (Inherited from KiiPushMessageData.)

Public Methods

Put (string, bool) : KiiPushMessageData
Put Bool value to the data. (Inherited from KiiPushMessageData.)
Put (string, double) : KiiPushMessageData
Put Double value to the data. (Inherited from KiiPushMessageData.)
Put (string, int) : KiiPushMessageData
Put Int value to the data. (Inherited from KiiPushMessageData.)
Put (string, long) : KiiPushMessageData
Put Long value to the data. (Inherited from KiiPushMessageData.)
Put (string, string) : KiiPushMessageData
Put String value to the data. (Inherited from KiiPushMessageData.)
ToJsonObject () : JsonOrg.JsonObject
Obtain JSONObject representation of the Data. Operation for returned object won't affect this object. (Inherited from KiiPushMessageData.)

Protected Methods

IsValidKey (string) : bool
Determines whether this instance is valid key the specified key. (Inherited from KiiPushMessageData.)

Member Details

MqttData Constructor

Documentation for this section has not yet been entered.

Syntax

public MqttData ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0