Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageobjective-c
// Import required:
#import <MobileFuseSDK/MobileFuseSettings.h>

// Ensure that all interstitial ads can be skipped after 5 seconds:
[MobileFuseSettings setMaxInterstitialCloseButtonDelayInSeconds: 5@5.0];

Android:

Code Block
languagejava
// Ensure that all interstitial ads can be skipped after 5 seconds:
MobileFuseSettings.setMaxInterstitialCloseButtonDelayInSeconds( 5.0f );

...