-
Notifications
You must be signed in to change notification settings - Fork 685
Expand file tree
/
Copy pathapi.txt
More file actions
20 lines (16 loc) · 1.2 KB
/
api.txt
File metadata and controls
20 lines (16 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Signature format: 3.0
package com.google.firebase.installations {
public class FirebaseInstallations implements com.google.firebase.installations.FirebaseInstallationsApi {
method public void clearFidCache();
method public com.google.android.gms.tasks.Task<java.lang.Void!> delete();
method public com.google.android.gms.tasks.Task<java.lang.String!> getId();
method public static com.google.firebase.installations.FirebaseInstallations getInstance();
method public static com.google.firebase.installations.FirebaseInstallations getInstance(com.google.firebase.FirebaseApp);
method public com.google.android.gms.tasks.Task<com.google.firebase.installations.InstallationTokenResult!> getToken(boolean);
method public com.google.firebase.installations.internal.FidListenerHandle registerFidListener(com.google.firebase.installations.internal.FidListener);
}
public final class InstallationsKt {
method public static com.google.firebase.installations.FirebaseInstallations getInstallations(com.google.firebase.Firebase);
method public static com.google.firebase.installations.FirebaseInstallations installations(com.google.firebase.Firebase, com.google.firebase.FirebaseApp app);
}
}