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 protected static voidclearContext()It clears Context reference and thereby SDK will skip any fetch demand calls.static android.content.ContextgetContext()protected static voidsetContext(android.content.Context context)
-
-
-
Method Detail
-
getContext
public static android.content.Context getContext()
-
setContext
protected static void setContext(android.content.Context context)
-
clearContext
protected static void clearContext()
It clears Context reference and thereby SDK will skip any fetch demand calls. Must be called only if initialization is failed.
-
-