Type | Description |
---|---|
KiiInitializeBehaviour | Mandatory MonoBehaviour for scenes that use KiiCloud. You need to use this class to initialize Kii SDK instead of KiiCorp.Cloud.Storage.Kii.Initialize(string, string, KiiCorp.Cloud.Storage.Kii.Site)/KiiCorp.Cloud.Analytics.KiiAnalytics.Initialize(string, string, KiiCorp.Cloud.Analytics.KiiAnalytics.Site, string) method if you want to enjoy a lot of benefits. |
KiiPushPlugin | Unity plugin for push notification. |
KiiPushPlugin.KiiPushMessageReceivedCallback | Represents the method that will handle the event when received the push message. |
KiiPushPlugin.KiiRegisterPushCallback | Represents the method that will handle the event when registered the push notification. |
KiiPushPlugin.KiiUnregisterPushCallback | Represents the method that will handle the event when unregistered the push notification. |
WWWUtils |