OOAdSurvey

Objective-C

@interface OOAdSurvey : NSObject

Swift

class OOAdSurvey : NSObject

The AdSurvey is used to provide a URL to any resource file having to do with collecting survey data.

  • The URL to any resource relating to an integrated survey.

    Declaration

    Objective-C

    - (NSURL *)survey;

    Swift

    func survey() -> URL!
  • The MIME type of the resource being served.

    Declaration

    Objective-C

    - (NSString *)mimeType;

    Swift

    func mimeType() -> String!