KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

GCMMessage Class

Represents a message for Google Cloud Messaging.

Syntax

public class GCMMessage

Remarks

Requirements

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

Members

See Also: Inherited members from object.

Public Methods

static
CreateBuilder () : GCMMessage.Builder
Instantiate GCMMessage builder. GCM Delivery is enabled by default.
ToJson () : JsonOrg.JsonObject
Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object.
override
ToString () : string
Returns result of GCMMessage.ToJson as string.

Member Details

CreateBuilder Method

Instantiate GCMMessage builder. GCM Delivery is enabled by default.

Syntax

public static GCMMessage.Builder CreateBuilder ()

Returns

Builder of the message.

Remarks

Requirements

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

ToJson Method

Get JSONObjcet representation of this message. Operation of returned JSON object won't affect this object.

Syntax

public JsonOrg.JsonObject ToJson ()

Returns

Represents this message..

Remarks

Requirements

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

ToString Method

Returns result of GCMMessage.ToJson as string.

Syntax

public override string ToString ()

Returns

JSON string.

Remarks

Requirements

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