Package org.prebid.mobile.rendering.sdk
Class PrebidContextHolder
- java.lang.Object
-
- org.prebid.mobile.rendering.sdk.PrebidContextHolder
-
public class PrebidContextHolder extends java.lang.ObjectGlobal Context holder for Prebid SDK.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearContext()It clears Context reference and thereby SDK will skip any fetch demand calls.static android.content.ContextgetContext()static voidsetContext(android.content.Context context)
-
-
-
Method Detail
-
getContext
public static android.content.Context getContext()
-
setContext
public static void setContext(android.content.Context context)
-
clearContext
public static void clearContext()
It clears Context reference and thereby SDK will skip any fetch demand calls. Must be called only if initialization is failed.
-
-