File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
firebase-appdistribution-api
src/main/java/com/google/firebase/appdistribution Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ package com.google.firebase.appdistribution {
15
15
16
16
public interface FirebaseAppDistribution {
17
17
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.appdistribution.AppDistributionRelease> checkForNewRelease();
18
+ method public void collectAndSendFeedback();
18
19
method @NonNull public static com.google.firebase.appdistribution.FirebaseAppDistribution getInstance();
19
20
method public boolean isTesterSignedIn();
20
21
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> signInTester();
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ public interface UpdateProgress {
24
24
* @returns the number of bytes downloaded, or -1 if called when updating to an AAB or if no new
25
25
* release is available.
26
26
*/
27
- @ NonNull
28
27
long getApkBytesDownloaded ();
29
28
30
29
/**
@@ -33,7 +32,6 @@ public interface UpdateProgress {
33
32
* @returns the file size in bytes, or -1 if called when updating to an AAB or if no new release
34
33
* is available.
35
34
*/
36
- @ NonNull
37
35
long getApkFileTotalBytes ();
38
36
39
37
/** Returns the current {@link UpdateStatus} of the update. */
You can’t perform that action at this time.
0 commit comments