apkfuckery/com.discord/smali/com/discord/widgets/chat/MessageManager$ContentValid...

41 lines
1.1 KiB
Smali
Raw Normal View History

2020-07-08 16:44:49 +00:00
.class public abstract Lcom/discord/widgets/chat/MessageManager$ContentValidationResult;
2020-05-17 12:40:10 +00:00
.super Ljava/lang/Object;
2020-07-08 16:44:49 +00:00
.source "MessageManager.kt"
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2020-07-08 16:44:49 +00:00
value = Lcom/discord/widgets/chat/MessageManager;
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
2020-07-08 16:44:49 +00:00
name = "ContentValidationResult"
2020-05-17 12:40:10 +00:00
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
2020-07-08 16:44:49 +00:00
Lcom/discord/widgets/chat/MessageManager$ContentValidationResult$EmptyContent;,
Lcom/discord/widgets/chat/MessageManager$ContentValidationResult$MessageTooLong;,
Lcom/discord/widgets/chat/MessageManager$ContentValidationResult$Success;
2020-05-17 12:40:10 +00:00
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
.locals 0
2020-07-08 16:44:49 +00:00
invoke-direct {p0}, Lcom/discord/widgets/chat/MessageManager$ContentValidationResult;-><init>()V
2020-05-17 12:40:10 +00:00
return-void
.end method