- SDK_CLIENT_DOMAIN - Static variable in class com.surveymonkey.surveymonkeyandroidsdk.utils.SMError.Domain
-
- SDK_SERVER_DOMAIN - Static variable in class com.surveymonkey.surveymonkeyandroidsdk.utils.SMError.Domain
-
- sdkClientErrorFromCode(SMError.ErrorType, Exception) - Static method in error com.surveymonkey.surveymonkeyandroidsdk.utils.SMError
-
- sdkServerErrorFromCode(SMError.ErrorType, Exception) - Static method in error com.surveymonkey.surveymonkeyandroidsdk.utils.SMError
-
- SMAnswerResponse - Class in com.surveymonkey.surveymonkeyandroidsdk.model
-
- SMAnswerResponse(JSONObject) - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.model.SMAnswerResponse
-
The SMAnswerResponse object represents a single answer to a survey question.
- SMError - Error in com.surveymonkey.surveymonkeyandroidsdk.utils
-
- SMError(String, SMError.ErrorType, Exception, String) - Constructor for error com.surveymonkey.surveymonkeyandroidsdk.utils.SMError
-
The error object returned by SMFeedbackActivity in onActivityResult (see error codes below) – will be nil if survey was completed successfully.
- SMError.Domain - Class in com.surveymonkey.surveymonkeyandroidsdk.utils
-
- SMError.Domain() - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.utils.SMError.Domain
-
- SMError.ErrorDescription - Class in com.surveymonkey.surveymonkeyandroidsdk.utils
-
- SMError.ErrorDescription() - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.utils.SMError.ErrorDescription
-
- SMError.ErrorType - Enum in com.surveymonkey.surveymonkeyandroidsdk.utils
-
- SMQuestionResponse - Class in com.surveymonkey.surveymonkeyandroidsdk.model
-
- SMQuestionResponse(JSONObject) - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.model.SMQuestionResponse
-
The SMQuestionResponse object represents a complete response to a given survey question.
- SMRespondent - Class in com.surveymonkey.surveymonkeyandroidsdk.model
-
- SMRespondent(JSONObject) - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.model.SMRespondent
-
The SMRespondent object represents a single survey respondent and can be created by calling the public constructor and passing the JSON returned when a user successfully completes a survey.
- SMRespondent.SMCompletionStatus - Enum in com.surveymonkey.surveymonkeyandroidsdk.model
-
An enumeration for the two possible survey completion statuses
- startSMFeedbackActivityForResult(Activity, int, String, JSONObject...) - Method in class com.surveymonkey.surveymonkeyandroidsdk.SurveyMonkey
-
Use the startSMFeedbackActivityForResult method to present a survey to the user.
- SurveyMonkey - Class in com.surveymonkey.surveymonkeyandroidsdk
-
- SurveyMonkey() - Constructor for class com.surveymonkey.surveymonkeyandroidsdk.SurveyMonkey
-