- call(T) - Method in interface userkit.sdk.identity.callback.Action1
-
Deprecated.
- changePassword(String, String, ChangePasswordCallback) - Method in class userkit.sdk.identity.AccountManager
-
- changePassword(String, String) - Method in class userkit.sdk.identity.AccountManager
-
Change password of current account.
- changePassword(String, String, Action) - Method in class userkit.sdk.identity.AccountManager
-
Change password of current account.
This job will be scheduled to run in IO thread pool (Schedulers.io()
), and
will try to call back - `onComplete` in the current thread which call this method,
if can't, onComplete will call back on main thread.
- changePassword(String, String, Action, Consumer<Throwable>) - Method in class userkit.sdk.identity.AccountManager
-
Change password of current account.
This job will be scheduled to run in IO thread pool (Schedulers.io()
), and
will try to call back - `onComplete` in the current thread which call this method,
if can't, onComplete will call back on main thread.
- changePassword(ChangePasswordRequest) - Method in interface userkit.sdk.identity.api.UserIdentityService
-
- ChangePasswordCallback - Interface in userkit.sdk.identity.callback
-
Deprecated.
- ChangePasswordRequest - Class in userkit.sdk.identity.api.model
-
Created by khangnt on 10/21/16.
- ChangePasswordRequest(String, String) - Constructor for class userkit.sdk.identity.api.model.ChangePasswordRequest
-
- CHAT_MESSAGE_FLAG - Static variable in class userkit.sdk.notification.NotificationListenerService
-
- checkArgument(boolean) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, char, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, char, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, char, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, char, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, int, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, int, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, int, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, long, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, long, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, long, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, long, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkElementIndex(int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that index
specifies a valid element in an array, list or string of size
size
.
- checkElementIndex(int, int, String) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that index
specifies a valid element in an array, list or string of size
size
.
- checkNotNull(T) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, char, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, char, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, char, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, char, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, int, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, int, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, int, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, long, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, long, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, long, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, long, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkPositionIndex(int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that index
specifies a valid position in an array, list or string of
size size
.
- checkPositionIndex(int, int, String) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that index
specifies a valid position in an array, list or string of
size size
.
- checkPositionIndexes(int, int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures that start
and end
specify a valid positions in an array, list
or string of size size
, and are in order.
- checkState(boolean) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, char, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, char, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, char, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, char, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, int, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, int, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, int, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, int, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, long, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, long, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, long, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, long, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, char) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, int) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, long) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object, Object, Object, Object) - Static method in class userkit.sdk.identity.utils.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- cleanup() - Method in class userkit.sdk.livechat.FirebaseListAdapter
-
- clearAllChatHistory() - Method in class userkit.sdk.livechat.LiveChatAdapterBase
-
Clear all chat history.
- clearAllMessages() - Method in class userkit.sdk.livechat.FragmentDelegate
-
- COL_EVENT_ID - Static variable in class userkit.sdk.api.model.EventRequestData
-
- COL_EVENT_NAME - Static variable in class userkit.sdk.api.model.EventRequestData
-
- COL_EVENT_PROFILE_ID - Static variable in class userkit.sdk.api.model.EventRequestData
-
- COL_EVENT_PROPERTIES - Static variable in class userkit.sdk.api.model.EventRequestData
-
- COL_EVENT_STATUS - Static variable in class userkit.sdk.api.model.EventRequestData
-
- COL_EVENT_TIME - Static variable in class userkit.sdk.api.model.EventRequestData
-
- commit() - Method in class userkit.sdk.ProfileManager.ProfileEditor
-
Commit changes to server without callback (no matter the result).
- commit(OnProfileEditCallback) - Method in class userkit.sdk.ProfileManager.ProfileEditor
-
Commit changes to server.
- commit(OnProfileEditCallback) - Method in class userkit.sdk.ProfileManager.ProfilePropertyEditor
-
Commit changes and post it to server.
- create(String, File) - Static method in class userkit.sdk.identity.model.AccountProfileProperties
-
Deprecated.
- create(Context) - Static method in class userkit.sdk.livechat.LiveChatFragment
-
- create(Context) - Static method in class userkit.sdk.livechat.LiveChatFragmentSupportV4
-
- createdTime - Variable in class userkit.sdk.api.model.EventRequestData
-
- createFrom(AccountProfile) - Static method in class userkit.sdk.identity.model.AccountProfileProperties
-
Deprecated.
- createMessage(MessageModel) - Method in class userkit.sdk.livechat.FragmentDelegate
-
- createMessage(MessageModel) - Method in class userkit.sdk.livechat.LiveChatAdapterBase
-
Send a message.
- createNewProfile(AccountProfileProperties, ProfileEditCallback) - Method in class userkit.sdk.identity.AccountManager
-
- createNewProfile(ProfileProperties) - Method in class userkit.sdk.identity.AccountManager
-
Create new profile and use this profile as active profile.
- createNewProfile(ProfileProperties, Consumer<AccountProfile>) - Method in class userkit.sdk.identity.AccountManager
-
Create new profile and use this profile as active profile.
This job will be scheduled to run in IO thread pool (Schedulers.io()
), and
will try to call back the consumer - `onSuccess` in the current thread which call this method,
if can't, onSuccess will call back on main thread.
- createNewProfile(ProfileProperties, Consumer<AccountProfile>, Consumer<Throwable>) - Method in class userkit.sdk.identity.AccountManager
-
Create new profile and use this profile as active profile.
This job will be scheduled to run in IO thread pool (Schedulers.io()
), and
will try to call back the consumer - `onSuccess` in the current thread which call this method,
if can't, onSuccess will call back on main thread.
- createNewProfile(OnProfileCreatedCallback) - Method in class userkit.sdk.ProfileManager
-
Create new profile and set default fields such as platform, country_code.
- CreateProfileRequest - Class in userkit.sdk.identity.api.model
-
Created by Jupiter (vu.cao.duy@gmail.com) on 9/5/16.
- CreateProfileRequest(List<ProfileProperties>) - Constructor for class userkit.sdk.identity.api.model.CreateProfileRequest
-
- createProfiles(CreateProfileRequest) - Method in interface userkit.sdk.identity.api.UserIdentityService
-
- CREATOR - Static variable in class userkit.sdk.api.model.ProfileIdAliasData
-
- CREATOR - Static variable in class userkit.sdk.model.Event
-