A G I N R S W 

A

AndroidJsonHandler - Class in io.keen.client.android
Implementation of the KeenJsonHandler interface using the built-in Android JSON library (JSONObject).
AndroidJsonHandler() - Constructor for class io.keen.client.android.AndroidJsonHandler
 
AndroidJsonHandler.JsonObjectManager - Interface in io.keen.client.android
Interface wrapping usage of JSONObjects.
AndroidKeenClientBuilder - Class in io.keen.client.android
KeenClient.Builder with defaults suited for use on the Android platform.
AndroidKeenClientBuilder(Context) - Constructor for class io.keen.client.android.AndroidKeenClientBuilder
 
AndroidNetworkStatusHandler - Class in io.keen.client.android
This class implements the KeenNetworkStatusHandler.
AndroidNetworkStatusHandler(Context) - Constructor for class io.keen.client.android.AndroidNetworkStatusHandler
 

G

getDefaultEventStore() - Method in class io.keen.client.android.AndroidKeenClientBuilder
 
getDefaultJsonHandler() - Method in class io.keen.client.android.AndroidKeenClientBuilder
 
getDefaultNetworkStatusHandler() - Method in class io.keen.client.android.AndroidKeenClientBuilder
 

I

io.keen.client.android - package io.keen.client.android
 
isNetworkConnected() - Method in class io.keen.client.android.AndroidNetworkStatusHandler
 

N

newArray(Collection<?>) - Method in interface io.keen.client.android.AndroidJsonHandler.JsonObjectManager
 
newObject(Map<String, ?>) - Method in interface io.keen.client.android.AndroidJsonHandler.JsonObjectManager
 
newTokener(String) - Method in interface io.keen.client.android.AndroidJsonHandler.JsonObjectManager
 

R

readJson(Reader) - Method in class io.keen.client.android.AndroidJsonHandler

S

setJsonObjectManager(AndroidJsonHandler.JsonObjectManager) - Method in class io.keen.client.android.AndroidJsonHandler
Sets the AndroidJsonHandler.JsonObjectManager instance to use.
setWrapNestedMapsAndCollections(boolean) - Method in class io.keen.client.android.AndroidJsonHandler
Sets whether or not this handler should wrap nested maps and collections explicitly.
stringify(JSONObject) - Method in interface io.keen.client.android.AndroidJsonHandler.JsonObjectManager
 

W

writeJson(Writer, Map<String, ?>) - Method in class io.keen.client.android.AndroidJsonHandler
A G I N R S W