正在查看: Housing v14.7.8 应用的 ge.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Housing v14.7.8 应用的 ge.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package f7;
import android.net.Uri;
import com.contentsquare.proto.replayproperties.v1.ReplayPropertiesV1$ReplayProperties;
import org.jetbrains.annotations.NotNull;
public final class ge {
@NotNull
public final com.contentsquare.android.core.utils.s a;
@NotNull
public final t1 b;
public ge(@NotNull com.contentsquare.android.core.utils.s sVar, @NotNull t1 t1Var) {
kotlin.jvm.internal.r.k(sVar, "systemInstantiable");
kotlin.jvm.internal.r.k(t1Var, "sessionReplayProperties");
this.a = sVar;
this.b = t1Var;
}
public final synchronized String a() {
String uri;
t1 t1Var = this.b;
this.a.getClass();
ReplayPropertiesV1$ReplayProperties a = t1Var.a(System.currentTimeMillis());
Uri.Builder buildUpon = Uri.parse("https://app.contentsquare.com/quick-playback/index.html").buildUpon();
buildUpon.appendQueryParameter("uu", a.j());
buildUpon.appendQueryParameter("recordingType", "cs");
buildUpon.appendQueryParameter("pid", String.valueOf(a.h()));
buildUpon.appendQueryParameter("sn", String.valueOf(a.i()));
uri = buildUpon.build().toString();
kotlin.jvm.internal.r.j(uri, "sessionReplayProperties.….build().toString()\n }");
return uri;
}
}