Skip navigation links
A B C D F G I K L O R S T U V 

A

accept(String, String, String) - Method in interface com.testfairy.LogEventFilter
Accept a log event entry.
afterTextChanged(Editable) - Method in class com.testfairy.StringFeedbackFormField
 
afterTextChanged(Editable) - Method in class com.testfairy.TextAreaFeedbackFormField
 
AudioSample - Class in com.testfairy
 
AudioSample(int, int, int, int, float, byte[]) - Constructor for class com.testfairy.AudioSample
Constructs an audio sample

B

beforeTextChanged(CharSequence, int, int, int) - Method in class com.testfairy.StringFeedbackFormField
 
beforeTextChanged(CharSequence, int, int, int) - Method in class com.testfairy.TextAreaFeedbackFormField
 
build() - Method in class com.testfairy.FeedbackOptions.Builder
Create FeedbackOptions
Builder() - Constructor for class com.testfairy.FeedbackOptions.Builder
 

C

com.testfairy - package com.testfairy
 

D

destroy() - Method in class com.testfairy.AudioSample
 
DistributionStatus - Interface in com.testfairy
 
DistributionStatusListener - Interface in com.testfairy
 

F

FeedbackContent - Class in com.testfairy
 
FeedbackContent(String, String, float) - Constructor for class com.testfairy.FeedbackContent
Constructs a new feedback content object
FeedbackContent(String, String, float, Bitmap) - Constructor for class com.testfairy.FeedbackContent
Constructs a new feedback content object
FeedbackContent(String, String, float, Bitmap, Map<String, String>) - Constructor for class com.testfairy.FeedbackContent
Constructs a new feedback content object
FeedbackFormField - Interface in com.testfairy
Common interface for all custom feedback form fields
FeedbackOptions - Class in com.testfairy
 
FeedbackOptions.Builder - Class in com.testfairy
 
FeedbackOptions.Callback - Interface in com.testfairy
 
FeedbackOptions.FeedbackInterceptor - Interface in com.testfairy
 
FeedbackVerifier - Interface in com.testfairy
 

G

getAttribute() - Method in interface com.testfairy.FeedbackFormField
Return the key name for the attribute represented by this form field
getAttribute() - Method in class com.testfairy.SelectFeedbackFormField
 
getAttribute() - Method in class com.testfairy.StringFeedbackFormField
 
getAttribute() - Method in class com.testfairy.TextAreaFeedbackFormField
 
getAttributes() - Method in class com.testfairy.FeedbackContent
Attached attributes
getAutoUpdateDownloadUrl() - Method in interface com.testfairy.DistributionStatus
If isAutoUpdateAvailable() returned true, then getAutoUpdateDownloadUrl() will also return the URL of the newer version's APK file.
getBitmap() - Method in class com.testfairy.FeedbackContent
Attached screenshot or null if there is none
getBitsPerSample() - Method in class com.testfairy.AudioSample
Returns number of bits per sample.
getBrowserUrl() - Method in class com.testfairy.FeedbackOptions
 
getChannels() - Method in class com.testfairy.AudioSample
Returns number of channels.
getDefaultFeedbackText() - Method in class com.testfairy.FeedbackOptions
 
getDurationInMilliseconds() - Method in class com.testfairy.AudioSample
Returns sample duration in milliseconds.
getEmail() - Method in class com.testfairy.FeedbackContent
User email
getFeedbackCallback() - Method in class com.testfairy.FeedbackOptions
 
getFeedbackFormFields() - Method in class com.testfairy.FeedbackOptions
 
getFeedbackInterceptor() - Method in class com.testfairy.FeedbackOptions
 
getSampleRate() - Method in class com.testfairy.AudioSample
Returns audio sample rate.
getSource() - Method in class com.testfairy.AudioSample
Returns source meta data.
getText() - Method in class com.testfairy.FeedbackContent
Feedback text
getTimestamp() - Method in class com.testfairy.AudioSample
Returns number of seconds passed since session start.
getTimestamp() - Method in class com.testfairy.FeedbackContent
Feedback time in seconds since the beginning of app launch or last call to TestFairy.begin()
getValue() - Method in interface com.testfairy.FeedbackFormField
Return the value for the attribute respressented by this form field
getValue() - Method in class com.testfairy.SelectFeedbackFormField
 
getValue() - Method in class com.testfairy.StringFeedbackFormField
 
getValue() - Method in class com.testfairy.TextAreaFeedbackFormField
 
getVerificationFailedMessage() - Method in interface com.testfairy.FeedbackVerifier
A callback to get the error message after a failure from verifyFeedback() method.

I

intercept(FeedbackContent) - Method in interface com.testfairy.FeedbackOptions.FeedbackInterceptor
 
isAutoUpdateAvailable() - Method in interface com.testfairy.DistributionStatus
Is auto-update available for this build? Meaning, there is a newer version uploaded to TestFairy, with the same package name, but uploaded later and is marked as "auto-update".
isEmailFieldVisible() - Method in class com.testfairy.FeedbackOptions
 
isEmailMandatory() - Method in class com.testfairy.FeedbackOptions
 
isEnabled() - Method in interface com.testfairy.DistributionStatus
Is distribution enabled for this specific build? That is, an APK was uploaded to TestFairy with the same package name, version name and version code as the app we're running right now.
isTakeRecordingButtonVisible() - Method in class com.testfairy.FeedbackOptions
 
isTakeScreenshotButtonVisible() - Method in class com.testfairy.FeedbackOptions
 

K

kind - Variable in enum com.testfairy.UserInteractionKind
 

L

LogEventFilter - Interface in com.testfairy
 

O

