You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,18 @@ public interface FirebaseAppDistribution {
109
109
@NonNull
110
110
UpdateTaskupdateApp();
111
111
112
+
/**
113
+
* Takes a screenshot, and starts an activity to collect and submit feedback from the tester.
114
+
*
115
+
* Performs the following actions:
116
+
*
117
+
* <ol>
118
+
* <li>Takes a screenshot of the current activity
119
+
* <li>If tester is not signed in, presents the tester with a Google Sign-in UI
120
+
* <li>Looks up the currently installed App Distribution release
121
+
* <li>Starts a full screen activity for the tester to compose and submit the feedback
122
+
* </ol>
123
+
*/
112
124
voidcollectAndSendFeedback();
113
125
114
126
/** Gets the singleton {@link FirebaseAppDistribution} instance. */
0 commit comments