mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54:26 +02:00
84 lines
3.9 KiB
Plaintext
84 lines
3.9 KiB
Plaintext
public abstract interface class app/revanced/manager/plugin/downloader/ActivityLaunchPermit {
|
|
public abstract fun launch (Landroid/content/Intent;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
}
|
|
|
|
public class app/revanced/manager/plugin/downloader/App : android/os/Parcelable {
|
|
public static final field CREATOR Landroid/os/Parcelable$Creator;
|
|
public fun <init> (Ljava/lang/String;Ljava/lang/String;)V
|
|
public fun describeContents ()I
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getPackageName ()Ljava/lang/String;
|
|
public fun getVersion ()Ljava/lang/String;
|
|
public fun hashCode ()I
|
|
public fun writeToParcel (Landroid/os/Parcel;I)V
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/App$Creator : android/os/Parcelable$Creator {
|
|
public fun <init> ()V
|
|
public final fun createFromParcel (Landroid/os/Parcel;)Lapp/revanced/manager/plugin/downloader/App;
|
|
public synthetic fun createFromParcel (Landroid/os/Parcel;)Ljava/lang/Object;
|
|
public final fun newArray (I)[Lapp/revanced/manager/plugin/downloader/App;
|
|
public synthetic fun newArray (I)[Ljava/lang/Object;
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/ConstantsKt {
|
|
public static final field PLUGIN_HOST_PERMISSION Ljava/lang/String;
|
|
}
|
|
|
|
public abstract interface class app/revanced/manager/plugin/downloader/DownloadScope {
|
|
public abstract fun getTargetFile ()Ljava/io/File;
|
|
public abstract fun reportProgress (JLjava/lang/Long;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/Downloader {
|
|
public final fun getDownload ()Lkotlin/jvm/functions/Function3;
|
|
public final fun getGet ()Lkotlin/jvm/functions/Function4;
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/DownloaderBuilder {
|
|
public fun <init> ()V
|
|
public final fun build ()Lapp/revanced/manager/plugin/downloader/Downloader;
|
|
public final fun download (Lkotlin/jvm/functions/Function3;)V
|
|
public final fun get (Lkotlin/jvm/functions/Function4;)V
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/DownloaderContext {
|
|
public fun <init> (Landroid/content/Context;Ljava/lang/String;)V
|
|
public final fun getAndroidContext ()Landroid/content/Context;
|
|
public final fun getPluginHostPackageName ()Ljava/lang/String;
|
|
}
|
|
|
|
public abstract interface annotation class app/revanced/manager/plugin/downloader/DownloaderDsl : java/lang/annotation/Annotation {
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/DownloaderKt {
|
|
public static final fun downloader (Lkotlin/jvm/functions/Function1;)Lapp/revanced/manager/plugin/downloader/Downloader;
|
|
}
|
|
|
|
public abstract interface class app/revanced/manager/plugin/downloader/GetScope {
|
|
public abstract fun requestUserInteraction (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
|
|
}
|
|
|
|
public abstract class app/revanced/manager/plugin/downloader/UserInteractionException : java/lang/Exception {
|
|
public synthetic fun <init> (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
}
|
|
|
|
public abstract class app/revanced/manager/plugin/downloader/UserInteractionException$Activity : app/revanced/manager/plugin/downloader/UserInteractionException {
|
|
public synthetic fun <init> (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/UserInteractionException$Activity$Cancelled : app/revanced/manager/plugin/downloader/UserInteractionException$Activity {
|
|
public fun <init> ()V
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/UserInteractionException$Activity$NotCompleted : app/revanced/manager/plugin/downloader/UserInteractionException$Activity {
|
|
public fun <init> (ILandroid/content/Intent;)V
|
|
public final fun getIntent ()Landroid/content/Intent;
|
|
public final fun getResultCode ()I
|
|
}
|
|
|
|
public final class app/revanced/manager/plugin/downloader/UserInteractionException$RequestDenied : app/revanced/manager/plugin/downloader/UserInteractionException {
|
|
public fun <init> ()V
|
|
}
|
|
|