plugin : KiiCorp.Cloud.Unity Namespace

KiiPushPlugin.KiiRegisterPushCallback Delegate

Represents the method that will handle the event when registered the push notification.

Syntax

public delegate void KiiPushPlugin.KiiRegisterPushCallback (string token, Exception e)

Parameters

token
iOS : Device Token, Android : Registration ID.
e
If exception is null, execution is succeeded.

Remarks

This delegate is not included in KiiCloudStorageSDK.dll You need to download unity plug-in.

Requirements

Namespace: KiiCorp.Cloud.Unity
Assembly: plugin (in plugin.dll)
Assembly Versions: 1.0.0.0