EventType.smali
.class public interface abstract annotation Lcom/taboola/android/global_components/eventsmanager/EventType;
.super Ljava/lang/Object;
.source "EventType.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final DEFAULT:Ljava/lang/String; = "mobile"
.field public static final GENERIC:Ljava/lang/String; = "Generic"
.field public static final NEWSROOM:Ljava/lang/String; = "newsroom"
.field public static final READ_MORE_CLICK:Ljava/lang/String; = "ReadMoreClick"
.field public static final SUMMARY_RENDER:Ljava/lang/String; = "SummaryRender"