@@ -125,8 +125,10 @@ public interface FirebaseAppDistribution {
125
125
* <li>Starts a full screen activity for the tester to compose and submit the feedback
126
126
* </ol>
127
127
*
128
- * @param infoTextResourceId string resource ID of text to display to the tester before collecting
129
- * feedback data (e.g. Terms and Conditions)
128
+ * @param infoTextResourceId string resource ID of text that will be shown to the tester before
129
+ * they submit feedback. If you’re a customer who would like to provide notice to your testers
130
+ * about collection and processing of their feedback data, you can use this text to provide
131
+ * such notice.
130
132
*/
131
133
void startFeedback (@ StringRes int infoTextResourceId );
132
134
@@ -141,8 +143,9 @@ public interface FirebaseAppDistribution {
141
143
* <li>Starts a full screen activity for the tester to compose and submit the feedback
142
144
* </ol>
143
145
*
144
- * @param infoText text to display to the tester before collecting feedback data (e.g. Terms and
145
- * Conditions)
146
+ * @param infoText text that will be shown to the tester before they submit feedback. If you’re a
147
+ * customer who would like to provide notice to your testers about collection and processing
148
+ * of their feedback data, you can use this text to provide such notice.
146
149
*/
147
150
void startFeedback (@ NonNull CharSequence infoText );
148
151
@@ -157,8 +160,10 @@ public interface FirebaseAppDistribution {
157
160
* <li>Starts a full screen activity for the tester to compose and submit the feedback
158
161
* </ol>
159
162
*
160
- * @param infoTextResourceId string resource ID of text to display to the tester before collecting
161
- * feedback data (e.g. Terms and Conditions)
163
+ * @param infoTextResourceId string resource ID of text that will be shown to the tester before
164
+ * they submit feedback. If you’re a customer who would like to provide notice to your testers
165
+ * about collection and processing of their feedback data, you can use this text to provide
166
+ * such notice.
162
167
* @param screenshot URI to a bitmap containing a screenshot that will be included with the
163
168
* report, or null to not include a screenshot
164
169
*/
@@ -175,8 +180,9 @@ public interface FirebaseAppDistribution {
175
180
* <li>Starts a full screen activity for the tester to compose and submit the feedback
176
181
* </ol>
177
182
*
178
- * @param infoText text to display to the tester before collecting feedback data (e.g. Terms and
179
- * Conditions)
183
+ * @param infoText text that will be shown to the tester before they submit feedback. If you’re a
184
+ * customer who would like to provide notice to your testers about collection and processing
185
+ * of their feedback data, you can use this text to provide such notice.
180
186
* @param screenshot URI to a bitmap containing a screenshot that will be included with the
181
187
* report, or null to not include a screenshot
182
188
*/
@@ -201,8 +207,10 @@ public interface FirebaseAppDistribution {
201
207
* <li>Starts a full screen activity for the tester to compose and submit the feedback
202
208
* </ol>
203
209
*
204
- * @param infoTextResourceId string resource ID of text to display to the tester before collecting
205
- * feedback data (e.g. Terms and Conditions)
210
+ * @param infoTextResourceId string resource ID of text that will be shown to the tester before
211
+ * they submit feedback. If you’re a customer who would like to provide notice to your testers
212
+ * about collection and processing of their feedback data, you can use this text to provide
213
+ * such notice.
206
214
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
207
215
* below Android 8, this corresponds to a notification channel importance and once set cannot
208
216
* be changed except by the user.
@@ -229,8 +237,9 @@ void showFeedbackNotification(
229
237
* <li>Starts a full screen activity for the tester to compose and submit the feedback
230
238
* </ol>
231
239
*
232
- * @param infoText text to display to the tester before collecting feedback data (e.g. Terms and
233
- * Conditions)
240
+ * @param infoText text that will be shown to the tester before they submit feedback. If you’re a
241
+ * customer who would like to provide notice to your testers about collection and processing
242
+ * of their feedback data, you can use this text to provide such notice.
234
243
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
235
244
* below Android 8, this corresponds to a notification channel importance and once set cannot
236
245
* be changed except by the user.
0 commit comments