64 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
.class public abstract Lcom/amplifyframework/auth/AuthPlugin;
 | 
						|
.super Ljava/lang/Object;
 | 
						|
.source "AuthPlugin.java"
 | 
						|
 | 
						|
# interfaces
 | 
						|
.implements Lcom/amplifyframework/auth/AuthCategoryBehavior;
 | 
						|
.implements Lcom/amplifyframework/core/plugin/Plugin;
 | 
						|
 | 
						|
 | 
						|
# annotations
 | 
						|
.annotation system Ldalvik/annotation/Signature;
 | 
						|
    value = {
 | 
						|
        "<E:",
 | 
						|
        "Ljava/lang/Object;",
 | 
						|
        ">",
 | 
						|
        "Ljava/lang/Object;",
 | 
						|
        "Lcom/amplifyframework/auth/AuthCategoryBehavior;",
 | 
						|
        "Lcom/amplifyframework/core/plugin/Plugin<",
 | 
						|
        "TE;>;"
 | 
						|
    }
 | 
						|
.end annotation
 | 
						|
 | 
						|
 | 
						|
# direct methods
 | 
						|
.method public constructor <init>()V
 | 
						|
    .locals 0
 | 
						|
 | 
						|
    .line 1
 | 
						|
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 | 
						|
 | 
						|
 | 
						|
# virtual methods
 | 
						|
.method public final getCategoryType()Lcom/amplifyframework/core/category/CategoryType;
 | 
						|
    .locals 1
 | 
						|
    .annotation build Landroidx/annotation/NonNull;
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .line 1
 | 
						|
    sget-object v0, Lcom/amplifyframework/core/category/CategoryType;->AUTH:Lcom/amplifyframework/core/category/CategoryType;
 | 
						|
 | 
						|
    return-object v0
 | 
						|
.end method
 | 
						|
 | 
						|
.method public initialize(Landroid/content/Context;)V
 | 
						|
    .locals 0
 | 
						|
    .param p1    # Landroid/content/Context;
 | 
						|
        .annotation build Landroidx/annotation/NonNull;
 | 
						|
        .end annotation
 | 
						|
    .end param
 | 
						|
    .annotation build Landroidx/annotation/WorkerThread;
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    .annotation system Ldalvik/annotation/Throws;
 | 
						|
        value = {
 | 
						|
            Lcom/amplifyframework/AmplifyException;
 | 
						|
        }
 | 
						|
    .end annotation
 | 
						|
 | 
						|
    return-void
 | 
						|
.end method
 |