A B C D E F G I L M N O P R S T U V 

S

sendNotification(Bundle) - Method in class com.coffeebeantech.socialidsdk.notification.NotificationService
Creates and display a notification to the user.
SendToBackendTask - Class in com.coffeebeantech.socialidsdk.registration.tasks
Registration task that sends the registration ID to the backend and gets the device ID from the response.
SendToBackendTask(Registration) - Constructor for class com.coffeebeantech.socialidsdk.registration.tasks.SendToBackendTask
 
setCurrentUser(User) - Method in class com.coffeebeantech.socialidsdk.sociallogin.SocialLoginManager
Store current logged user information.
setDefaultActivityClass(Class<?>) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultAutoCancel(boolean) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultBigStyle(boolean) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultMessage(String) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultSmallIcon(String) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultTitle(String) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultVibrate(boolean) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setDefaultVibrateDuration(long) - Static method in class com.coffeebeantech.socialidsdk.notification.NotificationParameters
 
setEmailAddress(String) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.EmailLoginParameters
 
setEnvironment(Environment) - Static method in class com.coffeebeantech.socialidsdk.SocialId
Set a new API environment.
setEnvironment(Environment) - Method in class com.coffeebeantech.socialidsdk.util.EnvironmentManager
Clear all SDK cached information and updates the environment.
setLoginAppAccessToken(LoginAppAccessToken) - Method in class com.coffeebeantech.socialidsdk.util.OAuthTokensManager
Store login app access token information.
setPassword(String) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.EmailLoginParameters
 
setPermissions(List<String>) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.FacebookConfiguration
 
setSocialLoginProviderConfiguration(T) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.SocialLoginProvider
 
setTwitterKey(String) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.TwitterConfiguration
 
setTwitterSecret(String) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.TwitterConfiguration
 
setUserAccessToken(UserAccessToken) - Method in class com.coffeebeantech.socialidsdk.util.OAuthTokensManager
Store user access token information.
setUserFields(List<String>) - Method in class com.coffeebeantech.socialidsdk.sociallogin.SocialLoginConfiguration
 
setUsername(String) - Method in class com.coffeebeantech.socialidsdk.sociallogin.providers.EmailLoginParameters
 
SharedPreferencesManager - Class in com.coffeebeantech.socialidsdk.util
Manager to handle the SharedPreference object.
SharedPreferencesManager(Context) - Constructor for class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
 
SocialAuthLoginProvider<T extends SocialLoginProviderConfiguration> - Class in com.coffeebeantech.socialidsdk.sociallogin.providers
 
SocialAuthLoginProvider() - Constructor for class com.coffeebeantech.socialidsdk.sociallogin.providers.SocialAuthLoginProvider
 
SocialId - Class in com.coffeebeantech.socialidsdk
SocialId SDK entry point.
SocialIdApiClientFacade - Class in com.coffeebeantech.socialidsdk.util
 
SocialIdApiClientFactory - Class in com.coffeebeantech.socialidsdk.util
 
SocialIdAsyncTask<T> - Class in com.coffeebeantech.socialidsdk.util
 
SocialIdAsyncTask(SocialIdCallback<T>) - Constructor for class com.coffeebeantech.socialidsdk.util.SocialIdAsyncTask
 
SocialIdCallback<T> - Interface in com.coffeebeantech.socialidsdk.util
Generic SocialIdCallback to call SocialId APIs.
SocialIdException - Exception in com.coffeebeantech.socialidsdk.exceptions
Generic SocialId exception.
SocialIdException() - Constructor for exception com.coffeebeantech.socialidsdk.exceptions.SocialIdException
 
SocialIdException(String) - Constructor for exception com.coffeebeantech.socialidsdk.exceptions.SocialIdException
 
SocialIdException(String, Throwable) - Constructor for exception com.coffeebeantech.socialidsdk.exceptions.SocialIdException
 
SocialIdException(Throwable) - Constructor for exception com.coffeebeantech.socialidsdk.exceptions.SocialIdException
 
SocialLoginConfiguration - Class in com.coffeebeantech.socialidsdk.sociallogin
Additional configuration for Social Login.
SocialLoginConfiguration() - Constructor for class com.coffeebeantech.socialidsdk.sociallogin.SocialLoginConfiguration
 
SocialLoginManager - Class in com.coffeebeantech.socialidsdk.sociallogin
Manager to control the login process.
SocialLoginProvider<T extends SocialLoginProviderConfiguration> - Class in com.coffeebeantech.socialidsdk.sociallogin.providers
 
SocialLoginProvider() - Constructor for class com.coffeebeantech.socialidsdk.sociallogin.providers.SocialLoginProvider
 
SocialLoginProviderConfiguration - Class in com.coffeebeantech.socialidsdk.sociallogin.providers
Additional configuration for a Social Login provider.
SocialLoginProviderConfiguration() - Constructor for class com.coffeebeantech.socialidsdk.sociallogin.providers.SocialLoginProviderConfiguration
 
SocialLoginTask - Class in com.coffeebeantech.socialidsdk.sociallogin
Task to perform the login in the Social Id backend.
SocialLoginTask(LoginEventListener, Provider, UserAccessTokenAttributes, List<String>) - Constructor for class com.coffeebeantech.socialidsdk.sociallogin.SocialLoginTask
 
storeCurrentApiEnvironment(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the current API environment in the application's SharedPreferences.
storeCurrentOAuthLoginAppToken(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the current OAuth Login App Token in the application's SharedPreferences.
storeCurrentOAuthLoginUserToken(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the current OAuth Login User Token in the application's SharedPreferences.
storeCurrentOAuthRefreshToken(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the current OAuth Refresh Token in the application's SharedPreferences.
storeCurrentUser(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the current user in the application's SharedPreferences.
storeDefaultActivityClassName(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the default activity class name in the application's SharedPreferences.
StoreDefaultActivityClassNameTask - Class in com.coffeebeantech.socialidsdk.registration.tasks
Registration task that stores the default activity class name for notifications in the shared preferences.
StoreDefaultActivityClassNameTask(Registration) - Constructor for class com.coffeebeantech.socialidsdk.registration.tasks.StoreDefaultActivityClassNameTask
 
storeDeviceChecked() - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores a flag in the application's SharedPreferences stating that device has been checked for google play services.
storeDeviceId(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the device ID in the application's SharedPreferences.
storeRegistrationCompleted() - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores a flag in the application's SharedPreferences stating that registration is completed.
storeRegistrationId(String) - Method in class com.coffeebeantech.socialidsdk.util.SharedPreferencesManager
Stores the registration ID and app versionCode in the application's SharedPreferences.
A B C D E F G I L M N O P R S T U V