Class AccessHelper
java.lang.Object
com.appbrain.AccessHelper
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshowWithSkipChance(InterstitialBuilder builder, Context context, double skipChance)
-
Constructor Details
-
AccessHelper
public AccessHelper()
-
-
Method Details
-
showWithSkipChance
public static boolean showWithSkipChance(InterstitialBuilder builder, Context context, double skipChance)
-