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 ba4487c commit c955434Copy full SHA for c955434
firebase-appdistribution-api/api.txt
@@ -19,7 +19,8 @@ package com.google.firebase.appdistribution {
19
method public boolean isTesterSignedIn();
20
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> signInTester();
21
method public void signOutTester();
22
- method public void startFeedback();
+ method public void startFeedback(int);
23
+ method public void startFeedback(CharSequence);
24
method @NonNull public com.google.firebase.appdistribution.UpdateTask updateApp();
25
method @NonNull public com.google.firebase.appdistribution.UpdateTask updateIfNewReleaseAvailable();
26
}
0 commit comments