Class PrebidContextHolder

java.lang.Object
org.prebid.mobile.rendering.sdk.PrebidContextHolder

public class PrebidContextHolder extends Object
Global Context holder for Prebid SDK.
  • Method Details

    • 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.