Versions Compared

Key

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

...

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

// Set the behavior to CTA Only:
[MobileFuseSettings setVideoClickthroughBehavior: VIDEO_CLICKTHROUGH_BEHAVIOR_CTA_ONLY];

// Set the behavior to CTA + Video (default):
[MobileFuseSettings setVideoClickthroughBehavior: VIDEO_CLICKTHROUGH_BEHAVIOR_CTA_AND_VIDEO];

...

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

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

...