public static class Repository.Companion implements Repository
@Nullable public java.lang.Boolean getCanCollectPrivacyInfo()
public void setCanCollectPrivacyInfo(@Nullable
java.lang.Boolean p)
@Nullable public java.lang.String getCarrier()
public void setCarrier(@Nullable
java.lang.String p)
@NotNull public android.content.Context getContext()
public void setContext(@NotNull
android.content.Context p)
public boolean getDebug()
public void setDebug(boolean p)
@Nullable public DeviceInfo getDeviceInfo()
public void setDeviceInfo(@Nullable
DeviceInfo p)
@Nullable public java.lang.String getGender()
public void setGender(@Nullable
java.lang.String p)
@Nullable public GeoInfo getGeoInfo()
public void setGeoInfo(@Nullable
GeoInfo p)
@Nullable public NetworkType getNetworkType()
public void setNetworkType(@Nullable
NetworkType p)
@NotNull public java.lang.String getPlacementId()
public void setPlacementId(@NotNull
java.lang.String p)
@Nullable public com.coilads.common.regulation.Regulations getRegulations()
public void setRegulations(@Nullable
com.coilads.common.regulation.Regulations p)
@Nullable public Session getSession()
public void setSession(@Nullable
Session p)
public boolean getTest()
public void setTest(boolean p)
@Nullable public java.lang.String getUserAgent()
public void setUserAgent(@Nullable
java.lang.String p)
@Nullable public java.lang.Integer getYearOfBirth()
public void setYearOfBirth(@Nullable
java.lang.Integer p)
public <R> void async(@NotNull
kotlin.jvm.functions.Function2<? super com.coilads.base.repository.Repository,? super kotlin.coroutines.Continuation<? super R>,? extends java.lang.Object> block,
@Nullable
kotlin.jvm.functions.Function1<? super R,kotlin.Unit> callback)
@Nullable
public <R> java.lang.Object get(@NotNull
kotlin.jvm.functions.Function2<? super com.coilads.base.repository.Repository,? super kotlin.coroutines.Continuation<? super R>,? extends java.lang.Object> block,
@NotNull
kotlin.coroutines.Continuation<? super R> p)
public void init(@NotNull
android.content.Context context)