onAutoUpdateAvailable(String) - Method in class com.testfairy.SessionStateListener
Callback when there is an update available.
onAutoUpdateDismissed() - Method in class com.testfairy.SessionStateListener
Callback when a user was displayed with a dialog asking if they would like to upgrade, and they clicked "No".
onAutoUpdateDownloadFailed() - Method in class com.testfairy.SessionStateListener
Callback when a download of an auto-update fails and stops.
onAutoUpdateDownloadStarted() - Method in class com.testfairy.SessionStateListener
Callback when a user was presented for a request of an auto-update, and then clicked "Yes".
onCreateView(Context, View) - Method in interface com.testfairy.FeedbackFormField
Like an adapter, implement this to return a custom view for the form element
onCreateView(Context, View) - Method in class com.testfairy.SelectFeedbackFormField
 
onCreateView(Context, View) - Method in class com.testfairy.StringFeedbackFormField
 
onCreateView(Context, View) - Method in class com.testfairy.TextAreaFeedbackFormField
 
onFeedbackCancelled() - Method in interface com.testfairy.FeedbackOptions.Callback
 
onFeedbackFailed(int, FeedbackContent) - Method in interface com.testfairy.FeedbackOptions.Callback
 
onFeedbackSent(FeedbackContent) - Method in interface com.testfairy.FeedbackOptions.Callback
 
onItemSelected(AdapterView<?>, View, int, long) - Method in class com.testfairy.SelectFeedbackFormField
 
onNoAutoUpdateAvailable() - Method in class com.testfairy.SessionStateListener
Callback when session start was requested and there was no auto update available.
onNothingSelected(AdapterView<?>) - Method in class com.testfairy.SelectFeedbackFormField
 
onResponse(DistributionStatus) - Method in interface com.testfairy.DistributionStatusListener
Called upon a response for getDistributionStatus().
onScreenshotTaken(Bitmap) - Method in interface com.testfairy.TakeScreenshotListener
Will be called by SDK with a Bitmap if screenshot is successfully taken
onSessionFailed() - Method in class com.testfairy.SessionStateListener
Callback when a session failed to started.
onSessionLengthReached(float) - Method in class com.testfairy.SessionStateListener
Callback when session length has reached.
onSessionStarted(String) - Method in class com.testfairy.SessionStateListener
Callback when a session has successfully started on TestFairy.
onSessionStopped() - Method in class com.testfairy.SessionStateListener
Callback when session recording stopped.
onTextChanged(CharSequence, int, int, int) - Method in class com.testfairy.StringFeedbackFormField
 
onTextChanged(CharSequence, int, int, int) - Method in class com.testfairy.TextAreaFeedbackFormField
 

R

REASON_NETWORK_ERROR - Static variable in interface com.testfairy.FeedbackOptions.Callback
 

S

SelectFeedbackFormField - Class in com.testfairy
A dropdown element to represent single choice options, like an HTML select node.
SelectFeedbackFormField(String, String, Map<String, String>, String) - Constructor for class com.testfairy.SelectFeedbackFormField
 
SessionStateListener - Class in com.testfairy
 
SessionStateListener() - Constructor for class com.testfairy.SessionStateListener
 
setBrowserUrl(String) - Method in class com.testfairy.FeedbackOptions.Builder
By setting the url, You will override the default TestFairy feedback form, The specified url will be opened in the browser, when the user will want to provide a feedback.
setCallback(FeedbackOptions.Callback) - Method in class com.testfairy.FeedbackOptions.Builder
By setting the callback, You will be notified for "onFeedbackSent", "onFeedbackCancelled" and "onFeedbackFailed"
setDefaultText(String) - Method in class com.testfairy.FeedbackOptions.Builder
By setting a default text, you will override the initial content of the text area inside the feedback form.
setEmailFieldVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
Determines whether the "email field" in the Feedback form will be visible or not.
setEmailMandatory(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
Determines whether the user has to add his email address to the feedback.
setFeedbackFormFields(List<FeedbackFormField>) - Method in class com.testfairy.FeedbackOptions.Builder
By setting this list, feedback forms can be customized with extra input fields.
setFeedbackInterceptor(FeedbackOptions.FeedbackInterceptor) - Method in class com.testfairy.FeedbackOptions.Builder
By setting this interface, feedback can become available for inspection before they are submitted.
setRecordVideoButtonVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
By setting this flag, you can show/hide "Take a screen recording" button.
setTakeScreenshotButtonVisible(boolean) - Method in class com.testfairy.FeedbackOptions.Builder
By setting this flag, you can show/hide "Take a screenshot" button.
StringFeedbackFormField - Class in com.testfairy
A simple form element for editable string inputs
StringFeedbackFormField(String, String, String) - Constructor for class com.testfairy.StringFeedbackFormField
 

T

TakeScreenshotListener - Interface in com.testfairy
Callback for receiving Bitmap objects when a screenshot is taken
TextAreaFeedbackFormField - Class in com.testfairy
A simple form element for editable text area.
TextAreaFeedbackFormField(String, String, String) - Constructor for class com.testfairy.TextAreaFeedbackFormField
 
toWavFile() - Method in class com.testfairy.AudioSample
Joins all audio chunks into one playable RIFF wave file.

U

UserInteractionKind - Enum in com.testfairy
Kind of user interactions to add to the session timeline.

V

valueOf(String) - Static method in enum com.testfairy.UserInteractionKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.testfairy.UserInteractionKind
Returns an array containing the constants of this enum type, in the order they are declared.
verifyFeedback(FeedbackContent) - Method in interface com.testfairy.FeedbackVerifier
A callback from the feedback form to verify the contents that the user has inputed.
A B C D F G I K L O R S T U V 
Skip navigation links