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


package com.bytedance.android.livesdk.livesetting.recharge;

import com.bytedance.android.live.annotation.Group;
import com.bytedance.android.live.annotation.SettingsKey;
import com.bytedance.android.live_settings.SettingsManager;
import com.bytedance.covode.number.Covode;

@SettingsKey("live_custom_recharge_card_url")
public final class LiveWebRechargeUrl {
    @Group(isDefault = true, value = "default group")
    public static final String DEFAULT = "sslocal://webcast_webview?url=https%3A%2F%2Fwww.tiktok.com%2Frecharge&show_title_bar=true&type=popup&gravity=bottom&title=TikTok.com&show_title_close=true&show_title_share=true&inapp=true&large=true";
    public static final LiveWebRechargeUrl INSTANCE = new LiveWebRechargeUrl();

    static {
        Covode.recordClassIndex(13821);
    }

    public final String getValue() {
        return SettingsManager.INSTANCE.getStringValue(LiveWebRechargeUrl.class);
    }
}