A B C D E F G H I K L M N O P R S T U V W Y 
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- safeParseInteger(String, int) - Static method in class com.cheetahdigital.corekit.helpers.ConversionHelper
 - saveAuthenticationData(Authentication) - Method in class com.cheetahdigital.corekit.sdk.AuthenticatorService
 - 
Saves
Authenticationdata persistently during Login and Refresh Token scenarios - saveLocation(Context, Location) - Static method in class com.cheetahdigital.corekit.helpers.LocationTrackingHelper
 - 
Stores the location in preferences The latitude and longitude are saved in the preferences in the following format: { “lat”: 40.759211, “lon”: -73.984638} If the location is null or empty, an empty string will be stored in the preferences
 - saveMapToSharedPrefs(Context, HashMap<Integer, Integer>) - Static method in class com.cheetahdigital.corekit.helpers.NotificationsHelper
 - 
Store notification ids in preference as map
 - saveMemberId(String) - Method in class com.cheetahdigital.corekit.sdk.Sdk
 - saveNotification(int, int, Context) - Static method in class com.cheetahdigital.corekit.helpers.NotificationsHelper
 - 
Save the notification id in preference
 - Sdk - Class in com.cheetahdigital.corekit.sdk
 - 
Contains all the basic api calls in the core kit
 - Sdk(Application, SdkConfig) - Constructor for class com.cheetahdigital.corekit.sdk.Sdk
 - Sdk.LogoutListener - Interface in com.cheetahdigital.corekit.sdk
 - SdkConfig - Class in com.cheetahdigital.corekit.sdk
 - 
This class contains the Configuration parameters for
Sdk. - SdkConfig.Builder - Class in com.cheetahdigital.corekit.sdk
 - SdkConfig.UserAgentStringBuilder - Class in com.cheetahdigital.corekit.sdk
 - 
Helper class to generate the User-Agent String which follows the format: <app name>/<app version> <os>/<os version>/<device model> e.g.
 - SdkException - Exception in com.cheetahdigital.corekit.sdk.exceptions
 - 
Custom Exception for SDK
 - SdkException() - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkException
 - SdkException(String) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkException
 - SdkException(String, Throwable) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkException
 - SdkException(Throwable) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkException
 - sdkInitialized() - Static method in class com.cheetahdigital.corekit.sdk.Validate
 - SdkNotInitializedException - Exception in com.cheetahdigital.corekit.sdk.exceptions
 - 
SdkExceptionfor Uninitialized SDK - SdkNotInitializedException() - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkNotInitializedException
 - SdkNotInitializedException(String) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkNotInitializedException
 - SdkNotInitializedException(String, Throwable) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkNotInitializedException
 - SdkNotInitializedException(Throwable) - Constructor for exception com.cheetahdigital.corekit.sdk.exceptions.SdkNotInitializedException
 - SECONDARY_ID - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - SECONDARY_PARAMS - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - sendEvent(Activity, int, AnalyticsManager.AnalyticsEvent) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - sendEvent(Activity, AnalyticsManager.AnalyticsScreen, AnalyticsManager.AnalyticsEvent) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - sendEvent(Activity, String, AnalyticsManager.AnalyticsEvent) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - sendGoogleAnalyticsScreen(Tracker, String) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - 
Send custom screen name
 - sendScreenView(Activity, int) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - sendScreenView(Activity, AnalyticsManager.AnalyticsScreen) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - sendScreenView(Activity, String) - Static method in class com.cheetahdigital.corekit.sdk.analytics.AnalyticsManager
 - serialize(Date, Type, JsonSerializationContext) - Method in class com.cheetahdigital.corekit.rest.BaseJson.TimezoneDateTypeDeserializer
 - setAccessToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setAccessToken(String) - Method in class com.cheetahdigital.corekit.rest.params.BaseParams
 - 
