KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

APNSMessage Class

Represents a message for Apple Push Notification Service.

Syntax

public class APNSMessage

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 () : APNSMessage.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 APNSMessage.ToJson as string.

Member Details

CreateBuilder Method

Instantiate GCMMessage builder. GCM Delivery is enabled by default.

Syntax

public static APNSMessage.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 APNSMessage.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