RefreshMsg.smali

.class public Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;
.super Ljava/lang/Object;
.source "RefreshMsg.java"


# instance fields
.field private showLoadingPage:Z


# direct methods
.method public constructor <init>()V
    .registers 2

    .line 1
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    const/4 v0, 0x0

    .line 2
    iput-boolean v0, p0, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;->showLoadingPage:Z

    return-void
.end method

.method public static create()Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;
    .registers 1

    .line 1
    new-instance v0, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;

    invoke-direct {v0}, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;-><init>()V

    return-object v0
.end method

.method public static createShowLoading()Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;
    .registers 2

    .line 1
    new-instance v0, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;

    invoke-direct {v0}, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;-><init>()V

    const/4 v1, 0x1

    .line 2
    iput-boolean v1, v0, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;->showLoadingPage:Z

    return-object v0
.end method


# virtual methods
.method public isShowLoadingPage()Z
    .registers 2

    .line 1
    iget-boolean v0, p0, Lcom/sandboxol/common/widget/rv/msg/RefreshMsg;->showLoadingPage:Z

    return v0
.end method