public class FeedbackContent
extends java.lang.Object
| Constructor and Description |
|---|
FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp)
Constructs a new feedback content object
|
FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp,
android.graphics.Bitmap bitmap)
Constructs a new feedback content object
|
FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp,
android.graphics.Bitmap bitmap,
java.util.Map<java.lang.String,java.lang.String> attributes)
Constructs a new feedback content object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Attached attributes
|
android.graphics.Bitmap |
getBitmap()
Attached screenshot or null if there is none
|
java.lang.String |
getEmail()
User email
|
java.lang.String |
getText()
Feedback text
|
float |
getTimestamp()
Feedback time in seconds since the beginning of app launch or last call to TestFairy.begin()
|
public FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp)
text - User feedback messageemail - User emailtimestamp - Time in seconds since the beginning of app launch or last call to TestFairy.begin()public FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp,
android.graphics.Bitmap bitmap)
text - User feedback messageemail - User emailtimestamp - Time in seconds since the beginning of app launch or last call to TestFairy.begin()bitmap - Attached screenshotpublic FeedbackContent(java.lang.String text,
java.lang.String email,
float timestamp,
android.graphics.Bitmap bitmap,
java.util.Map<java.lang.String,java.lang.String> attributes)
text - User feedback messageemail - User emailtimestamp - Time in seconds since the beginning of app launch or last call to TestFairy.begin()bitmap - Attached screenshotattributes - Session and feedback attributespublic java.lang.String getText()
public java.lang.String getEmail()
public float getTimestamp()
public android.graphics.Bitmap getBitmap()
public java.util.Map<java.lang.String,java.lang.String> getAttributes()