Skip navigation links
A C D E G I L M N O P R S T U W _ 

A

ACTION_ENQUEUE_EVENT - Static variable in class userkit.sdk.service.SenderService
 
addEvent(Event) - Method in class userkit.sdk.model.EventsPack
 
addProperty(String, String) - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
addProperty(String, Number) - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
addProperty(String, Boolean) - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
addProperty(String, Object...) - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
addProperty(String, AbstractList<Object>) - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
Analytic - Class in userkit.sdk
Created by khangnt on 8/16/16.
Analytic() - Constructor for class userkit.sdk.Analytic
 
APPEND - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
 
append() - Method in class userkit.sdk.profile.ProfileEditor
 

C

commit() - Method in class userkit.sdk.profile.ProfileEditorBase
 
Constants - Class in userkit.sdk
Created by khangnt on 8/12/16.
Constants() - Constructor for class userkit.sdk.Constants
 
CREATE - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
 
CREATOR - Static variable in class userkit.sdk.model.Event
 

D

describeContents() - Method in class userkit.sdk.model.Event
 

E

edit() - Method in class userkit.sdk.profile.UserProfile
 
editType - Variable in class userkit.sdk.profile.ProfileEditorBase
 
Event - Class in userkit.sdk.model
Created by khangnt on 8/12/16.
Event(String) - Constructor for class userkit.sdk.model.Event
 
Event(Parcel) - Constructor for class userkit.sdk.model.Event
 
EVENT_DATA - Static variable in class userkit.sdk.service.SenderService
 
EVENT_QUEUE_FILE_NAME - Static variable in class userkit.sdk.service.SenderService
 
eventQueue - Variable in class userkit.sdk.service.SenderService
 
EventsPack - Class in userkit.sdk.model
Created by khangnt on 8/15/16.
EventsPack(String, List<Event>) - Constructor for class userkit.sdk.model.EventsPack
 

G

getApiToken() - Method in class userkit.sdk.UserKit
 
getContext() - Method in class userkit.sdk.UserKit
 
getEditType() - Method in class userkit.sdk.profile.ProfileEditorBase
 
getInstance() - Static method in class userkit.sdk.UserKit
 
getInstance(Context) - Static method in class userkit.sdk.UserKit
 
getName() - Method in class userkit.sdk.model.Event
 
getProfileId() - Static method in class userkit.sdk.Constants
 
getProfileId() - Method in class userkit.sdk.profile.UserProfile
 
getProperties() - Method in class userkit.sdk.profile.ProfileEditorBase
 
getProperties() - Method in class userkit.sdk.profile.UserProfile
 
getPropertyArray(String) - Method in class userkit.sdk.profile.UserProfile
 
getPropertyBoolean(String) - Method in class userkit.sdk.profile.UserProfile
 
getPropertyNumber(String) - Method in class userkit.sdk.profile.UserProfile
 
getPropertyString(String) - Method in class userkit.sdk.profile.UserProfile
 
getUserProfile() - Method in class userkit.sdk.UserKit
 

I

increasePropertyValue(String, Number) - Method in class userkit.sdk.profile.ProfileIncrement
 
INCREMENT - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
 
increment() - Method in class userkit.sdk.profile.ProfileEditor
 
init(Context) - Static method in class userkit.sdk.UserKit
 
init(Context, String) - Static method in class userkit.sdk.UserKit
 
isNetworkAvailable(Context) - Static method in class userkit.sdk.Utils
 

L

looperThread - Variable in class userkit.sdk.service.SenderService
 

M

md5(String) - Static method in class userkit.sdk.Utils
 

N

name - Variable in class userkit.sdk.model.Event
 

O

onBind(Intent) - Method in class userkit.sdk.service.SenderService
 
onCreate() - Method in class userkit.sdk.service.SenderService
 
onDestroy() - Method in class userkit.sdk.service.SenderService
 
onStartCommand(Intent, int, int) - Method in class userkit.sdk.service.SenderService
 

P

postEvents(EventsPack, String) - Method in interface userkit.sdk.restful.UserKitService
 
PROFILE_ID - Static variable in class userkit.sdk.profile.UserProfile
 
ProfileDefaultEditor - Class in userkit.sdk.profile
Created by khangnt on 8/16/16.
ProfileDefaultEditor(String) - Constructor for class userkit.sdk.profile.ProfileDefaultEditor
 
ProfileEditor - Class in userkit.sdk.profile
Created by khangnt on 8/16/16.
ProfileEditor() - Constructor for class userkit.sdk.profile.ProfileEditor
 
