apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/viewmodel/FlexInputViewModel.smali

81 lines
2 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public interface abstract Lcom/lytefast/flexinput/viewmodel/FlexInputViewModel;
.super Ljava/lang/Object;
.source "FlexInputViewModel.kt"
# virtual methods
2020-07-08 16:44:49 +00:00
.method public abstract hideExpressionTray()Z
.end method
2020-05-17 12:40:10 +00:00
.method public abstract observeEvents()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
2020-07-23 01:06:17 +00:00
"Lf/b/a/f/a;",
2020-05-17 12:40:10 +00:00
">;"
}
.end annotation
.end method
.method public abstract observeState()Lrx/Observable;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lrx/Observable<",
"Lcom/lytefast/flexinput/viewmodel/FlexInputState;",
">;"
}
.end annotation
.end method
.method public abstract onAttachmentsUpdated(Ljava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"+",
"Lcom/lytefast/flexinput/model/Attachment<",
"+",
"Ljava/lang/Object;",
">;>;)V"
}
.end annotation
.end method
.method public abstract onCameraButtonClicked()V
.end method
.method public abstract onContentDialogDismissed()V
.end method
.method public abstract onContentDialogPageChanged(I)V
.end method
2020-07-08 16:44:49 +00:00
.method public abstract onExpandButtonClicked()V
2020-05-17 12:40:10 +00:00
.end method
2020-07-08 16:44:49 +00:00
.method public abstract onExpressionTrayButtonClicked()V
2020-05-17 12:40:10 +00:00
.end method
.method public abstract onFlexInputFragmentPause()V
.end method
.method public abstract onGalleryButtonClicked()V
.end method
.method public abstract onInputTextAppended(Ljava/lang/String;)V
.end method
.method public abstract onInputTextChanged(Ljava/lang/String;Ljava/lang/Boolean;)V
.end method
2020-07-14 22:43:59 +00:00
.method public abstract onInputTextClicked()Z
2020-05-17 12:40:10 +00:00
.end method
.method public abstract onSendButtonClicked(Lcom/lytefast/flexinput/InputListener;)V
.end method
.method public abstract onToolTipButtonLongPressed(Landroid/view/View;)Z
.end method