Skip navigation links
A C G I J K O P Q S T U V 

A

AbstractGcmIntentService - Class in com.kii.cloud.unity
AbstractGcmIntentService is a base class for Services that handle GCM(Google Cloud Messaging).
AbstractGcmIntentService() - Constructor for class com.kii.cloud.unity.AbstractGcmIntentService
 
AbstractGcmIntentService.MessageType - Enum in com.kii.cloud.unity
 

C

com.kii.cloud.unity - package com.kii.cloud.unity
 

G

GCMBroadcastReceiver - Class in com.kii.cloud.unity
Implementation of BroadcastReceiver to handle a push notification.
GCMBroadcastReceiver() - Constructor for class com.kii.cloud.unity.GCMBroadcastReceiver
 
GcmIntentService - Class in com.kii.cloud.unity
Default implementation of AbstractGcmIntentService.
GcmIntentService() - Constructor for class com.kii.cloud.unity.GcmIntentService
 
getAppName(Context) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets app name
getInstance() - Static method in class com.kii.cloud.unity.KiiPushUnityPlugin
Get instance of KiiPushUnityPlugin.
getLargeIcon(Context) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets resource id of large launcher icon.
getLastMessage() - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Get the last push message.
getListenerGameObjectName() - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Get game objectname which is bound the this code.
getMessageType(JSONObject) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
 
getNotificationColor(Context) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Get ARBG color for notification color
getRegistrationID() - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Register the application for GCM and return the registration ID by UnitySendMessage.
getResouceValueAsBoolean(String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets the boolean value to which the specified key is mapped, or false if resource file contains no mapping for the key.
getResouceValueAsInteger(String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets the int value to which the specified key is mapped, or 0 if resource file contains no mapping for the key.
getResouceValueAsString(String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets the string value to which the specified key is mapped, or null if resource file contains no mapping for the key.
getSenderId() - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Get sender id.
getSharedPreference(Context) - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Get the android SharedPreferences.
getSmallIcon(Context) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets resource id of small launcher icon.
getSound() - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Gets resource id of sound file.
getText(JSONObject, String, String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
 

I

isForeground() - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Checks if the application is on foreground.
isJsonQuery(String) - Static method in class com.kii.cloud.unity.JsonPath
Check the if a query is a JSONPath.

J

JsonPath - Class in com.kii.cloud.unity
Utility class for JSONPath.
JsonPath() - Constructor for class com.kii.cloud.unity.JsonPath
 

K

KiiPushUnityPlugin - Class in com.kii.cloud.unity
Android native plugin for Unity.

O

onHandleIntent(Intent) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
 
onHandlePushMessage(Context, AbstractGcmIntentService.MessageType, JSONObject, boolean) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Called by IntentService when service receives push notification.
onHandlePushMessage(Context, AbstractGcmIntentService.MessageType, JSONObject, boolean) - Method in class com.kii.cloud.unity.GcmIntentService
 
onReceive(Context, Intent) - Method in class com.kii.cloud.unity.GCMBroadcastReceiver
 

P

parseArgb(String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Convert string value which indicates color into the integer value.
PUSH_TO_APP_FIELDS - Static variable in class com.kii.cloud.unity.AbstractGcmIntentService
 
PUSH_TO_USER_FIELDS - Static variable in class com.kii.cloud.unity.AbstractGcmIntentService
 

Q

query(JSONObject, String) - Static method in class com.kii.cloud.unity.JsonPath
Executes a JsonPATH query that returns a string as the result.

S

sendPushNotification(Context, String) - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Send a push notification to the Unity layer.
setListenerGameObjectName(String) - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Set game objectname which is bound the this code.
setSenderId(String) - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Set sender id.
showNotificationArea(Context, JSONObject, boolean, String, long, String, String, String) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Shows a received message in the notification area.

T

toJson(Bundle) - Method in class com.kii.cloud.unity.AbstractGcmIntentService
Converts Bundle to JSONObject.

U

unregisterGCM() - Method in class com.kii.cloud.unity.KiiPushUnityPlugin
Unregister the application.

V

valueOf(String) - Static method in enum com.kii.cloud.unity.AbstractGcmIntentService.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kii.cloud.unity.AbstractGcmIntentService.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I J K O P Q S T U V 
Skip navigation links