apkfuckery/com.discord/smali_classes2/org/webrtc/SdpObserver.smali

26 lines
695 B
Smali

.class public interface abstract Lorg/webrtc/SdpObserver;
.super Ljava/lang/Object;
.source "SdpObserver.java"
# virtual methods
.method public abstract onCreateFailure(Ljava/lang/String;)V
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract onCreateSuccess(Lorg/webrtc/SessionDescription;)V
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract onSetFailure(Ljava/lang/String;)V
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
.method public abstract onSetSuccess()V
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method