- UN_SENT - Static variable in class userkit.sdk.api.model.EventRequestData
-
- UNION - Static variable in annotation type userkit.sdk.annotations.ProfileEditType
-
- union() - Method in class userkit.sdk.ProfileManager
-
- updateAvatar(File, String) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of an profile, give this profile id.
- updateAvatar(File) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of the current activating profile.
- updateAvatar(File, Consumer<List<ImageInfo>>) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of current 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.
- updateAvatar(File, Consumer<List<ImageInfo>>, Consumer<Throwable>) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of current 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.
- updateAvatar(byte[]) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of current active profile.
- updateAvatar(byte[], Consumer<List<ImageInfo>>) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of current 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.
- updateAvatar(byte[], Consumer<List<ImageInfo>>, Consumer<Throwable>) - Method in class userkit.sdk.identity.AccountManager
-
Update avatar of current 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.
- updateGCMToken(TokenUpdateData) - Method in interface userkit.sdk.api.UserKitService
-
- updatePhoto(String, MultipartBody.Part) - Method in interface userkit.sdk.identity.api.UserIdentityService
-
- updateProfile(AccountProfileProperties, ProfileEditCallback) - Method in class userkit.sdk.identity.AccountManager
-
- updateProfile(ProfileProperties) - Method in class userkit.sdk.identity.AccountManager
-
Update current active profile.
- updateProfile(ProfileProperties, Consumer<AccountProfile>) - Method in class userkit.sdk.identity.AccountManager
-
Update current 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.
- updateProfile(ProfileProperties, Consumer<AccountProfile>, Consumer<Throwable>) - Method in class userkit.sdk.identity.AccountManager
-
Update current 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.
- updateProfile(String, ProfileProperties) - Method in interface userkit.sdk.identity.api.UserIdentityService
-
- UserIdentityService - Interface in userkit.sdk.identity.api
-
Created by khangnt on 8/25/16.
- 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.api - package userkit.sdk.api
-
- userkit.sdk.api.model - package userkit.sdk.api.model
-
- userkit.sdk.callback - package userkit.sdk.callback
-
- userkit.sdk.exception - package userkit.sdk.exception
-
- userkit.sdk.identity - package userkit.sdk.identity
-
- userkit.sdk.identity.api - package userkit.sdk.identity.api
-
- userkit.sdk.identity.api.model - package userkit.sdk.identity.api.model
-
- userkit.sdk.identity.callback - package userkit.sdk.identity.callback
-
- userkit.sdk.identity.exception - package userkit.sdk.identity.exception
-
- userkit.sdk.identity.model - package userkit.sdk.identity.model
-
- userkit.sdk.identity.utils - package userkit.sdk.identity.utils
-
- userkit.sdk.identity.view - package userkit.sdk.identity.view
-
- userkit.sdk.livechat - package userkit.sdk.livechat
-
- userkit.sdk.livechat.models - package userkit.sdk.livechat.models
-
- userkit.sdk.model - package userkit.sdk.model
-
- userkit.sdk.notification - package userkit.sdk.notification
-
- UserKitException - Exception in userkit.sdk.exception
-
Created by khangnt on 10/5/16.
- UserKitException(String) - Constructor for exception userkit.sdk.exception.UserKitException
-
- UserKitException - Exception in userkit.sdk.identity.exception
-
- UserKitException(IdentityErrorCode) - Constructor for exception userkit.sdk.identity.exception.UserKitException
-
Deprecated.
- UserKitException(String) - Constructor for exception userkit.sdk.identity.exception.UserKitException
-
Deprecated.
- UserKitService - Interface in userkit.sdk.api
-
Created by khangnt on 8/12/16.
- Utils - Class in userkit.sdk.identity.utils
-
Created by Khang NT on 12/26/16.
- Utils() - Constructor for class userkit.sdk.identity.utils.Utils
-