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 17ab9ec commit cdaa292Copy full SHA for cdaa292
firebase-perf/src/main/java/com/google/firebase/perf/application/AppStateMonitor.java
@@ -423,7 +423,6 @@ private boolean hasFrameMetricsAggregatorClass() {
423
}
424
425
/** An interface to be implemented by subscribers which needs to receive app state update. */
426
- /** An interface to be implemented by clients which needs to receive app state update. */
427
public static interface AppStateCallback {
428
public void onUpdateAppState(ApplicationProcessState newState);
429
0 commit comments