ProfileEditorBase - Class in userkit.sdk.profile
Created by khangnt on 8/16/16.
ProfileEditorBase(String) - Constructor for class userkit.sdk.profile.ProfileEditorBase
 
ProfileEditType - Annotation Type in userkit.sdk.annotations
Created by khangnt on 8/15/16.
ProfileIncrement - Class in userkit.sdk.profile
Created by khangnt on 8/16/16.
ProfileIncrement() - Constructor for class userkit.sdk.profile.ProfileIncrement
 
profileUpdate(String, ProfileUpdatePack, String) - Method in interface userkit.sdk.restful.UserKitService
 
ProfileUpdatePack - Class in userkit.sdk.model
Created by khangnt on 8/16/16.
ProfileUpdatePack(String, HashMap<String, Object>) - Constructor for class userkit.sdk.model.ProfileUpdatePack
 
properties - Variable in class userkit.sdk.model.Event
 
properties - Variable in class userkit.sdk.profile.ProfileEditorBase
 
PROPERTIES_JSON - Static variable in class userkit.sdk.profile.UserProfile
 
PropertyValueException - Exception in userkit.sdk.exception
Created by khangnt on 8/16/16.
PropertyValueException(Class) - Constructor for exception userkit.sdk.exception.PropertyValueException
 
putProperty(String, String) - Method in class userkit.sdk.model.Event
Add or replace a property value with type String.
putProperty(String, Number) - Method in class userkit.sdk.model.Event
Add or replace a property value with type Number.
putProperty(String, Boolean) - Method in class userkit.sdk.model.Event
Add or replace a property value with type Boolean.
putProperty(String, Object...) - Method in class userkit.sdk.model.Event
 
putProperty(String, AbstractList<Object>) - Method in class userkit.sdk.model.Event
 
putProperty(String, Object) - Method in class userkit.sdk.profile.ProfileEditorBase
 

R

renew() - Method in class userkit.sdk.profile.ProfileEditor
 

S

saveUserProfile() - Method in class userkit.sdk.profile.UserProfile
 
SenderService - Class in userkit.sdk.service
Created by khangnt on 8/15/16.
SenderService() - Constructor for class userkit.sdk.service.SenderService
 
SET_IF_NOT_EXIST - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
 
setApiToken(String) - Method in class userkit.sdk.UserKit
 
setEventList(List<Event>) - Method in class userkit.sdk.model.EventsPack
 
setIfNotExist() - Method in class userkit.sdk.profile.ProfileEditor
 
setName(String) - Method in class userkit.sdk.model.Event
Set event name.
setProfileId(String) - Method in class userkit.sdk.profile.UserProfile
 
setProperties(HashMap<String, Object>) - Method in class userkit.sdk.profile.UserProfile
 

T

TAG - Static variable in class userkit.sdk.service.SenderService
 
track(Event) - Static method in class userkit.sdk.Analytic
 

U

UNION - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
 
union() - Method in class userkit.sdk.profile.ProfileEditor
 
updateProfileLocal() - Method in class userkit.sdk.profile.ProfileDefaultEditor
 
updateProfileLocal() - Method in class userkit.sdk.profile.ProfileEditorBase
 
updateProfileLocal() - Method in class userkit.sdk.profile.ProfileIncrement
 
USER_KIT_API_TOKEN - Static variable in class userkit.sdk.UserKit
 
USER_PROFILE_PREFERENCES - Static variable in class userkit.sdk.profile.UserProfile
 
UserKit - Class in userkit.sdk
Created by khangnt on 8/15/16.
userkit.sdk - package userkit.sdk
 
userkit.sdk.annotations - package userkit.sdk.annotations
 
userkit.sdk.exception - package userkit.sdk.exception
 
userkit.sdk.model - package userkit.sdk.model
 
userkit.sdk.profile - package userkit.sdk.profile
 
userkit.sdk.restful - package userkit.sdk.restful
 
userkit.sdk.service - package userkit.sdk.service
 
UserKitService - Interface in userkit.sdk.restful
Created by khangnt on 8/12/16.
userKitService - Variable in class userkit.sdk.service.SenderService
 
UserProfile - Class in userkit.sdk.profile
Created by khangnt on 8/15/16.
UserProfile(Context) - Constructor for class userkit.sdk.profile.UserProfile
 
Utils - Class in userkit.sdk
Created by khangnt on 8/16/16.
Utils() - Constructor for class userkit.sdk.Utils
 

W

writeToParcel(Parcel, int) - Method in class userkit.sdk.model.Event
 

_

_5minutesLoop() - Method in class userkit.sdk.service.SenderService
 
A C D E G I L M N O P R S T U W _ 
Skip navigation links