OOIFrameResource

Objective-C

@interface OOIFrameResource : OOResource

Swift

class OOIFrameResource : OOResource

A resource used by OOPulseCompanionAd to be displayed within an IFrame.

  • The URL of the resource that should be loaded within the IFrame.

    Declaration

    Objective-C

    - (NSURL *)URL;

    Swift

    func url() -> URL!