KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

APNSData Class

Represents data to be delivered to each device via Apple Push Notification Service.

Syntax

public class APNSData : 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

Initializes a new instance of the KiiCorp.Cloud.Storage.APNSData class.

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

APNSData Constructor

Initializes a new instance of the KiiCorp.Cloud.Storage.APNSData class.

Syntax

public APNSData ()

Remarks

Requirements

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