// Signature format: 4.0
package androidx.remotecallback {

  @Deprecated public class AppWidgetProviderWithCallbacks<T extends androidx.remotecallback.CallbackReceiver> extends android.appwidget.AppWidgetProvider implements androidx.remotecallback.CallbackReceiver<T!> {
    ctor @Deprecated public AppWidgetProviderWithCallbacks();
    method @Deprecated public T createRemoteCallback(android.content.Context);
  }

  @Deprecated public abstract class BroadcastReceiverWithCallbacks<T extends androidx.remotecallback.CallbackReceiver> extends android.content.BroadcastReceiver implements androidx.remotecallback.CallbackReceiver<T!> {
    ctor @Deprecated public BroadcastReceiverWithCallbacks();
    method @Deprecated public T createRemoteCallback(android.content.Context);
    method @Deprecated public void onReceive(android.content.Context!, android.content.Intent!);
    field @Deprecated public static final String ACTION_BROADCAST_CALLBACK = "androidx.remotecallback.action.BROADCAST_CALLBACK";
  }

  @Deprecated public class CallbackHandlerRegistry {
    ctor @Deprecated public CallbackHandlerRegistry();
    method @Deprecated public <T extends androidx.remotecallback.CallbackReceiver> void invokeCallback(android.content.Context, T!, android.content.Intent);
    method @Deprecated public <T extends androidx.remotecallback.CallbackReceiver> void invokeCallback(android.content.Context, T!, android.os.Bundle);
    method @Deprecated public static <T extends androidx.remotecallback.CallbackReceiver> void registerCallbackHandler(Class<T!>, String, androidx.remotecallback.CallbackHandlerRegistry.CallbackHandler<T!>?);
    method @Deprecated public static androidx.remotecallback.RemoteCallback? stubToRemoteCallback(androidx.remotecallback.CallbackReceiver, Class<? extends androidx.remotecallback.CallbackReceiver!>, android.os.Bundle, String?);
  }

  @Deprecated public static interface CallbackHandlerRegistry.CallbackHandler<T extends androidx.remotecallback.CallbackReceiver> {
    method @Deprecated public void executeCallback(android.content.Context, T!, android.os.Bundle);
  }

  @Deprecated public interface CallbackReceiver<T> {
    method @Deprecated public T createRemoteCallback(android.content.Context);
  }

  @Deprecated public abstract class ContentProviderWithCallbacks<T extends androidx.remotecallback.ContentProviderWithCallbacks> extends android.content.ContentProvider implements androidx.remotecallback.CallbackReceiver<T!> {
    ctor @Deprecated public ContentProviderWithCallbacks();
    method @Deprecated public T createRemoteCallback(android.content.Context);
  }

  @Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target(java.lang.annotation.ElementType.PARAMETER) public @interface ExternalInput {
    method @Deprecated public abstract String value();
  }

  @Deprecated @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.SOURCE) @java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD) public @interface RemoteCallable {
  }

  @Deprecated public class RemoteCallback {
    method @Deprecated public static <T extends androidx.remotecallback.CallbackReceiver> T! create(Class<T!>!, android.content.Context!);
    method @Deprecated public android.os.Bundle! getArgumentBundle();
    method @Deprecated public String! getMethodName();
    method @Deprecated public String getReceiverClass();
    method @Deprecated public int getType();
    method @Deprecated public android.app.PendingIntent! toPendingIntent();
    field @Deprecated public static final androidx.remotecallback.RemoteCallback! LOCAL;
    field @Deprecated public static final int TYPE_PROVIDER = 1; // 0x1
    field @Deprecated public static final int TYPE_RECEIVER = 0; // 0x0
  }

}

