Skip to content

Commit b503dae

Browse files
authored
Update infoText javadoc description (#4545)
1 parent 59df96e commit b503dae

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ public interface FirebaseAppDistribution {
125125
* <li>Starts a full screen activity for the tester to compose and submit the feedback
126126
* </ol>
127127
*
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.
130132
*/
131133
void startFeedback(@StringRes int infoTextResourceId);
132134

@@ -141,8 +143,9 @@ public interface FirebaseAppDistribution {
141143
* <li>Starts a full screen activity for the tester to compose and submit the feedback
142144
* </ol>
143145
*
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.
146149
*/
147150
void startFeedback(@NonNull CharSequence infoText);
148151

@@ -157,8 +160,10 @@ public interface FirebaseAppDistribution {
157160
* <li>Starts a full screen activity for the tester to compose and submit the feedback
158161
* </ol>
159162
*
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.
162167
* @param screenshot URI to a bitmap containing a screenshot that will be included with the
163168
* report, or null to not include a screenshot
164169
*/
@@ -175,8 +180,9 @@ public interface FirebaseAppDistribution {
175180
* <li>Starts a full screen activity for the tester to compose and submit the feedback
176181
* </ol>
177182
*
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.
180186
* @param screenshot URI to a bitmap containing a screenshot that will be included with the
181187
* report, or null to not include a screenshot
182188
*/
@@ -201,8 +207,10 @@ public interface FirebaseAppDistribution {
201207
* <li>Starts a full screen activity for the tester to compose and submit the feedback
202208
* </ol>
203209
*
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.
206214
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
207215
* below Android 8, this corresponds to a notification channel importance and once set cannot
208216
* be changed except by the user.
@@ -229,8 +237,9 @@ void showFeedbackNotification(
229237
* <li>Starts a full screen activity for the tester to compose and submit the feedback
230238
* </ol>
231239
*
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.
234243
* @param interruptionLevel the level of interruption for the feedback notification. On platforms
235244
* below Android 8, this corresponds to a notification channel importance and once set cannot
236245
* be changed except by the user.

0 commit comments

Comments
 (0)