Files
rr3-apk/smali_classes3/com/helpshift/chat/HSWebchatToUiCallback.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

42 lines
1009 B
Smali

.class public interface abstract Lcom/helpshift/chat/HSWebchatToUiCallback;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract addWebviewToCurrentUI(Landroid/webkit/WebView;)V
.end method
.method public abstract onUiConfigChange(Ljava/lang/String;)V
.end method
.method public abstract onUserAuthenticationFailure()V
.end method
.method public abstract onWebchatClosed()V
.end method
.method public abstract onWebchatError()V
.end method
.method public abstract onWebchatLoaded()V
.end method
.method public abstract openFileChooser(Landroid/content/Intent;I)V
.end method
.method public abstract requestConversationMetadata(Ljava/lang/String;)V
.end method
.method public abstract sendIntentToSystemApp(Landroid/content/Intent;)V
.end method
.method public abstract setAttachmentFilePathCallback(Landroid/webkit/ValueCallback;)V
.end method
.method public abstract setHelpcenterData()V
.end method
.method public abstract webchatJsFileLoaded()V
.end method