Skip to content

Commit 2840a51

Browse files
committed
Update api info for FIS SDK
1 parent d941202 commit 2840a51

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

firebase-installations/api.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Signature format: 2.0
22
package com.google.firebase.installations {
33

4-
public class FirebaseInstallations {
5-
method @NonNull public Task<Void> delete();
6-
method @NonNull public Task<String> getId();
4+
public class FirebaseInstallations implements com.google.firebase.installations.FirebaseInstallationsApi {
5+
method @NonNull public com.google.android.gms.tasks.Task<java.lang.Void> delete();
6+
method @NonNull public com.google.android.gms.tasks.Task<java.lang.String> getId();
77
method @NonNull public static com.google.firebase.installations.FirebaseInstallations getInstance();
8-
method @NonNull public static com.google.firebase.installations.FirebaseInstallations getInstance(@NonNull FirebaseApp);
9-
method @NonNull public Task<InstallationTokenResult> getToken(int);
8+
method @NonNull public static com.google.firebase.installations.FirebaseInstallations getInstance(@NonNull com.google.firebase.FirebaseApp);
9+
method @NonNull public com.google.android.gms.tasks.Task<com.google.firebase.installations.InstallationTokenResult> getToken(@com.google.firebase.installations.FirebaseInstallationsApi.AuthTokenOption int);
1010
}
1111

12-
public class FirebaseInstallationsException {
12+
public class FirebaseInstallationsException extends com.google.firebase.FirebaseException {
1313
ctor public FirebaseInstallationsException(@NonNull com.google.firebase.installations.FirebaseInstallationsException.Status);
1414
ctor public FirebaseInstallationsException(@NonNull String, @NonNull com.google.firebase.installations.FirebaseInstallationsException.Status);
1515
ctor public FirebaseInstallationsException(@NonNull String, @NonNull com.google.firebase.installations.FirebaseInstallationsException.Status, @NonNull Throwable);
@@ -35,7 +35,7 @@ package com.google.firebase.installations.local {
3535
}
3636

3737
public class PersistedInstallation {
38-
ctor public PersistedInstallation(@NonNull FirebaseApp);
38+
ctor public PersistedInstallation(@NonNull com.google.firebase.FirebaseApp);
3939
method public void clearForTesting();
4040
method @NonNull public com.google.firebase.installations.local.PersistedInstallationEntry insertOrUpdatePersistedInstallationEntry(@NonNull com.google.firebase.installations.local.PersistedInstallationEntry);
4141
method @NonNull public com.google.firebase.installations.local.PersistedInstallationEntry readPersistedInstallationEntryValue();
@@ -91,10 +91,10 @@ package com.google.firebase.installations.local {
9191
package com.google.firebase.installations.remote {
9292

9393
public class FirebaseInstallationServiceClient {
94-
ctor public FirebaseInstallationServiceClient(@NonNull Context, @Nullable UserAgentPublisher, @Nullable HeartBeatInfo);
95-
method @NonNull public com.google.firebase.installations.remote.InstallationResponse createFirebaseInstallation(@NonNull String, @NonNull String, @NonNull String, @NonNull String);
96-
method @NonNull public void deleteFirebaseInstallation(@NonNull String, @NonNull String, @NonNull String, @NonNull String);
97-
method @NonNull public com.google.firebase.installations.remote.TokenResult generateAuthToken(@NonNull String, @NonNull String, @NonNull String, @NonNull String);
94+
ctor public FirebaseInstallationServiceClient(@NonNull android.content.Context, @Nullable com.google.firebase.platforminfo.UserAgentPublisher, @Nullable com.google.firebase.heartbeatinfo.HeartBeatInfo);
95+
method @NonNull public com.google.firebase.installations.remote.InstallationResponse createFirebaseInstallation(@NonNull String, @NonNull String, @NonNull String, @NonNull String) throws java.io.IOException;
96+
method @NonNull public void deleteFirebaseInstallation(@NonNull String, @NonNull String, @NonNull String, @NonNull String) throws com.google.firebase.FirebaseException, java.io.IOException;
97+
method @NonNull public com.google.firebase.installations.remote.TokenResult generateAuthToken(@NonNull String, @NonNull String, @NonNull String, @NonNull String) throws java.io.IOException;
9898
}
9999

100100
public abstract class InstallationResponse {

0 commit comments

Comments
 (0)