Set the access token used for current api call
 - setAction(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.TrackingParams.Builder
 - 
Set the action of the message being tracked
 - setAction(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.TrackingParams
 - 
Set the action of the message being tracked either delivered or opened
 - setAssertion(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the assertion
 - setAssertion(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the assertion
 - setBirthdate(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the birthDate of the user
 - setBirthdate(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's birthdate
 - setBooleanTypeAdapter(BaseJson.BooleanTypeAdapter) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setCacheControlDuration(Context, int) - Static method in class com.cheetahdigital.corekit.helpers.RestHelper
 - 
Sets the cache control maximum age to the shared preferences.
 - setCacheControlInterceptor(CacheControlInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setCardId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the card id of the user
 - setCardId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the card Id
 - setClientId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the client id of the environment
 - setClientId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the client id of the environment
 - setClientId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.InfoQueryParams.Builder
 - 
Set the client id of the environment
 - setClientId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.InfoQueryParams
 - 
Set the client id of the environment
 - setClientSecret(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the client secret of the environment
 - setClientSecret(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the client secret of the environment
 - setClientSecret(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.InfoQueryParams.Builder
 - 
Set the client secret of the environment
 - setClientSecret(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.InfoQueryParams
 - 
Set the client secret of the environment
 - setCode(int) - Method in class com.cheetahdigital.corekit.models.responses.ErrorResponse
 - setControllerConfig(ControllerConfig) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setCreatedAt(long) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setCurrentPassword(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the currentPassword
 - setCurrentPassword(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set current password
 - setData(D) - Method in class com.cheetahdigital.corekit.models.BaseGenericModel
 - setData(HashMap<String, Object>) - Method in class com.cheetahdigital.corekit.models.BaseModel
 - setDeviceId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the device id
 - setDeviceId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set device id
 - setDeviceId(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.RegistrationData
 - setDoubleTypeAdapter(BaseJson.DoubleTypeAdapter) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setEmail(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the email of the user
 - setEmail(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the email
 - setEmailAlias(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the user's email alias
 - setEmailAlias(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's email alias
 - setEndpoint(Endpoint) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setEndpointCustom(String) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setEndpointCustom(String) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig
 - setErrors(HashMap<String, List<String>>) - Method in class com.cheetahdigital.corekit.models.responses.ErrorResponse
 - setExpiresIn(long) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setFields(Map<String, Object>) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set additional fields for the user
 - setFields(Map<String, Object>) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set additional fields for the user
 - setFirstName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the first name of the user
 - setFirstName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's first name
 - setGrantType(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the grant type
 - setGrantType(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set grant type
 - setHeaderRequestInterceptor(HeaderRequestInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setHttpLoggingInterceptor(HttpLoggingInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setiCallback(ICallback) - Method in class com.cheetahdigital.corekit.helpers.ErrorMessage
 - setId(int) - Method in class com.cheetahdigital.corekit.models.data.BaseData
 - setId(String) - Method in class com.cheetahdigital.corekit.rest.params.BaseParams.BaseBuilder
 - 
Set the module id or module internal name
 - setId(String) - Method in class com.cheetahdigital.corekit.rest.params.BaseParams
 - 
Set the module id or module internal name
 - setIntegrationId(String) - Method in class com.cheetahdigital.corekit.models.data.BaseData
 - setIntTypeAdapter(BaseJson.IntegerTypeAdapter) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setIsBeingFavorited(boolean) - Method in class com.cheetahdigital.corekit.models.data.FavoritesData
 - setIsFavorited(boolean) - Method in class com.cheetahdigital.corekit.models.data.FavoritesData
 - setIsLoggingEnabled(boolean) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setItemsPerPage(int) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
 - 
Set the max items per page
 - setItemsPerPage(Integer) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
Set the max items per page
 - setLastName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the last name of the user
 - setLastName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's Last name
 - setLayout(Layout) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
 - 
Define the layout template from the console
 - setLayout(Layout) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
Define the layout template from the console
 - setListStringTypeDeserializer(BaseJson.ListStringTypeDeserializer) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setLoginListener(AuthenticatorService.LoginListener) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setLogoutListener(Sdk.LogoutListener) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setMailingCity(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the mailing city of the user
 - setMailingCity(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's mailing city
 - setMailingPostalCode(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the mailing postal code of the user
 - setMailingPostalCode(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's mailing postal code
 - setMailingState(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the mailing state of the user
 - setMailingState(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's mailing state
 - setMailingStreet(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the mailing street of the user
 - setMailingStreet(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's mailing street
 - setMember(HashMap<String, Object>) - Method in class com.cheetahdigital.corekit.models.responses.ErrorResponse
 - setMessage(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.Message
 - setMessage(String) - Method in class com.cheetahdigital.corekit.models.BaseGenericModel
 - setMessage(String) - Method in class com.cheetahdigital.corekit.models.BaseModel
 - setMessage(String) - Method in class com.cheetahdigital.corekit.models.responses.ErrorResponse
 - setMessageName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set message name
 - setMessageName(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set message name
 - setMobilePhone(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the mobile phone of the user
 - setMobilePhone(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the mobile phone of the user
 - setName(String) - Method in class com.cheetahdigital.corekit.models.responses.ErrorResponse
 - setNoConnectionInterceptor(NoConnectionInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setNullTokenInterceptor(NullTokenInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setPage(int) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
 - 
Set the offset page parameter
 - setPage(Integer) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
Set the offset page parameter
 - setParallelRequestDispatcher(Dispatcher) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setPassword(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the password of the user
 - setPassword(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the password of the user
 - setPasswordConfirmation(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the password confirmation of the user
 - setPasswordConfirmation(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set password confirmation
 - setPlaceIntegrationId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the place integration id of the user
 - setPlaceIntegrationId(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's place integration id
 - setProvider(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the provider of the user
 - setProvider(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the provider The social media type.
 - setReferralCode(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set the referral code of the user
 - setReferralCode(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set the user's referral code If provided and valid, will link referral to member that shared the code
 - setRefreshAndRetryInterceptor(RefreshAndRetryInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setRefreshToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set refreshToken
 - setRefreshToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set refresh token
 - setRefreshToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setRequireResetPassword(boolean) - Method in class com.cheetahdigital.corekit.sdk.Sdk
 - 
Set the flag that indicates whether user should reset password
 - setResetPassword(boolean) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setResetPassword(boolean) - Method in class com.cheetahdigital.corekit.sdk.AuthenticatorService
 - 
Sets the value of the reset password flag
 - setResetPasswordToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set reset password token from URL param
 - setResetPasswordToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set reset password token from URL param
 - setSendLocationAnonymously(boolean) - Method in class com.cheetahdigital.corekit.authentication.core.model.Settings
 - setSendLocationAnonymously(boolean) - Method in class com.cheetahdigital.corekit.sdk.AuthenticatorService
 - 
Sets the value of send location anonymously
 - setSendLocationAnonymously(boolean) - Method in class com.cheetahdigital.corekit.sdk.Sdk
 - 
Sets the flag that indicates whether sending of location anonymously is allowed
 - setSettings(Settings) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setShowUpgradeCheck(boolean) - Static method in class com.cheetahdigital.corekit.sdk.LifeCycleHandler
 - setSortBy(String) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
 - 
Set the property name that will be used to arrange the list
 - setSortBy(String) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
Set the property name that will be used to arrange the list
 - setSortOrder(SortOrder) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams.BaseListQueryBuilder
 - 
Set the sort order of the list
 - setSortOrder(SortOrder) - Method in class com.cheetahdigital.corekit.rest.params.BaseListQueryParams
 - 
Set the sort order of the list
 - setSplashScreen(boolean) - Static method in class com.cheetahdigital.corekit.sdk.LifeCycleHandler
 - setStringTypeAdapter(BaseJson.StringTypeAdapter) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setSuccess(boolean) - Method in class com.cheetahdigital.corekit.models.BaseGenericModel
 - setSuccess(boolean) - Method in class com.cheetahdigital.corekit.models.BaseModel
 - setSuccess(boolean) - Method in class com.cheetahdigital.corekit.models.responses.SuccessResponse
 - setTag(String) - Method in class com.cheetahdigital.corekit.helpers.ErrorMessage
 - setThirdPartyAuth(boolean) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setTimezoneDateTypeDeserializer(BaseJson.TimezoneDateTypeDeserializer) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - Settings - Class in com.cheetahdigital.corekit.authentication.core.model
 - 
Cheetah Loyalty Setting Data Model
 - Settings() - Constructor for class com.cheetahdigital.corekit.authentication.core.model.Settings
 - setToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams.Builder
 - 
Set token
 - setToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationFieldParams
 - 
Set device specific token Used when registering the device to receive notification
 - setToken(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.RegistrationData
 - setTokenRevokedInterceptor(TokenRevokedInterceptor) - Method in class com.cheetahdigital.corekit.config.ControllerConfig
 - setTokenType(String) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - setTotalEntries(int) - Method in class com.cheetahdigital.corekit.models.data.PaginatedListData
 - setTotalPages(int) - Method in class com.cheetahdigital.corekit.models.data.PaginatedListData
 - setUserAgentString(String) - Method in class com.cheetahdigital.corekit.sdk.SdkConfig.Builder
 - setUserPermission(Context, boolean) - Static method in class com.cheetahdigital.corekit.helpers.LocationTrackingHelper
 - 
Sets the status of user permission in the app level
 - setValue(Object) - Method in class com.cheetahdigital.corekit.helpers.ErrorMessage
 - setVisitor(boolean) - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - SHARE_REFERRALS - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - SharedPrefsHelper - Class in com.cheetahdigital.corekit.helpers
 - 
Helper class for accessing and modifying preference data.
 - SharedPrefsHelper(Context) - Constructor for class com.cheetahdigital.corekit.helpers.SharedPrefsHelper
 - SharedPrefsHelper(Context, String) - Constructor for class com.cheetahdigital.corekit.helpers.SharedPrefsHelper
 - SHIPPING_DETAILS - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - SHOULD_REFRESH_MEMBER_FRAGMENTS - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - shouldRequireResetPassword() - Method in class com.cheetahdigital.corekit.sdk.Sdk
 - 
Flag for checking if the user should reset the password
 - shouldResetPassword() - Method in class com.cheetahdigital.corekit.authentication.core.model.Authentication
 - shouldResetPassword() - Method in class com.cheetahdigital.corekit.sdk.AuthenticatorService
 - signup(AuthenticationFieldParams, Listener<SuccessResponse>) - Method in class com.cheetahdigital.corekit.authentication.core.api.AuthenticationAPI
 - 
Sign up the current user with the given credentials.
 - sIsLoggedOut - Static variable in class com.cheetahdigital.corekit.sdk.Application
 - snack(View, String) - Static method in class com.cheetahdigital.corekit.helpers.Notify
 - 
Show the message via a
Snackbarobject. - snack(View, String, int) - Static method in class com.cheetahdigital.corekit.helpers.Notify
 - 
Show the message via a
Snackbarobject. - snack(View, String, String, View.OnClickListener, int) - Static method in class com.cheetahdigital.corekit.helpers.Notify
 - 
Show the message via a
Snackbarobject. - SortBy - Enum in com.cheetahdigital.corekit
 - 
Sorting Types supported by Loyalty API.
 - SortOrder - Enum in com.cheetahdigital.corekit
 - 
Sorting Order supported by Loyalty API.
 - STANDARD_DATE_FORMAT - Static variable in class com.cheetahdigital.corekit.models.module.Controller
 - StartAt - com.cheetahdigital.corekit.SortBy
 - STATIC_FILE - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - STATIC_FILE_ALLOW_ZOOM - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - STATIC_FILE_OPEN_URL_EXTERNALLY - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - STATIC_FILE_SCREEN_NAME - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - STATIC_FILE_TITLE - Static variable in class com.cheetahdigital.corekit.constants.IntentKey
 - STATIC_FILES_LIST - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - StringTypeAdapter() - Constructor for class com.cheetahdigital.corekit.rest.BaseJson.StringTypeAdapter
 - SUBMIT_RECEIPT - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - SUBMIT_REFERRALS - Static variable in class com.cheetahdigital.corekit.constants.Actions
 - success(D) - Method in interface com.cheetahdigital.corekit.models.module.ICallback
 - success(D) - Method in class com.cheetahdigital.corekit.models.module.Listener
 - success(D) - Method in class com.cheetahdigital.corekit.models.module.ListenerModel
 - SuccessResponse - Class in com.cheetahdigital.corekit.models.responses
 - 
Response with only one boolean value.
 - SuccessResponse() - Constructor for class com.cheetahdigital.corekit.models.responses.SuccessResponse
 
All Classes All Packages