Class AccessHelper

java.lang.Object
com.appbrain.AccessHelper

public class AccessHelper extends Object
Class to help access package private methods in some of the public classes in this package. Because e.g. InterstitialBuilder is public and has publicly exposed methods this helper can make methods public that we only want to use internally. (This class gets proguarded, the public methods in InterstitialBuilder don't).
  • Constructor Details

    • AccessHelper

      public AccessHelper()
  • Method Details

    • showWithSkipChance

      public static boolean showWithSkipChance(InterstitialBuilder builder, Context context, double skipChance)