39 lines
1.0 KiB
Smali
39 lines
1.0 KiB
Smali
.class public interface abstract Lcom/google/android/datatransport/Transport;
|
|
.super Ljava/lang/Object;
|
|
.source "Transport.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract schedule(Lcom/google/android/datatransport/Event;Lcom/google/android/datatransport/TransportScheduleCallback;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/google/android/datatransport/Event<",
|
|
"TT;>;",
|
|
"Lcom/google/android/datatransport/TransportScheduleCallback;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract send(Lcom/google/android/datatransport/Event;)V
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/google/android/datatransport/Event<",
|
|
"TT;>;)V"
|
|
}
|
|
.end annotation
|
|
.end method
|