OOHTMLResource

Objective-C

@interface OOHTMLResource : OOResource

Swift

class OOHTMLResource : OOResource

A resource containing HTML code, used by OOPulseCompanionAd.

  • The HTML code to render when the companion is displayed.

    Declaration

    Objective-C

    - (NSString *)HTML;

    Swift

    func html() -> String!