TikTok.apk(点击下载) / WebViewPreloadEntry.java


package com.ss.android.ugc.aweme.crossplatform.abtest;

import android.text.TextUtils;
import com.bytedance.covode.number.Covode;
import com.google.gson.a.c;

public class WebViewPreloadEntry {
    @c(LIZ = "delay")
    public long delay = 3000;
    @c(LIZ = "preType")
    public String preType = "render";
    @c(LIZ = "type")
    public String type = "BootFinished";
    @c(LIZ = "url")
    public String url = "https://s16-ies.tiktok.com/ies-cdn-alisg/tiktok_activities/covid19/pages/coronavirus/index.html?hide_nav_bar=1&enter_from=topic_entrance";
    @c(LIZ = "usePool")
    public boolean usePool = true;

    static {
        Covode.recordClassIndex(55457);
    }

    public long getDelay() {
        return this.delay;
    }

    public String getUrl() {
        return this.url;
    }

    public boolean isBackground() {
        return TextUtils.equals("Background", this.type);
    }

    public boolean isNeedRender() {
        return TextUtils.equals("render", this.preType);
    }

    public boolean isUsePool() {
        return this.usePool;
    }
}