We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cea9e commit 68ff11eCopy full SHA for 68ff11e
firebase-appdistribution-api/api.txt
@@ -15,7 +15,6 @@ package com.google.firebase.appdistribution {
15
16
public interface FirebaseAppDistribution {
17
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.appdistribution.AppDistributionRelease> checkForNewRelease();
18
- method public void collectAndSendFeedback();
19
method @NonNull public static com.google.firebase.appdistribution.FirebaseAppDistribution getInstance();
20
method public boolean isTesterSignedIn();
21
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> signInTester();
0 commit comments