[go: nahoru, domu]

blob: 7aa1c383cbf4c2448592ca876c501d21ff1c7103 [file] [log] [blame]
Nick Anthony2ee5d822019-04-26 15:37:53 -04001// Signature format: 3.0
2package androidx.lifecycle {
3
4 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public interface GeneratedAdapter {
5 method public void callMethods(androidx.lifecycle.LifecycleOwner!, androidx.lifecycle.Lifecycle.Event!, boolean, androidx.lifecycle.MethodCallsLogger!);
6 }
7
8 @Deprecated @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public interface GenericLifecycleObserver extends androidx.lifecycle.LifecycleEventObserver {
9 }
10
11 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class Lifecycling {
12 method public static String! getAdapterName(String!);
13 }
14
15 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class MethodCallsLogger {
16 ctor public MethodCallsLogger();
17 method @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public boolean approveCall(String!, int);
18 }
19
20}
21