64 lines
1.6 KiB
Smali
64 lines
1.6 KiB
Smali
.class public abstract Lcom/amplifyframework/datastore/DataStorePlugin;
|
|
.super Ljava/lang/Object;
|
|
.source "DataStorePlugin.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/amplifyframework/datastore/DataStoreCategoryBehavior;
|
|
.implements Lcom/amplifyframework/core/plugin/Plugin;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<E:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;",
|
|
"Lcom/amplifyframework/datastore/DataStoreCategoryBehavior;",
|
|
"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;->DATASTORE: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
|