Skip to content

Commit 7307517

Browse files
committed
Update api.txt
1 parent 51c8604 commit 7307517

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

firebase-appdistribution-api/api.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ package com.google.firebase.appdistribution {
1515

1616
public interface FirebaseAppDistribution {
1717
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.appdistribution.AppDistributionRelease> checkForNewRelease();
18+
method public void collectAndSendFeedback();
1819
method @NonNull public static com.google.firebase.appdistribution.FirebaseAppDistribution getInstance();
1920
method public boolean isTesterSignedIn();
2021
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> signInTester();

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public interface UpdateProgress {
2424
* @returns the number of bytes downloaded, or -1 if called when updating to an AAB or if no new
2525
* release is available.
2626
*/
27-
@NonNull
2827
long getApkBytesDownloaded();
2928

3029
/**
@@ -33,7 +32,6 @@ public interface UpdateProgress {
3332
* @returns the file size in bytes, or -1 if called when updating to an AAB or if no new release
3433
* is available.
3534
*/
36-
@NonNull
3735
long getApkFileTotalBytes();
3836

3937
/** Returns the current {@link UpdateStatus} of the update. */

0 commit comments

Comments
 (0)