GoogleInteractiveMediaAds Framework Reference

IMAAdLoadingErrorData

@interfaceIMAAdLoadingErrorData:NSObject

Ad error data that is returned when the ads loader fails to load the ad.

  • The ad error that occurred while loading the ad.

    Declaration

    Swift

    varadError:IMAAdError{get}

    Objective-C

    @property(nonatomic,readonly)IMAAdError*_NonnulladError;
  • The user context specified in the ads request.

    Declaration

    Swift

    varuserContext:Any?{get}

    Objective-C

    @property(nonatomic,readonly,nullable)iduserContext;
close