tmap/smali_classes3/com/google/firebase/database/connection/WebsocketConnection$Delegate.smali
2022-06-10 21:38:30 +09:00

32 lines
812 B
Smali

.class public interface abstract Lcom/google/firebase/database/connection/WebsocketConnection$Delegate;
.super Ljava/lang/Object;
.source "WebsocketConnection.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/database/connection/WebsocketConnection;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Delegate"
.end annotation
# virtual methods
.method public abstract onDisconnect(Z)V
.end method
.method public abstract onMessage(Ljava/util/Map;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;)V"
}
.end annotation
.end method