File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,10 @@ public Task<FetchResponse> fetch(long minimumFetchIntervalInSeconds) {
199
199
* <li>The backend responded with unavailable errors for the last two fetch requests.
200
200
* </ul>
201
201
*
202
- * @return A {@link Task} representing a Realtime fetch call that returns a {@link FetchResponse}
203
- * with the configs fetched from the backend. If the backend was not called or the backend had
204
- * no updates, the {@link FetchResponse}'s configs will be {@code null}.
202
+ * @return A {@link Task} representing an immediate fetch call that returns a {@link
203
+ * FetchResponse} with the configs fetched from the backend. If the backend was not called or
204
+ * the backend had no updates, the {@link FetchResponse}'s configs will be {@code null}.
205
+ * FetchType and fetchAttemptNumber help detail what started the fetch call.
205
206
*/
206
207
public Task <FetchResponse > fetchNowWithTypeAndAttemptNumber (
207
208
FetchType fetchType , int fetchAttemptNumber ) {
You can’t perform that action at this time.
0 commit comments