diff --git a/ios/Classes/TiAdmobModule.m b/ios/Classes/TiAdmobModule.m index ce343112..7faf2d01 100644 --- a/ios/Classes/TiAdmobModule.m +++ b/ios/Classes/TiAdmobModule.m @@ -322,11 +322,11 @@ - (void)setInMobi_updateGDPRConsent:(id)updateGDPRConsent if ([TiUtils boolValue:updateGDPRConsent]) { // this method is required by InMobi to set GDPR [consentObject setObject:@"1" forKey:@"gdpr"]; - [consentObject setObject:@"true" forKey:IM_GDPR_CONSENT_AVAILABLE]; + [consentObject setObject:@"true" forKey:IMCommonConstants.IM_GDPR_CONSENT_AVAILABLE]; NSLog(@"[DEBUG] Ti.AdMob: inMobi_updateGDPRConsent --> true"); } else { [consentObject setObject:@"0" forKey:@"gdpr"]; - [consentObject setObject:@"true" forKey:IM_GDPR_CONSENT_AVAILABLE]; + [consentObject setObject:@"true" forKey:IMCommonConstants.IM_GDPR_CONSENT_AVAILABLE]; NSLog(@"[DEBUG] Ti.AdMob: inMobi_updateGDPRConsent --> false"); } diff --git a/ios/documentation/changelog.md b/ios/documentation/changelog.md index 16e9feed..a3113f4f 100644 --- a/ios/documentation/changelog.md +++ b/ios/documentation/changelog.md @@ -1,5 +1,9 @@ # Change Log +### v6.1.0 +- Update InMobi SDK 10.5.4 (https://support.inmobi.com/monetize/sdk-documentation/download-sdk) +- Update InMobiAdapter 10.5.4.0 (https://developers.google.com/admob/ios/mediation/inmobi#version-10.5.4.0_1) + ### v6.0.0 - Migration to SDK v10 (https://developers.google.com/admob/ios/migration#migrate-to-sdk-v10) - Update Google Mobile Ads SDK 10.4.0 (https://github.com/CocoaPods/Specs/tree/master/Specs/5/9/a/Google-Mobile-Ads-SDK/10.4.0) diff --git a/ios/manifest b/ios/manifest index 05f30f81..b5f9b3d5 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 6.0.0 +version: 6.1.0 architectures: arm64 x86_64 mac: false description: AdMob module for ad delivery via AdMob diff --git a/ios/platform/InMobiAdapter.xcframework/Info.plist b/ios/platform/InMobiAdapter.xcframework/Info.plist index 0c400837..0a5fbfbc 100644 --- a/ios/platform/InMobiAdapter.xcframework/Info.plist +++ b/ios/platform/InMobiAdapter.xcframework/Info.plist @@ -6,31 +6,30 @@ LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath InMobiAdapter.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator LibraryIdentifier - ios-arm64_armv7 + ios-arm64_x86_64-simulator LibraryPath InMobiAdapter.framework SupportedArchitectures arm64 - armv7 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/GADInMobiExtras.h b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/GADInMobiExtras.h similarity index 88% rename from ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/GADInMobiExtras.h rename to ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/GADInMobiExtras.h index 988bb9cb..a2200dda 100644 --- a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/GADInMobiExtras.h +++ b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/GADInMobiExtras.h @@ -7,7 +7,7 @@ #import #import #import -#import +@import InMobiSDK; @interface GADInMobiExtras : NSObject @@ -76,17 +76,6 @@ Set InMobi SDK logLevel. */ - (void)setLocation:(nonnull CLLocation *)location; -#pragma mark Setting User IDs -/** - * User ids such as facebook, twitter, etc may be provided to deliver more - * relevant ids. - */ -@property(nonatomic, copy, nullable) NSString *loginId; -/** - * Useful for maintaining different sessions with same login id. - */ -@property(nonatomic, copy, nullable) NSString *sessionId; - @property(nonatomic, copy, nullable, readonly) NSString *city; @property(nonatomic, copy, nullable, readonly) NSString *state; @property(nonatomic, copy, nullable, readonly) NSString *country; diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/GADMInMobiConsent.h b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/GADMInMobiConsent.h similarity index 100% rename from ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/GADMInMobiConsent.h rename to ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/GADMInMobiConsent.h diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/InMobiAdapter.h b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/InMobiAdapter.h similarity index 100% rename from ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Headers/InMobiAdapter.h rename to ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Headers/InMobiAdapter.h diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter new file mode 100644 index 00000000..998d079a Binary files /dev/null and b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/InMobiAdapter differ diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Modules/module.modulemap b/ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Modules/module.modulemap similarity index 100% rename from ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/Modules/module.modulemap rename to ios/platform/InMobiAdapter.xcframework/ios-arm64/InMobiAdapter.framework/Modules/module.modulemap diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/InMobiAdapter b/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/InMobiAdapter deleted file mode 100644 index 81f98871..00000000 Binary files a/ios/platform/InMobiAdapter.xcframework/ios-arm64_armv7/InMobiAdapter.framework/InMobiAdapter and /dev/null differ diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Headers/GADInMobiExtras.h b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Headers/GADInMobiExtras.h index 988bb9cb..a2200dda 100644 --- a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Headers/GADInMobiExtras.h +++ b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/Headers/GADInMobiExtras.h @@ -7,7 +7,7 @@ #import #import #import -#import +@import InMobiSDK; @interface GADInMobiExtras : NSObject @@ -76,17 +76,6 @@ Set InMobi SDK logLevel. */ - (void)setLocation:(nonnull CLLocation *)location; -#pragma mark Setting User IDs -/** - * User ids such as facebook, twitter, etc may be provided to deliver more - * relevant ids. - */ -@property(nonatomic, copy, nullable) NSString *loginId; -/** - * Useful for maintaining different sessions with same login id. - */ -@property(nonatomic, copy, nullable) NSString *sessionId; - @property(nonatomic, copy, nullable, readonly) NSString *city; @property(nonatomic, copy, nullable, readonly) NSString *state; @property(nonatomic, copy, nullable, readonly) NSString *country; diff --git a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter index 88ec3da1..54f4e734 100644 Binary files a/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter and b/ios/platform/InMobiAdapter.xcframework/ios-arm64_x86_64-simulator/InMobiAdapter.framework/InMobiAdapter differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a deleted file mode 100644 index c424c335..00000000 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a and /dev/null differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMAdMetaInfo.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMAdMetaInfo.h deleted file mode 100644 index a0be31ad..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMAdMetaInfo.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// IMAdMetaInfo.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMAdMetaInfo : NSObject - -/** - * CreativeID of the ad. - */ -@property (nonatomic, strong, readonly) NSString* creativeID; -/** - * Bid info Dictionary of the ad. - */ -@property (nonatomic, strong, readonly) NSDictionary* bidInfo; -/** - * Bidvalue of the ad. - */ -- (double)getBid; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBanner.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBanner.h deleted file mode 100644 index 6a11f91f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBanner.h +++ /dev/null @@ -1,104 +0,0 @@ -// -// IMBanner.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate banner ads in your application - * - * Adding banner ads is demonstrated in the code fragment below - * Implement the following in the viewcontroller - - IMBanner *bannerView = [[IMBanner alloc] initWithFrame:CGRectMake(0, 50, 320, 50) placementId:11203280001]; - [self.view addSubview:self.bannerView]; - [self.bannerView load]; - - The code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the banner ad by implementing the IMBannerDelegate. - */ -#import -#import -#import -#import - -@interface IMBanner : UIView -/** - * The delegate for the banner to notify of events. - */ -@property (nonatomic, weak) id delegate; -/** - * The refresh interval for the banner specified in seconds. - */ -@property (nonatomic) NSInteger refreshInterval; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * The placement ID for this banner. - */ -@property (nonatomic) long long placementId; -/** - * The transition animation to be performed between refreshes. - */ -@property (nonatomic) UIViewAnimationTransition transitionAnimation; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - *The prelaod Manager for Preload flow. -*/ -@property (nonatomic, strong, readonly) IMBannerPreloadManager* preloadManager; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * Initializes an IMBanner instance with the specified placementId. - * @param frame CGRect for this view, according to the requested size. - * @param placementId the placement Id registered on the InMobi portal. - */ --(instancetype)initWithFrame:(CGRect)frame placementId:(long long)placementId; -/** - * Initializes an IMBanner instance with the specified placementId and delegate. - * @param frame CGRect for this view, according to the requested size. - * @param placementId the placement Id registered on the InMobi portal. - * @param delegate The delegate to receive callbacks - */ --(instancetype)initWithFrame:(CGRect)frame placementId:(long long)placementId delegate:(id)delegate; -/** - *Get a Signal packet from the InMobi SDK. Signals are used in the Open Auction scenarios and are an abstraction of InMobi'sAd Request. Signals are asynchronously passed via IMBannerDelegate Protocol method "banner:gotSignals:" - */ -- (void)getSignals; -/** - * Loads a banner with default values. - */ --(void)load; -/** - * Loads a Banner Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Banner Ad - */ --(void)load:(NSData*)response; -/** - * Specifies if the banner should auto refresh - * @param refresh if the banner should be refreshed - */ --(void)shouldAutoRefresh:(BOOL)refresh; --(void)setRefreshInterval:(NSInteger)interval; - -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; - -/** - * Releases memory and remove ad from screen. - */ -- (void)cancel; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerDelegate.h deleted file mode 100644 index c154255f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerDelegate.h +++ /dev/null @@ -1,91 +0,0 @@ -// -// IMBannerDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * A listener for receiving notifications during the lifecycle of a banner ad. - * - * Note All the events in this listener will be invoked on your application's UI thread. - - In most cases your application will need to listen for the following events on a banner ad - - The outcome of an ad request (if the request succeeded or failed); - see bannerDidFinishLoading:(IMBanner*)banner; and banner:(IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; - - The ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; - see bannerDidPresentScreen:(IMBanner*)banner - - The ad overlay opened was dismissed. The user is now free to interact with your application; - see bannerDidDismissScreen:(IMBanner*)banner; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromBanner:(IMBanner*)banner; - - If your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the banner:(IMBanner*)banner rewardActionCompletedWithRewards:(NSDictionary*)rewards event and handle it appropriately to unlock rewards for the user of your app. - */ -#import -#import -#import - -@class IMBanner; -@protocol IMBannerDelegate -@optional -/** - *Notifies the delegate that the banner got signals - */ --(void)banner:(IMBanner*)banner gotSignals:(NSData*)signals; -/** - *Notifies the delegate that the banner has failed to get Signals with some error - */ --(void)banner:(IMBanner *)banner failedToGetSignalsWithError:(IMRequestStatus*)status; -/** - * Notifies the delegate that the banner has finished loading - */ --(void)bannerDidFinishLoading:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has recieved the ad with the meta/transaction info. -*/ --(void)banner:(IMBanner*)banner didReceiveWithMetaInfo:(IMAdMetaInfo*)info; -/** - * Notifies the delegate that the banner has failed to preload with some error. - * It will only be recieved when preload is called. - */ --(void)banner:(IMBanner*)banner didFailToReceiveWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the banner has failed to load with some error. - */ --(void)banner:(IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the banner was interacted with. - */ --(void)banner:(IMBanner*)banner didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the user would be taken out of the application context. - */ --(void)userWillLeaveApplicationFromBanner:(IMBanner*)banner; -/** - * Notifies the delegate that the banner would be presenting a full screen content. - */ --(void)bannerWillPresentScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has finished presenting screen. - */ --(void)bannerDidPresentScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner will start dismissing the presented screen. - */ --(void)bannerWillDismissScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has dismissed the presented screen. - */ --(void)bannerDidDismissScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the user has completed the action to be incentivised with. - */ --(void)banner:(IMBanner*)banner rewardActionCompletedWithRewards:(NSDictionary*)rewards; -/** - * Notifies the delegate that the banner ad impression has been tracked - */ --(void)bannerAdImpressed:(IMBanner*)banner; -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerPreloadManager.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerPreloadManager.h deleted file mode 100644 index 2737739f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMBannerPreloadManager.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMBannerPreloadManager.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMBannerPreloadManager : NSObject - --(instancetype)init NS_UNAVAILABLE; -/** - * Preloads a Banner ad and returns the following callback. - * Meta Information will be recieved from the callback banner:didReceiveWithMetaInfo - * Failure of Preload will be recieved from the callback banner:didFailToReceiveWithError - */ --(void)preload; -/** - * Loads a Preloaded Banner ad. - */ --(void)load; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCommonConstants.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCommonConstants.h deleted file mode 100644 index e5d2024e..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCommonConstants.h +++ /dev/null @@ -1,53 +0,0 @@ -// -// IMCommonConstants.h -// iOS-SDK -// -// Copyright (c) 2015 InMobi. All rights reserved. -// - -#ifndef COMMONCONSTANTSINCLUEDE_H -#define COMMONCONSTANTSINCLUEDE_H - -#import - -static NSString * const IM_GDPR_CONSENT_AVAILABLE = @"gdpr_consent_available"; -static NSString * const IM_GDPR_CONSENT_IAB = @"gdpr_consent"; -static NSString * const IM_SUBJECT_TO_GDPR = @"gdpr"; -static NSString * const IM_PARTNER_GDPR_CONSENT_AVAILABLE = @"partner_gdpr_consent_available"; -static NSString * const IM_PARTNER_GDPR_APPLIES = @"partner_gdpr_applies"; - -typedef NS_ENUM(NSInteger, IMSDKLogLevel) { - kIMSDKLogLevelNone, - kIMSDKLogLevelError, - kIMSDKLogLevelDebug -}; - -/** - * User Gender - */ -typedef NS_ENUM (NSInteger, IMSDKGender) { - kIMSDKGenderMale = 1, - kIMSDKGenderFemale -}; - -/** - * User Education - */ -typedef NS_ENUM (NSInteger, IMSDKEducation) { - kIMSDKEducationHighSchoolOrLess = 1, - kIMSDKEducationCollegeOrGraduate, - kIMSDKEducationPostGraduateOrAbove -}; - -typedef NS_ENUM(NSInteger, IMSDKAgeGroup) { - kIMSDKAgeGroupBelow18 = 1, - kIMSDKAgeGroupBetween18And24, - kIMSDKAgeGroupBetween25And29, - kIMSDKAgeGroupBetween30And34, - kIMSDKAgeGroupBetween35And44, - kIMSDKAgeGroupBetween45And54, - kIMSDKAgeGroupBetween55And65, - kIMSDKAgeGroupAbove65 -}; - -#endif /* COMMONCONSTANTSINCLUEDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCoreConstants.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCoreConstants.h deleted file mode 100644 index 9df0425f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMCoreConstants.h +++ /dev/null @@ -1,165 +0,0 @@ -// -// IMCoreConstants.h -// InMobiSDK -// -// Copyright © 2018 InMobi. All rights reserved. -// - -#import - -#ifndef IMCoreConstants_h -#define IMCoreConstants_h - -#define kIMEmptyStr @"" -#define kIMMillisInSec 1000.0f - -#pragma mark - Block Typedef Constants - -typedef void (^ASCompletionBlock)(void); -typedef void (^ASSuccessBlock)(BOOL success); -typedef void (^ASErrorCompletionBlock)(NSError* err); -typedef void (^ASDataTaskCompletionBlock)(NSData* data, NSURLResponse* resp, NSError* err); -typedef void (^ASDataCompletionBlock)(NSData* data); - -#pragma mark - MediationEvents - -typedef NS_ENUM(NSInteger, IMMediationEvent) { - kIMMediationEventAttempt = 12, - kIMMediationEventImpression = 13, - kIMMediationEventFailure = 14, - kIMMediationEventAdReturned = 34, - kIMMediationEventConnectionError = 35, - kIMMediationEventFailShow = 36, - kIMMediationEventAdapterRefresh = 37 -}; - -typedef NS_ENUM(NSInteger, IMInterstitialAnimationType) { - kIMInterstitialAnimationTypeCoverVertical, - kIMInterstitialAnimationTypeFlipHorizontal, - kIMInterstitialAnimationTypeNone -}; - -typedef NS_ENUM(NSInteger, IMPrimaryIntegration) { - kIMPrimaryIntegrationUndefined = -1, - kIMPrimaryIntegrationAerServ = 0, - kIMPrimaryIntegrationInMobi = 1 -}; - -typedef NS_ENUM(NSInteger, IMCoreAdState) { - kIMCoreAdStateInit = 0, - kIMCoreAdStatePreloading, - kIMCoreAdStatePreloaded, - kIMCoreAdStateLoading, - kIMCoreAdStateLoaded, - kIMCoreAdStateShowCalled, - kIMCoreAdStateRendered, - kIMCoreAdStateActive, - kIMCoreAdStateDismissed, - kIMCoreAdStateFailed -}; - -typedef NS_ENUM(NSInteger, IMUnifiedTimeout) { - kIMUnifiedTimeoutPreinit = 0, - kIMUnifiedTimeoutMutt, - kIMUnifiedTimeoutMediationLoad, - kIMUnifiedTimeoutUnifiedAuction, - kIMUnifiedTimeoutRendering, - kIMUnifiedTimeoutShow, - kIMUnifiedTimeoutBitmap -}; - -// SDK Meta Info -extern NSString* const kASIMUnifiedMediationNetworkName; -extern NSString* const kASIMUnifiedSDKName; - -// Unified SDK Timeouts -extern NSTimeInterval const kASIMUnifiedStep0_Preinit_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep1a_Mutt_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep1b_MediationLoad_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep2u_UnifiedAuction_UTimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep3r_Render_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep4s_Show_TimeoutDefaultVal; - -// Unified Auction Endpoint -extern NSString* const kUnifiedAuctionEndPointUrl; - -// Unified Auction Keys -extern NSString* const kASIMUnifiedAuction_RequestID_Key; -extern NSString* const kASIMUnifiedAuction_AdType_Key; -extern NSString* const kASIMUnifiedAuction_AdSetAuctionMeta_Key; -extern NSString* const kASIMUnifiedAuction_ImpressionId_Key; -extern NSString* const kASIMUnifiedAuction_AdAuctionMeta_Key; -extern NSString* const kASIMUnifiedAuction_DynamicBid_Key; -extern NSString* const kASIMUnifiedAuction_Macros_Key; - -// KeyStore Keys -extern NSString* const kASIMKVStoreSDKSettings; -extern NSString* const kASIMKVStoreMappingManagers; -extern NSString* const kASIMKVStorePlacementInfo; -extern NSString* const kASIMKVStoreTrueBaseEventUrls; - -// Ad Markup Types -extern NSString* const kASIMAdMarkupTypeMediationJSON; - -// Banner Refresh -extern NSTimeInterval const kASIMBannerRefreshUnset; -extern NSTimeInterval const kASIMBannerRefreshDisabledForAS; -extern NSTimeInterval const kASIMBannerRefreshDefault; -extern NSTimeInterval const kASIMBannerRefreshMinimum; - -// Interstitial Base VC Close Button -extern NSTimeInterval const kASIMInterstitialBaseVCCloseButtonDelay; - -// AS Tracking Events -extern NSString* const kASBannerRenderedEventType; -extern NSString* const kASVASTImpressionEventType; - -// NSCoding Keys -extern NSString* const kASIMCodingIntTypeKey; -extern NSString* const kASIMCodingIMAccountIdKey; -extern NSString* const kASIMCodingASAppIdKey; -extern NSString* const kASIMCodingPrimaryAcctIdKey; -extern NSString* const kASIMCodingSecondaryAcctIdKey; -extern NSString* const kASIMCodingAppIdKey; -extern NSString* const kASIMCodingLocationKey; -extern NSString* const kASIMCodingBSSIDKey; -extern NSString* const kASIMCodingCellKey; -extern NSString* const kASIMCodingMappingTableKey; -extern NSString* const kASIMCodingMappingASKey; -extern NSString* const kASIMCodingMappingIMKey; -extern NSString* const kASIMCodingASPlacementKey; -extern NSString* const kASIMCodingIMPlacementKey; -extern NSString* const kASIMCodingPreinitBannerRefresh; -extern NSString* const kASIMCodingHasDynamicKey; -extern NSString* const kASIMCodingHasRewardsKey; -extern NSString* const kASIMCodingIsDebugKey; -extern NSString* const kASIMCodingPubKeysKey; -extern NSString* const kASIMCodingUserIdKey; -extern NSString* const kASIMCodingSecureOnlyKey; -extern NSString* const kASIMCodingKeywordsKey; -extern NSString* const kASIMCodingExtKey; -extern NSString* const kASIMCodingExtrasKey; -extern NSString* const kASIMCodingRefreshEnabledKey; -extern NSString* const kASIMCodingRefreshIntervalKey; -extern NSString* const kASIMCodingAnimationTypeKey; -extern NSString* const kASIMCodingPrimaryFlow; - -//preinit request keys -extern NSString* const kASApplicationKey; -extern NSString* const kASVersionKey; -extern NSString* const kASIPhoneSDK; -extern NSString* const kASAsPlcId; -extern NSString* const kASGDPRConsentKey; -extern NSString* const kASAppId; - -extern NSString* const kASContentTypeKey; -extern NSString* const kASTextHtmlMimeType; -extern NSString* const kASTextXmlMimeType; -extern NSString* const kASApplicationJsonMimeType; - -//preinit keys -extern NSString* const kPlacementInfoASPlacementKey; -extern NSString* const kPlacementInfoIMPlacementKey; -extern NSString* const kPlacementInfoBannerRefresh; - -#endif /* IMCoreConstants_h */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitial.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitial.h deleted file mode 100644 index 5ef0459f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitial.h +++ /dev/null @@ -1,151 +0,0 @@ -// -// IMInterstitial.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate full screen interstitial ads in your application - * Adding interstitial ads is demonstrated in the code fragment below - * Implement the following in the viewcontroller - - IMInterstitial *interstitialView = [[IMInterstitial alloc] initWithPlacementId:1203280001]; - interstitialView.delegate = self; - [interstitialView load]; - - - (void)interstitialDidFinishLoading:(IMInterstitial *)interstitial { - [interstitial show]; - } - -- (void)interstitialDidReceiveAd:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidReceiveAd"); - } - - - (void)interstitial:(IMInterstitial *)interstitial didFailToLoadWithError:(IMRequestStatus *)error { - NSLog(@"Interstitial failed to load ad"); - NSLog(@"Error : %@",error.description); - } - - - (void)interstitial:(IMInterstitial *)interstitial didFailToPresentWithError:(IMRequestStatus *)error{ - NSLog(@"Interstitial didFailToPresentWithError"); - NSLog(@"Error : %@",error.description); - } - - - (void)interstitialDidDismiss:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidDismiss"); - } - - - (void)interstitialWillDismiss:(IMInterstitial *)interstitial { - NSLog(@"interstitialWillDismiss"); - } - - - (void)interstitialWillPresent:(IMInterstitial *)interstitial { - NSLog(@"interstitialWillPresent"); - } - - - (void)interstitialDidPresent:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidPresent"); - } - - - (void)userWillLeaveApplicationFromInterstitial:(IMInterstitial *)interstitial { - NSLog(@"userWillLeaveApplicationFromInterstitial"); - } - */ -#import -#import -#import -#import -#import - -#ifndef INTERSTITIALINCLUDE_H -#define INTERSTITIALINCLUDE_H - -@interface IMInterstitial : NSObject - -/** - * The placement ID for this Interstitial. - */ -@property (nonatomic, assign) long long placementId; -/** - * The delegate to receive callbacks - */ -@property (nonatomic, weak) id delegate; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - *The prelaod Manager for Preload flow. -*/ -@property (nonatomic, strong, readonly) IMInterstitialPreloadManager* preloadManager; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * init and new methods are unavailable for this class - * use "initWithPlacementId:" or "initWithPlacementId:delegate:" method. - */ -+ (instancetype)new NS_UNAVAILABLE; -- (instancetype)init NS_UNAVAILABLE; - -/** - * Initialize an Interstitial with the given PlacementId - * @param placementId The placementId for loading the interstitial - */ --(instancetype)initWithPlacementId:(long long)placementId; -/** - * Initialize an Interstitial with the given PlacementId - * @param placementId The placementId for loading the interstitial - * @param delegate The delegate to receive callbacks - */ --(instancetype)initWithPlacementId:(long long)placementId delegate:(id)delegate NS_DESIGNATED_INITIALIZER; -/** - *Get a Signal packet from the InMobi SDK. Signals are used in the Open Auction scenarios and are an abstraction of InMobi'sAd Request. Signals are asynchronously passed via IMInterstitialDelegate Protocol method "Interstitial:gotSignals:" - */ -- (void)getSignals; -/** - * Loads an Interstitial - */ --(void)load; -/** - * Loads an Interstitial Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Banner Ad - */ --(void)load:(NSData*)response; -/** - * To query if the interstitial is ready to be shown - */ --(BOOL)isReady; -/** - * Displays the interstitial on the screen - * @param viewController , this view controller will be used to present interestitial. - */ --(void)showFromViewController:(UIViewController *)viewController; -/** - * Displays the interstitial on the screen - * @param viewController , this view controller will be used to present interestitial. - * @param type The transition type for interstitial presentation. - */ --(void)showFromViewController:(UIViewController *)viewController withAnimation:(IMInterstitialAnimationType)type; -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; -/** - * Releases memory and remove ad from screen. - */ -- (void)cancel; - -@end - -#endif /* INTERSTITIALINCLUDE_H */ - diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialDelegate.h deleted file mode 100644 index 90477532..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialDelegate.h +++ /dev/null @@ -1,108 +0,0 @@ -// -// IMInterstitialDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// - -/** - * A listener for receiving notifications during the lifecycle of an interstitial. - * - * Note All the events in this listener will be invoked on your application's UI thread. - - In most cases your application will need to listen for the following events on an interstitial - - The outcome of an ad request (if the request succeeded or failed); - see interstitialDidFinishLoading:(IMInterstitial*)interstitial; and interstitial:(IMInterstitial*)interstitial didFailToLoadWithError:(IMRequestStatus*)error; - - The full screen ad is diplayed that covered the screen. This means that the user can no longer interact with your application; - see interstitialDidPresent:(IMInterstitial *)interstitial; - - The full screen ad was dismissed. The user is now free to interact with your application; - see interstitialDidDismiss:(IMInterstitial*)interstitial; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromInterstitial:(IMInterstitial*)interstitial; - - If your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the interstitial:(IMInterstitial*)interstitial rewardActionCompletedWithRewards:(NSDictionary*)rewards event and handle it appropriately to unlock rewards for the user of your app. - */ -#import -#import -#import - -#ifndef INTERSTITIALDELEGATEINCLUDE_H -#define INTERSTITIALDELEGATEINCLUDE_H - -@class IMInterstitial; -@protocol IMInterstitialDelegate -@optional - -/** - * Notifies the delegate that the ad server has returned an ad. Assets are not yet available. - * Please use interstitialDidFinishLoading: to receive a callback when assets are also available. - */ --(void)interstitial:(IMInterstitial*)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo*)metaInfo; -/** - * Notifies the delegate that the interstitial has failed to recieve an Ad(failed to preload an ad) with some error. - * This callback will only be recieved when Preload is called. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToReceiveWithError:(NSError*)error; -/** - *Notifies the delegate that the Interstitial got signals - */ --(void)interstitial:(IMInterstitial*)interstitial gotSignals:(NSData*)signals; -/** - *Notifies the delegate that the Interstitial has failed to get Signals with some error - */ --(void)interstitial:(IMInterstitial*)interstitial failedToGetSignalsWithError:(IMRequestStatus*)status; -/** - * Notifies the delegate that the ad server has returned an ad. Assets are not yet available. - * Please use interstitialDidFinishLoading: to receive a callback when assets are also available. - */ --(void)interstitialDidReceiveAd:(IMInterstitial*)interstitial __attribute((deprecated("Please use new API interstitial:didReceiveWithMetaInfo: as this API can be removed in future"))); -/** - * Notifies the delegate that the interstitial has finished loading and can be shown instantly. - */ --(void)interstitialDidFinishLoading:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has failed to load with some error. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToLoadWithError:(IMRequestStatus *)error; -/** - * Notifies the delegate that the interstitial would be presented. - */ --(void)interstitialWillPresent:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been presented. - */ --(void)interstitialDidPresent:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has failed to present with some error. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToPresentWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the interstitial will be dismissed. - */ --(void)interstitialWillDismiss:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been dismissed. - */ --(void)interstitialDidDismiss:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been interacted with. - */ --(void)interstitial:(IMInterstitial*)interstitial didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the user has performed the action to be incentivised with. - */ --(void)interstitial:(IMInterstitial*)interstitial rewardActionCompletedWithRewards:(NSDictionary*)rewards; -/** - * Notifies the delegate that the user will leave application context. - */ --(void)userWillLeaveApplicationFromInterstitial:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial ad impression has been tracked - */ --(void)interstitialAdImpressed:(IMInterstitial*)interstitial; -@end - -#endif /* INTERSTITIALDELEGATEINCLUDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h deleted file mode 100644 index 9456f3a1..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMInterstitialPreloadManager.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMInterstitialPreloadManager : NSObject - --(instancetype)init NS_UNAVAILABLE; -/** - * Preload a Interstitial ad and returns the following callbacks. - * Meta Information will be recieved from the callback interstitial:didReceiveWithMetaInfo - * Failure of Preload will be recieved from the callback interstitial:didFailToReceiveWithError - */ --(void)preload; -/** - * Loads a Preloaded Interstitial ad. - */ --(void)load; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNative.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNative.h deleted file mode 100644 index 932b6768..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNative.h +++ /dev/null @@ -1,121 +0,0 @@ -// -// IMNative.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate native ads in your application - * Use this class to integrate native ads in your application. For native ads, your application is given the raw assets for the ad. Your application can render these in a manner that is native to the look and feel of your application to drive better user engagement with the ad. If you need to customize aspects of ad impression and click-through reporting, your application can use the IMCustomNative class. - */ -#import -#import -#import - -@interface IMNative : NSObject -/** - * The primary view of the native ad. This view is rendered by InMobi and should be used by the publisher to display the ad. Impressions will be computed on this view. - * @param width The width of the primary view. Typically this should be the screen width. - */ --(UIView*)primaryViewOfWidth:(CGFloat)width; -/** - * The placement ID for this Native Ad.. - */ -@property (nonatomic, assign) long long placementId; -/** - * The content of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* customAdContent; -/** - * The title of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adTitle; -/** - * The description of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adDescription; -/** - * The icon url of the ad. - */ -@property (nonatomic, strong, readonly) UIImage* adIcon; -/** - * The text to be specified for the cta. Typically this should be the text of the button. - */ -@property (nonatomic, strong, readonly) NSString* adCtaText; -/** - * A custom rating field for the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adRating; -/** - * The landing page url of the Native ad. - */ -@property (nonatomic, strong, readonly) NSURL* adLandingPageUrl; -/** - * Indicates if the ad is an app download ad. - */ -@property (nonatomic, readonly) BOOL isAppDownload; -/** - * The delegate to receive callbacks - */ -@property (nonatomic, weak) id delegate; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * init and new methods are unavailable for this class - * use "initWithPlacementId:" or "initWithPlacementId:delegate:" method. - */ -+ (instancetype)new NS_UNAVAILABLE; -- (instancetype)init NS_UNAVAILABLE; - -/** - * Initialize a Native ad with the given PlacementId - * @param placementId The placementId for loading the native ad - */ --(instancetype)initWithPlacementId:(long long)placementId; -/** - * Initialize a Native ad with the given PlacementId - * @param placementId The placementId for loading the native ad - * @param delegate The delegate to receive callbacks from IMNative - */ --(instancetype)initWithPlacementId:(long long)placementId delegate:(id)delegate NS_DESIGNATED_INITIALIZER; -/** - * Loads a Native ad - */ --(void)load; -/** - * Loads a Native Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Native Ad - */ --(void)load:(NSData*)response; -/** - * Indicates if the native ad is ready to be displayed. - */ --(BOOL)isReady; -/** - * Reports the click action to the native ad and open the landing page. - */ --(void)reportAdClickAndOpenLandingPage; -/** - * Recycle the view that was presented by the native ad - */ --(void)recyclePrimaryView; -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNativeDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNativeDelegate.h deleted file mode 100644 index dd87994b..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMNativeDelegate.h +++ /dev/null @@ -1,83 +0,0 @@ -// -// IMNativeDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// - -/** - * A listener for receiving notifications during the lifecycle of an native ad. - * - * Note All the events in this listener will be invoked on your application's UI thread. - * - * In most cases your application will need to listen for the following events on an native ad - - The outcome of an ad request (if the request succeeded or failed); - see nativeDidFinishLoading:(IMNative*)native; and native:(IMNative*)native didFailToLoadWithError:(IMRequestStatus*)error; - - The ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; - see nativeDidPresentScreen:(IMNative*)native; - - The ad opened overlay was dismissed. The user is now free to interact with your application; - see nativeDidDismissScreen:(IMNative*)native; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromNative:(IMNative*)native; - */ -#import -#import - - -@class IMNative; -@protocol IMNativeDelegate -@optional -/** - * Notifies the delegate that the native ad has finished loading - */ --(void)nativeDidFinishLoading:(IMNative*)native; -/** - * Notifies the delegate that the native ad has failed to load with error. - */ --(void)native:(IMNative*)native didFailToLoadWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the native ad would be presenting a full screen content. - */ --(void)nativeWillPresentScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad has presented a full screen content. - */ --(void)nativeDidPresentScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad would be dismissing the presented full screen content. - */ --(void)nativeWillDismissScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad has dismissed the presented full screen content. - */ --(void)nativeDidDismissScreen:(IMNative*)native; -/** - * Notifies the delegate that the user will be taken outside the application context. - */ --(void)userWillLeaveApplicationFromNative:(IMNative*)native; -/** - * Notifies the delegate that the native ad impression has been tracked - */ --(void)nativeAdImpressed:(IMNative*)native; -/** - * Notifies the delegate that the native ad has been interacted with. - */ --(void)native:(IMNative*)native didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the native ad has finished playing media. - */ --(void)nativeDidFinishPlayingMedia:(IMNative*)native; -/** - * Notifies the delegate that the user has skipped the playing media. - */ --(void)userDidSkipPlayingMediaFromNative:(IMNative*)native; -/** - * Notifies the delegate that the media audio state has been changed - mute/unmute. - * @param audioStateMuted is YES when audio is turned off and NO when audio is turned on. - */ --(void)native:(IMNative*)native adAudioStateChanged:(BOOL)audioStateMuted; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMRequestStatus.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMRequestStatus.h deleted file mode 100644 index df52755d..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMRequestStatus.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// IMRequestStatus.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Collection of codes indicating the status of an ad request. - */ - -#import -/** - * Enumeration for error codes - */ - -#ifndef REQUESTSTATUSINCLUDE_H -#define REQUESTSTATUSINCLUDE_H - -typedef NS_ENUM(NSInteger, IMStatusCode) { - kIMStatusCodeNetworkUnReachable, - kIMStatusCodeNoFill, - kIMStatusCodeRequestInvalid, - kIMStatusCodeRequestPending, - kIMStatusCodeRequestTimedOut, - kIMStatusCodeMultipleLoadsOnSameInstance, - kIMStatusCodeInternalError, - kIMStatusCodeServerError, - kIMStatusCodeAdActive, - kIMStatusCodeEarlyRefreshRequest, - kIMStatusCodeDroppingNetworkRequest -}; - - - -@interface IMRequestStatus : NSError -/** - * Create an InMobi specific error from NSError - * @param domain The domain where the error occured. (Domain here is specific to iOS) - * @param code The error code for this error. This can be read from NSError.code - * @param dict A more detailed explanation of the error. This contains fields like detailed description and name. More detailed documentation is found in NSError. - */ --(instancetype)initWithDomain:(NSString *)domain code:(IMStatusCode)code userInfo:(NSDictionary *)dict; - -@end - -#endif /* REQUESTSTATUSINCLUDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMSdk.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMSdk.h deleted file mode 100644 index b6068981..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMSdk.h +++ /dev/null @@ -1,195 +0,0 @@ -// -// IMSdk.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Use this class to set the user specific demographic info. - * - * As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). - * - * Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. - * - * Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. - */ - -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMSdk : NSObject - -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready - */ -+(void)initWithAccountID:(NSString *)accountID andCompletionHandler:(void (^ _Nullable)( NSError * _Nullable )) completionBlock; -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - */ -+(void)initWithAccountID:(NSString *)accountID __attribute((deprecated("Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future"))); -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. - * It has Three optional keys:"gdpr", IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * "gdpr"(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - * @param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready - */ -+(void)initWithAccountID:(NSString *)accountID consentDictionary:(nullable NSDictionary*) consentDictionary andCompletionHandler:(void (^ _Nullable)( NSError * _Nullable )) completionBlock; -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. - * It has Three optional keys:"gdpr", IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * "gdpr"(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - */ -+(void)initWithAccountID:(NSString *)accountID consentDictionary:(nullable NSDictionary*) consentDictionary __attribute((deprecated("Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future"))); -/** - * updates the user consent for a session of the app - * - * @param consentDictionary consent dicionary allows publishers to provide its consent to collect user data and use it. - * It has Three optional keys:IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - */ -+(void)updateGDPRConsent:(nullable NSDictionary *)consentDictionary; -/** - * updates the user consent (through mediation partner) for a session of the app - * - * @param consentDictionary consent dicionary allows partners to provide its consent to collect user data and use it. - * It has Two optional keys: IM_PARTNER_GDPR_CONSENT_AVAILABLE, IM_PARTNER_GDPR_APPLIES - * IM_PARTNER_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_PARTNER_GDPR_APPLIES(string): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - */ -+(void)setPartnerGDPRConsent:(nullable NSDictionary *)consentDictionary; -/** - * Use this to get the version of the SDK. - * @return The version of the SDK. - */ -+(NSString *)getVersion; -/** - * Set the log level for SDK's logs - * @param desiredLogLevel The desired level of logs. - */ -+(void)setLogLevel:(IMSDKLogLevel)desiredLogLevel; -/** - * Use this to set the global state of the SDK to mute. - * @param shouldMute Boolean depicting the mute state of the SDK - */ -+(void)setMute:(BOOL)shouldMute; - -#pragma mark Audience Bidding -/** - * Use this API to get token for Audience Bidding. - * @return The token string. - */ -+(NSString *)getToken; -/** - * Use this API to get token for Audience Bidding. - * @param extras Any additional information to be passed to InMobi. - * @param keywords A free form set of keywords, separated by ',' to be sent with the ad request. - * @return The token string. - */ -+(NSString *)getTokenWithExtras:(nullable NSDictionary*)extras andKeywords:(nullable NSString*)keywords; - -#pragma mark Demog APIs -/** - * Provide the user's age to the SDK for targetting purposes. - * @param age The user's age. - */ -+(void)setAge:(unsigned short)age; -/** - * Provide the user's area code to the SDK for targetting purposes. - * @param areaCode The user's area code. - */ -+(void)setAreaCode:(NSString*)areaCode; -/** - * Provide the user's age group to the SDK for targetting purposes. - * @param ageGroup The user's age group. - */ -+(void)setAgeGroup:(IMSDKAgeGroup)ageGroup; -/** - * Provide a user's date of birth to the SDK for targetting purposes. - * @param yearOfBirth The user's date of birth. - */ -+(void)setYearOfBirth:(NSInteger)yearOfBirth; -/** - * Provide the user's education status to the SDK for targetting purposes. - * @param education The user's education status. - */ -+(void)setEducation:(IMSDKEducation)education; -/** - * Provide the user's gender to the SDK for targetting purposes. - * @param gender The user's gender. - */ -+(void)setGender:(IMSDKGender)gender; -/** - * Provide the user's interests to the SDK for targetting purposes. - * @param interests The user's interests. - */ -+(void)setInterests:(NSString*)interests; -/** - * Provide the user's preferred language to the SDK for targetting purposes. - * @param language The user's language. - */ -+(void)setLanguage:(NSString*)language; -/** - * Provide the user's location to the SDK for targetting purposes. - * @param city The user's city. - * @param state The user's state. - * @param country The user's country. - */ -+(void)setLocationWithCity:(NSString*)city state:(NSString*)state country:(NSString*)country; -/** - * Provide the user's location to the SDK for targetting purposes. - * @param location The location of the user - */ -+(void)setLocation:(CLLocation*)location; -/** - * Provide the user's postal code to the SDK for targetting purposes. - * @param postalcode The user's postalcode. - */ -+(void)setPostalCode:(NSString*)postalcode; - -/** - * Indicates whether the application wants to manage audio session. If set as NO, the InMobi SDK will stop managing AVAudioSession during the HTML video playback lifecycle. If set as YES, - * the InMobi SDK will manage AVAudioSession. That might set AVAudioSession's category to AVAudioSessionCategoryAmbient and categoryOption to AVAudioSessionCategoryOptionMixWithOthers, - * when HTML video is rendering. This setting will not stop the app audio from playing in an app. It will mix with ad audio and if any sound playing in another app, it will stop that sound and play the ads' - * sound and once the ad is dismissed it notifies another app. - * @param value Boolean depicting enable or disable the AVAudioSession management by SDK - */ -+(void)shouldAutoManageAVAudioSession:(BOOL)value; -/** - * Set Unified Id procured from vendors directly. - * The ids are to be submitted in the following format. - * key would be the vendor and value would be the identifier. - * { - * "id5" : "jkfid3ufolkb89hgvhb@$dj!@?#", - * "live Ramp": "$fvjk@kjfsk%$nfkvd9008jkf" - * } - * - * @param ids Represents the unified ids in dictionary format. - */ -+(void)setPublisherProvidedUnifiedId:(NSDictionary*)ids; -/** - * Provide if user is age restricted or not - * @param isRestricted The user's age restriction. Default value is false - */ -+(void)setIsAgeRestricted:(BOOL)isRestricted; -NS_ASSUME_NONNULL_END - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h deleted file mode 100644 index fe835c59..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// IMUnifiedIdDelegate.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import - -@protocol IMUnifiedIdDelegate - -/** - * Publishers should implement this protocol to fetch unified ids - * Publisher should send this delegate in IMUnifiedIdService fetchUnifiedIds:(id)delegate - * - * @param response contains unified ids procured from InMobi supported vendors - * @param error contains reason on why unified ids were not fetched. - */ - -- (void)onFetchCompleted:(nullable NSDictionary *)response error:(nullable NSError *)error; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdService.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdService.h deleted file mode 100644 index c69500af..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUnifiedIdService.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// IMUnifiedIdService.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class to integrate UnifiedIdService - */ - -@interface IMUnifiedIdService : NSObject - -/** - * Update user's data to InMobiUnifiedIdService in hashed form. - * This method is used for identifying the user for user targeted ads. - * InMobiUnifiedIdService does not persist users info. - * It holds only the hashed info for a sessions lifetime. - * Expected to be called on every app session and on user login. - * @param data Represents user email and phone number in hashed format - */ -+ (void)push:(nullable IMUserDataModel *)data; - -/** - * Clears all UnifiedId info. - * Cancels all ongoing requests (Push and fetch). - * Clears publisher provided unified ids. - * Expected to be called on user logout. - */ -+ (void)reset; - -/** - * Retrieves unified id from InMobi supported vendors. - * @param delegate Represents the callback that delivers the unified ids. - */ -+ (void)fetchUnifiedIds:(id)delegate; - -/** - * For testing unified id on simulators, publisher needs to enable debug mode. - * Default value will be No. Debug mode is only for simulators, wont work on actual devices - * @param debugMode Set true to enable debug mode. - */ -+ (void)enableDebugMode:(BOOL)debugMode; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataModel.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataModel.h deleted file mode 100644 index d5d320ff..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataModel.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMUserDataModel.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * InMobiUserDataModel is Data Model for passing user data in hashed form to InMobiUnifiedIdService. - */ - -@interface IMUserDataModel : NSObject - -@property (nonatomic, strong) IMUserDataTypes* phoneNumber; -@property (nonatomic, strong) IMUserDataTypes* emailId; -@property (nonatomic, strong) NSDictionary* extras; - -- (instancetype)initWithPhoneNumber:(nullable IMUserDataTypes *)phoneNumber - emailId:(nullable IMUserDataTypes *)emailId - extras:(nullable NSDictionary *)extras; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataTypes.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataTypes.h deleted file mode 100644 index 254124e0..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/IMUserDataTypes.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMUserDataTypes.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * InMobiUserDataTypes is Data Model for holding user data in hashed format - * that uses InMobiUserDataTypes to hold on to user email and phone number - */ - -@interface IMUserDataTypes : NSObject - -@property (nonatomic, strong) NSString* md5; -@property (nonatomic, strong) NSString* sha1; -@property (nonatomic, strong) NSString* sha256; - -- (instancetype)initWithMd5:(nullable NSString *)md5 - sha1:(nullable NSString *)sha1 - sha256:(nullable NSString *)sha256; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h new file mode 100644 index 00000000..1addf64a --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK-Swift.h @@ -0,0 +1,1284 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef INMOBISDK_SWIFT_H +#define INMOBISDK_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wduplicate-method-match" +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else +#include +#include +#include +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="InMobiSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSString; + +SWIFT_CLASS("_TtC9InMobiSDK12IMAdMetaInfo") +@interface IMAdMetaInfo : NSObject +/// CreativeID of the ad. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeID; +/// Bid info Dictionary of the ad. +@property (nonatomic, readonly, copy) NSDictionary * _Nonnull bidInfo; +/// Bidvalue of the ad. +- (double)getBid SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@protocol IMBannerDelegate; +@class IMBannerPreloadManager; +@class NSCoder; +@class NSData; +@class UIWindow; + +/// Class to integrate banner ads in your application +/// Adding banner ads is demonstrated in the code fragment below. +/// Implement the following in the view controller. +/// Swift code snippet: +/// \code +/// let banner = IMBanner(frame: CGRect(x:0, y:50, width:320, height:50), placementId: 11203280001, delegate: self) +/// banner.load() +/// self.view.addSubview(banner) +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.banner = [[IMBanner alloc] initWithFrame:CGRectMake(0, 400, 320, 50) placementId:11203280001 delegate:self]; +/// [self.banner load]; +/// [self.view addSubview:self.banner]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the banner ad by implementing the IMBannerDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMBanner") +@interface IMBanner : UIView +/// The placement ID for this banner. +@property (nonatomic) int64_t placementId; +/// The delegate for the banner to notify of events. +@property (nonatomic, weak) id _Nullable delegate; +/// The refresh interval for the banner specified in seconds. +@property (nonatomic) NSInteger refreshInterval; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// The transition animation to be performed between refreshes. +@property (nonatomic) enum UIViewAnimationTransition transitionAnimation; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMBannerPreloadManager * _Nonnull preloadManager; +/// Initializes an IMBanner instance with the specified frame and default placementId. +/// \param frame CGRect for this view, according to the requested size. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame; +/// Initializes an IMBanner instance with the specified placementId +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId; +/// Initializes an IMBanner instance with the specified placementId and delegate. +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate The delegate to receive callbacks. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +/// Loads a banner with default values. +- (void)load; +/// Loads a Banner Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Banner Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Specifies if the banner should auto refresh +/// \param shouldAutoRefresh if the banner should be refreshed. +/// +- (void)shouldAutoRefresh:(BOOL)shouldAutoRefresh; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +/// overridden UIView method +- (void)willMoveToWindow:(UIWindow * _Nullable)newWindow; +@end + + + + + +@class IMRequestStatus; + +/// A listener for receiving notifications during the lifecycle of a banner ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// In most cases your application will need to listen for the following events on a banner ad. +/// +///
+/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func bannerDidFinishLoading(_ banner: IMBanner) +/// func banner(_ banner: IMBanner, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidFinishLoading: (IMBanner*)banner; +/// - (void) banner: (IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func bannerDidPresentScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidPresentScreen: (IMBanner*)banner; +/// +/// \endcodeThe ad overlay opened was dismissed. The user is now free to interact with your application; see +/// For Swift: +/// \code +/// func bannerDidDismissScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidDismissScreen: (IMBanner*)banner; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context; see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromBanner(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// -(void) userWillLeaveApplicationFromBanner:(IMBanner*)banner; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMBannerDelegate_") +@protocol IMBannerDelegate +@optional +/// Notifies the delegate that the banner has finished loading +- (void)bannerDidFinishLoading:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has recieved the ad with the meta/transaction info. +- (void)banner:(IMBanner * _Nonnull)banner didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)info; +/// Notifies the delegate that the banner has failed to preload with some error. +/// It will only be recieved when preload is called. +- (void)banner:(IMBanner * _Nonnull)banner didFailToReceiveWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner has failed to load with some error. +- (void)banner:(IMBanner * _Nonnull)banner didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner ad impression has been tracked +- (void)bannerAdImpressed:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner was interacted with. +- (void)banner:(IMBanner * _Nonnull)banner didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user would be taken out of the application context. +- (void)userWillLeaveApplicationFromBanner:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner would be presenting a full screen content. +- (void)bannerWillPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has finished presenting screen. +- (void)bannerDidPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner will start dismissing the presented screen. +- (void)bannerWillDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has dismissed the presented screen. +- (void)bannerDidDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the user has completed the action to be incentivised with. +- (void)banner:(IMBanner * _Nonnull)banner rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK22IMBannerPreloadManager") +@interface IMBannerPreloadManager : NSObject +/// Preloads a Banner ad +/// It returns the following callback. +///
    +///
  • +/// Meta Information will be recieved from the callback banner:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback banner:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Banner ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + +SWIFT_CLASS("_TtC9InMobiSDK17IMCommonConstants") +@interface IMCommonConstants : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_IAB;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_IAB SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_SUBJECT_TO_GDPR;) ++ (NSString * _Nonnull)IM_SUBJECT_TO_GDPR SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_APPLIES;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_APPLIES SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol IMInterstitialDelegate; +@class IMInterstitialPreloadManager; +@class UIViewController; +enum IMInterstitialAnimationType : NSInteger; + +/// Class to integrate interstitial ads in your application +/// Adding interstitial ads is demonstrated in the code fragment below +/// Implement the following in the viewcontroller +/// Swift code snippet: +/// \code +/// let interstitial = IMInterstitial(placementId: 11203280002, delegate: self) +/// interstitial.load() +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.interstitial = [[IMInterstitial alloc] initWithPlacementId:11203280002 delegate:self]; +/// [self.interstitial load]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the interstitial ad by implementing the IMInterstitialDelegate. +SWIFT_CLASS("_TtC9InMobiSDK14IMInterstitial") +@interface IMInterstitial : NSObject +/// The placement ID for this Interstitial. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMInterstitialPreloadManager * _Nonnull preloadManager; +/// Initializes an IMInterstitial instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMInterstitial instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// Loads an Interstitial +- (void)load; +/// Loads an Interstitial Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Interstitial Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// To query if the interstitial is ready to be shown +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +/// \param animationType The transition type for interstitial presentation. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController with:(enum IMInterstitialAnimationType)animationType; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// Interstitial Animation type +typedef SWIFT_ENUM(NSInteger, IMInterstitialAnimationType, closed) { + IMInterstitialAnimationTypeCoverVertical = 0, + IMInterstitialAnimationTypeFlipHorizontal = 1, + IMInterstitialAnimationTypeAsNone = 2, +}; + + +/// A listener for receiving notifications during the lifecycle of an interstitial. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on an interstitial +/// Information about the full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didReceiveWithMetaInfo metaInfo: IMAdMetaInfo) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo *)metaInfo; +/// +/// \endcodeA full screen ad is not available and hence information about it can not be retrieved. A proper error is avaiable for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToReceiveWithError error: Error) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didFailToReceiveWithError: (NSError *)error +/// +/// \endcodeThe full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitialDidReceiveAd(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidReceiveAd: (IMInterstitial *)interstitial; +/// +/// \endcodeThe outcome of an ad request (if the request succeeded or failed); see +/// For Swift: +/// \code +/// func interstitialDidFinishLoading(_ interstitial: IMInterstitial) +/// func interstitial(_ interstitial: IMInterstitial, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidFinishLoading: (IMInterstitial*)interstitial; +/// - (void)interstitial: (IMInterstitial*)interstitial didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be displayed: see +/// For Swift: +/// \code +/// func interstitialWillPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillPresent: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad is displayed that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func interstitialDidPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidPresent: (IMInterstitial *)interstitial; +/// +/// \endcodeThe full screen ad failed to be displayed. A proper error is available for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToPresentWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didFailToPresentWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be dismissed: see +/// For Swift: +/// \code +/// func interstitialWillDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func interstitialDidDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe user interacted with the full screen ad: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didInteractWithParams params: [String: Any]?) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didInteractWithParams: (NSDictionary*)params; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromInterstitial(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromInterstitial: (IMInterstitial*)interstitial; +/// +/// \endcodeIf your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the rewardActionCompletedWithRewards event +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, rewardActionCompletedWithRewards rewards: [String: Any]) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void)interstitial: (IMInterstitial*)interstitial rewardActionCompletedWithRewards: (NSDictionary*)rewards; +/// +/// \endcodeand handle it appropriately to unlock rewards for the user of your app. +SWIFT_PROTOCOL("_TtP9InMobiSDK22IMInterstitialDelegate_") +@protocol IMInterstitialDelegate +@optional +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)metaInfo; +/// Notifies the delegate that the interstitial has failed to recieve an Ad(failed to preload an ad) with some error. +/// This callback will only be recieved when Preload is called. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToReceiveWithError:(NSError * _Nonnull)error; +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitialDidReceiveAd:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has finished loading and can be shown instantly. +- (void)interstitialDidFinishLoading:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to load with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial ad impression has been tracked +- (void)interstitialAdImpressed:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial would be presented. +- (void)interstitialWillPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been presented. +- (void)interstitialDidPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to present with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToPresentWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial will be dismissed. +- (void)interstitialWillDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been dismissed. +- (void)interstitialDidDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been interacted with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user has performed the action to be incentivised with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +/// Notifies the delegate that the user will leave application context. +- (void)userWillLeaveApplicationFromInterstitial:(IMInterstitial * _Nonnull)interstitial; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK28IMInterstitialPreloadManager") +@interface IMInterstitialPreloadManager : NSObject +/// Preload a Interstitial ad +/// It returns the following callbacks. +///
    +///
  • +/// Meta Information will be recieved from the callback interstitial:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback interstitial:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Interstitial ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol IMNativeDelegate; +@class UIImage; +@class NSURL; + +/// Class to integrate native ads in your application +/// Adding native ads is demonstrated in the code fragment below. +/// Implement the following in the viewcontroller. +/// Swift code snippet: +/// \code +/// func viewDidLoad() { +/// super.viewDidLoad() +/// let nativeAd = IMNative(placementId: 11203280003, delegate: self) +/// nativeAd.load() +/// } +/// +/// func nativeDidFinishLoading(_ native: IMNative) { +/// if let aView = native.primaryView(ofWidth: self.contentView.frame.size.width) { +/// self.contentView.addSubview(aView) +/// } +/// } +/// +/// \endcodeObjective-C code snippet: +/// \code +/// - (void) viewDidLoad { +/// [super viewDidLoad]; +/// self.nativeAd = [[IMNative alloc] initWithPlacementId:11203280003 delegate:self]; +/// [self.nativeAd load]; +/// } +/// +/// - (void) nativeDidFinishLoading: (IMNative*)native{ +/// [self.contentView addSubview:[native primaryViewOfWidth:self.contentView.frame.size.width]]; +/// } +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the native ad by implementing the IMNativeDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMNative") +@interface IMNative : NSObject +/// The placement ID for this Native Ad.. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// The content of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable customAdContent; +/// The title of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adTitle; +/// The description of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adDescription; +/// The icon url of the ad. +@property (nonatomic, readonly, strong) UIImage * _Nullable adIcon; +/// The text to be specified for the cta. Typically this should be the text of the button. +@property (nonatomic, readonly, copy) NSString * _Nullable adCtaText; +/// A custom rating field for the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adRating; +/// The landing page url of the Native ad. +@property (nonatomic, readonly, copy) NSURL * _Nullable adLandingPageUrl; +/// Indicates if the ad is an app download ad. +@property (nonatomic, readonly) BOOL isAppDownload; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// Initializes an IMNative instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMNative instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// The primary view of the native ad. +/// This view is rendered by InMobi and should be used by the publisher to display the ad. Impressions will be computed on this view. +/// \param width The width of the primary view. Typically this should be the screen width. +/// +- (UIView * _Nullable)primaryViewOfWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +/// Loads a Native ad +- (void)load; +/// Loads a Native Ad with a response Object. +/// This is used for Open Auction use cases +/// \param response A Data variable which contains the InMobi Native Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Indicates if the native ad is ready to be displayed. +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Reports the click action to the native ad and open the landing page. +- (void)reportAdClickAndOpenLandingPage; +/// Recycle the view that was presented by the native ad +- (void)recyclePrimaryView; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// A listener for receiving notifications during the lifecycle of a native ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on a native ad. +/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func nativeDidFinishLoading(_ native: IMNative) +/// func native(_ native: IMNative, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidFinishLoading: (IMNative*)native; +/// - (void) native: (IMNative*)native didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func nativeDidPresentScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidPresentScreen: (IMNative*)native; +/// +/// \endcodeThe ad opened overlay was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func nativeDidDismissScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidDismissScreen: (IMNative*)native; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromNative(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromNative: (IMNative*)native; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMNativeDelegate_") +@protocol IMNativeDelegate +@optional +/// Notifies the delegate that the native ad has finished loading +- (void)nativeDidFinishLoading:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has failed to load with error. +- (void)native:(IMNative * _Nonnull)native didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the native ad would be presenting a full screen content. +- (void)nativeWillPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has presented a full screen content. +- (void)nativeDidPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad would be dismissing the presented full screen content. +- (void)nativeWillDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has dismissed the presented full screen content. +- (void)nativeDidDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user will be taken outside the application context. +- (void)userWillLeaveApplicationFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad impression has been tracked +- (void)nativeAdImpressed:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has been interacted with. +- (void)native:(IMNative * _Nonnull)native didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the native ad has finished playing media. +- (void)nativeDidFinishPlayingMedia:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user has skipped the playing media. +- (void)userDidSkipPlayingMediaFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the media audio state has been changed - mute/unmute. +/// \param audioStateMuted is YES when audio is turned off and NO when audio is turned on. +/// +- (void)native:(IMNative * _Nonnull)native adAudioStateChanged:(BOOL)audioStateMuted; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK15IMRequestStatus") +@interface IMRequestStatus : NSError +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; +@end + +/// User Age Group +typedef SWIFT_ENUM(NSInteger, IMSDKAgeGroup, closed) { + IMSDKAgeGroupBelow18 = 1, + IMSDKAgeGroupBetween18And24 = 2, + IMSDKAgeGroupBetween25And29 = 3, + IMSDKAgeGroupBetween30And34 = 4, + IMSDKAgeGroupBetween35And44 = 5, + IMSDKAgeGroupBetween45And54 = 6, + IMSDKAgeGroupBetween55And65 = 7, + IMSDKAgeGroupAbove65 = 8, +}; + +/// User Education +typedef SWIFT_ENUM(NSInteger, IMSDKEducation, closed) { + IMSDKEducationHighSchoolOrLess = 1, + IMSDKEducationCollageOrGraduate = 2, + IMSDKEducationPostGraduateOrAbove = 3, +}; + +/// User Gender +typedef SWIFT_ENUM(NSInteger, IMSDKGender, closed) { + IMSDKGenderMale = 1, + IMSDKGenderFemale = 2, +}; + +/// SDK Log level +typedef SWIFT_ENUM(NSInteger, IMSDKLogLevel, closed) { + IMSDKLogLevelNone = 0, + IMSDKLogLevelError = 1, + IMSDKLogLevelDebug = 2, +}; + + +/// Use this class to set the user specific demographic info. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +SWIFT_CLASS("_TtC9InMobiSDK5IMSdk") +@interface IMSdk : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// Use initWithAccountID(_:andCompletionHandler:) +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, +/// IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future"); +/// Updates the user consent for a session of the app +/// \param consentDictionary consent dicionary allows publishers to provide its consent to collect user data and use it. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true”: User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)updateGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Updates the user consent (through mediation partner) for a session of the app +/// \param consentDictionary consent dicionary allows partners to provide its consent to collect user data and use it. +/// It has Two optional keys: IM_PARTNER_GDPR_CONSENT_AVAILABLE, IM_PARTNER_GDPR_APPLIES +/// IM_PARTNER_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_PARTNER_GDPR_APPLIES(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// ++ (void)setPartnerGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Provide if user is age restricted or not +/// \param isRestricted The user’s age restriction. Default value is false +/// ++ (void)setIsAgeRestricted:(BOOL)isRestricted; +/// Use this to get the version of the SDK. +/// +/// returns: +/// The version of the SDK. ++ (NSString * _Nonnull)getVersion SWIFT_WARN_UNUSED_RESULT; +/// Set the log level for SDK’s logs +/// \param desiredLogLevel The desired level of logs, IMSDKLogLevel. +/// ++ (void)setLogLevel:(enum IMSDKLogLevel)desiredLogLevel; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Use this API to get token for Audience Bidding. +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getToken SWIFT_WARN_UNUSED_RESULT; +/// Use this API to get token for Audience Bidding. +/// \param extras Any additional information to be passed to InMobi. +/// +/// \param keywords A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getTokenWithExtras:(NSDictionary * _Nullable)extras andKeywords:(NSString * _Nullable)keywords SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Enable or disable the AVAudioSession management by SDK +/// Indicates whether the application wants to manage audio session. If set as NO, the InMobi SDK will stop managing AVAudioSession during the HTML video playback lifecycle. If set as YES, +/// the InMobi SDK will manage AVAudioSession. That might set AVAudioSession’s category to AVAudioSessionCategoryAmbient and categoryOption to AVAudioSessionCategoryOptionMixWithOthers, +/// when HTML video is rendering. This setting will not stop the app audio from playing in an app. It will mix with ad audio and if any sound playing in another app, it will stop that sound and play the ads’ +/// sound and once the ad is dismissed it notifies another app. +/// \param value Boolean depicting enable or disable the AVAudioSession management by SDK +/// ++ (void)shouldAutoManageAVAudioSession:(BOOL)value; +/// Use this to set the global state of the SDK to mute. +/// \param shouldMute Boolean depicting the mute state of the SDK +/// ++ (void)setMute:(BOOL)shouldMute; +/// Set Unified Id procured from vendors directly. +/// The ids are to be submitted in the following format. +/// key would be the vendor and value would be the identifier. +/// \code +/// { +/// "id5" : "jkfid3ufolkb89hgvhb@$dj!@?#", +/// "live Ramp": "$fvjk@kjfsk%$nfkvd9008jkf" +/// } +/// +/// \endcode\param ids Represents the unified ids in dictionary format. +/// ++ (void)setPublisherProvidedUnifiedId:(NSDictionary * _Nonnull)ids; +@end + +@class CLLocation; + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Provide the user’s age to the SDK for targetting purposes. +/// \param age The user’s age. +/// ++ (void)setAge:(NSInteger)age; +/// Provide the user’s area code to the SDK for targetting purposes. +/// \param areaCode The user’s area code. +/// ++ (void)setAreaCode:(NSString * _Nullable)areaCode; +/// Provide the user’s age group to the SDK for targetting purposes. +/// \param ageGroup The user’s age group, IMSDKAgeGroup. +/// ++ (void)setAgeGroup:(enum IMSDKAgeGroup)ageGroup; +/// Provide a user’s date of birth to the SDK for targetting purposes. +/// \param parameter yearOfBirth The user’s date of birth. +/// ++ (void)setYearOfBirth:(NSInteger)yearOfBirth; +/// Provide the user’s education status to the SDK for targetting purposes. +/// \param education The user’s education status, IMSDKEducation. +/// ++ (void)setEducation:(enum IMSDKEducation)education; +/// Provide the user’s gender to the SDK for targetting purposes. +/// \param gender The user’s gender, IMSDKGender. +/// ++ (void)setGender:(enum IMSDKGender)gender; +/// Provide the user’s interests to the SDK for targetting purposes. +/// \param interests The user’s interests. +/// ++ (void)setInterests:(NSString * _Nullable)interests; +/// Provide the user’s preferred language to the SDK for targetting purposes. +/// \param language The user’s language. +/// ++ (void)setLanguage:(NSString * _Nullable)language; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param city The user’s city. +/// +/// \param state The user’s state. +/// +/// \param country The user’s country. +/// ++ (void)setLocationWithCity:(NSString * _Nullable)city state:(NSString * _Nullable)state country:(NSString * _Nullable)country; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param location The location of the user +/// ++ (void)setLocation:(CLLocation * _Nullable)location; +/// Provide the user’s postal code to the SDK for targetting purposes. +/// \param postalcode The user’s postalcode. +/// ++ (void)setPostalCode:(NSString * _Nullable)postalcode; +@end + +/// Enumeration for error codes +/// Collection of codes indicating the status of an ad request. +typedef SWIFT_ENUM(NSInteger, IMStatusCode, closed) { + IMStatusCodeNetworkUnReachable = 0, + IMStatusCodeNoFill = 1, + IMStatusCodeRequestInvalid = 2, + IMStatusCodeRequestPending = 3, + IMStatusCodeRequestTimedOut = 4, + IMStatusCodeMultipleLoadsOnSameInstance = 5, + IMStatusCodeInternalError = 6, + IMStatusCodeServerError = 7, + IMStatusCodeAdActive = 8, + IMStatusCodeEarlyRefreshRequest = 9, + IMStatusCodeDroppingNetworkRequest = 10, + IMStatusCodeIncorrectPlacementID = 11, + IMStatusCodeSdkNotInitialised = 12, + IMStatusCodeInvalidBannerframe = 13, +}; + + +SWIFT_PROTOCOL("_TtP9InMobiSDK19IMUnifiedIdDelegate_") +@protocol IMUnifiedIdDelegate +/// Publishers should implement this protocol to fetch unified ids +/// Publisher should send this delegate in IMUnifiedIdService fetchUnifiedIds:(id)delegate +/// \param response contains unified ids procured from InMobi supported vendors +/// +/// \param error contains reason on why unified ids were not fetched. +/// +- (void)onFetchCompleted:(NSDictionary * _Nullable)response error:(NSError * _Nullable)error; +@end + +@class IMUserDataModel; + +/// Class to integrate UnifiedIdService +SWIFT_CLASS("_TtC9InMobiSDK18IMUnifiedIdService") +@interface IMUnifiedIdService : NSObject +/// Update user’s data to InMobiUnifiedIdService in hashed form. +/// This method is used for identifying the user for user targeted ads. +///
+/// Note: +/// +///
+///
    +///
  • +/// InMobiUnifiedIdService does not persist users info. +///
  • +///
  • +/// It holds only the hashed info for a sessions lifetime. +///
  • +///
  • +/// Expected to be called on every app session and on user login. +///
  • +///
+/// \param data Represents user email and phone number in hashed format +/// ++ (void)push:(IMUserDataModel * _Nullable)data; +/// Clears all UnifiedId info. +/// Expected to be called on user logout. +///
    +///
  • +/// It cancels all ongoing requests (Push and fetch). +///
  • +///
  • +/// Clears publisher provided unified ids. +///
  • +///
++ (void)reset; +/// Retrieves unified id from InMobi supported vendors. +/// \param delegate Represents the callback that delivers the unified ids. +/// ++ (void)fetchUnifiedIds:(id _Nullable)delegate; +/// For testing unified id on simulators, publisher needs to enable debug mode. +/// Default value will be No. Debug mode is only for simulators, wont work on actual devices +/// \param debugMode Set true to enable debug mode. +/// ++ (void)enableDebugMode:(BOOL)debugMode; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class IMUserDataTypes; + +/// Use this class to create data model for passing user data to IMUnifiedIdService. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataModel is Data Model for passing user data in hashed form to IMUserDataModel. +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataModel") +@interface IMUserDataModel : NSObject +@property (nonatomic, strong) IMUserDataTypes * _Nullable phoneNumber; +@property (nonatomic, strong) IMUserDataTypes * _Nullable emailId; +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// Creates the object of type IMUserDataModel +/// \param phoneNumber phone number of the user in hashed format +/// +/// \param emailId emailId of the user in hashed format +/// +/// \param extras any additional information about the user to be passed to InMobi +/// +- (nonnull instancetype)initWithPhoneNumber:(IMUserDataTypes * _Nullable)phoneNumber emailId:(IMUserDataTypes * _Nullable)emailId extras:(NSDictionary * _Nullable)extras OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataModel) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// Use this class to create user data in hashed format. +/// User email and phone number are 2 key pieces of information that can be hashed and held via using IMUserDataTypes & IMUserDataModel classes of InMobi SDK. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataTypes is Data Model for holding user data in hashed format +/// that uses InMobiUserDataTypes to hold on to user email and phone number +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataTypes") +@interface IMUserDataTypes : NSObject +@property (nonatomic, copy) NSString * _Nullable md5; +@property (nonatomic, copy) NSString * _Nullable sha1; +@property (nonatomic, copy) NSString * _Nullable sha256; +/// Creates the object of type IMUserDataTypes +/// \param md5 the md5 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha1 the sha1 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha256 the sha256 value of the data (e.g. phone number) that user wants to send to Unified service +/// +- (nonnull instancetype)initWithMd5:(NSString * _Nullable)md5 sha1:(NSString * _Nullable)sha1 sha256:(NSString * _Nullable)sha256 OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataTypes) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK.h b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK.h index c240d37d..9aa45a12 100644 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK.h +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Headers/InMobiSDK.h @@ -16,32 +16,6 @@ FOUNDATION_EXPORT double InMobiSDKVersionNumber; //! Project version string for InMobiSDK. FOUNDATION_EXPORT const unsigned char InMobiSDKVersionString[]; -#import -#import -#import - -#import -#import -#import - -#import -#import -#import - -#import -#import - -#import -#import - -#if __has_include() -#import -#endif - -#import -#import -#import -#import #import #endif /* InMobiSDK_h */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK index f50c77c6..6e21aa80 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/InMobiSDK differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist index c09fc892..67f2cd03 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Info.plist differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo new file mode 100644 index 00000000..149a4050 Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 00000000..18aabac9 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,18240 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerPreloadManager", + "printedName": "IMBannerPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)load", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)init", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMStatusCode", + "printedName": "IMStatusCode", + "children": [ + { + "kind": "Var", + "name": "networkUnReachable", + "printedName": "networkUnReachable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNetworkUnReachable", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18networkUnReachableyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "noFill", + "printedName": "noFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNoFill", + "mangledName": "$s9InMobiSDK12IMStatusCodeO6noFillyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "requestInvalid", + "printedName": "requestInvalid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestInvalid", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestInvalidyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "requestPending", + "printedName": "requestPending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestPending", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestPendingyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "requestTimedOut", + "printedName": "requestTimedOut", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestTimedOut", + "mangledName": "$s9InMobiSDK12IMStatusCodeO15requestTimedOutyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "multipleLoadsOnSameInstance", + "printedName": "multipleLoadsOnSameInstance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeMultipleLoadsOnSameInstance", + "mangledName": "$s9InMobiSDK12IMStatusCodeO27multipleLoadsOnSameInstanceyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "internalError", + "printedName": "internalError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInternalError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO13internalErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "serverError", + "printedName": "serverError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeServerError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO11serverErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "adActive", + "printedName": "adActive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeAdActive", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8adActiveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "earlyRefreshRequest", + "printedName": "earlyRefreshRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeEarlyRefreshRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO19earlyRefreshRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "droppingNetworkRequest", + "printedName": "droppingNetworkRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeDroppingNetworkRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO22droppingNetworkRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "incorrectPlacementID", + "printedName": "incorrectPlacementID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeIncorrectPlacementID", + "mangledName": "$s9InMobiSDK12IMStatusCodeO20incorrectPlacementIDyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "sdkNotInitialised", + "printedName": "sdkNotInitialised", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeSdkNotInitialised", + "mangledName": "$s9InMobiSDK12IMStatusCodeO17sdkNotInitialisedyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "invalidBannerframe", + "printedName": "invalidBannerframe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInvalidBannerframe", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18invalidBannerframeyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMStatusCode?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivp", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivg", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMStatusCode", + "mangledName": "$s9InMobiSDK12IMStatusCodeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMRequestStatus", + "printedName": "IMRequestStatus", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(domain:code:userInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus(im)initWithDomain:code:userInfo:", + "mangledName": "$s9InMobiSDK15IMRequestStatusC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithDomain:code:userInfo:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus", + "mangledName": "$s9InMobiSDK15IMRequestStatusC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSError", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "Foundation.NSError", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration.CaptiveNetwork", + "printedName": "SystemConfiguration.CaptiveNetwork", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialDelegate", + "printedName": "IMInterstitialDelegate", + "children": [ + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToReceiveWithErroryAA0D0C_s0L0_ptF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidReceiveAd", + "printedName": "interstitialDidReceiveAd(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidReceiveAd:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP24interstitialDidReceiveAdyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidFinishLoading", + "printedName": "interstitialDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidFinishLoading:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP28interstitialDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialAdImpressed", + "printedName": "interstitialAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialAdImpressed:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillPresent", + "printedName": "interstitialWillPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidPresent", + "printedName": "interstitialDidPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToPresentWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToPresentWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToPresentWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillDismiss", + "printedName": "interstitialWillDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidDismiss", + "printedName": "interstitialDidDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didInteractWithParams:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromInterstitial", + "printedName": "userWillLeaveApplicationFromInterstitial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)userWillLeaveApplicationFromInterstitial:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP40userWillLeaveApplicationFromInterstitialyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataModel", + "printedName": "IMUserDataModel", + "children": [ + { + "kind": "Var", + "name": "phoneNumber", + "printedName": "phoneNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setPhoneNumber:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emailId", + "printedName": "emailId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setEmailId:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setExtras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(phoneNumber:emailId:extras:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)initWithPhoneNumber:emailId:extras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumber7emailId6extrasAcA0dE5TypesCSg_AISDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPhoneNumber:emailId:extras:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataModelCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel", + "mangledName": "$s9InMobiSDK15IMUserDataModelC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMSdk", + "printedName": "IMSdk", + "children": [ + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_20andCompletionHandlerySS_ys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionary20andCompletionHandlerySS_SDySSypGSgys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionaryySS_SDySSypGSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountIDyySSFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateGDPRConsent", + "printedName": "updateGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)updateGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC17updateGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPartnerGDPRConsent", + "printedName": "setPartnerGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setPartnerGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC21setPartnerGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIsAgeRestricted", + "printedName": "setIsAgeRestricted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setIsAgeRestricted:", + "mangledName": "$s9InMobiSDK5IMSdkC18setIsAgeRestrictedyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getVersion", + "printedName": "getVersion()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)getVersion", + "mangledName": "$s9InMobiSDK5IMSdkC10getVersionSSyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLogLevel", + "printedName": "setLogLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setLogLevel:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLogLevelyyAA08IMSDKLogG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getToken", + "printedName": "getToken()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getToken", + "mangledName": "$s9InMobiSDK5IMSdkC8getTokenSSSgyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getTokenWithExtras", + "printedName": "getTokenWithExtras(_:andKeywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getTokenWithExtras:andKeywords:", + "mangledName": "$s9InMobiSDK5IMSdkC18getTokenWithExtras_11andKeywordsSSSgSDySSypGSg_AFtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAge", + "printedName": "setAge(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAge:", + "mangledName": "$s9InMobiSDK5IMSdkC6setAgeyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAreaCode", + "printedName": "setAreaCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAreaCode:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAreaCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAgeGroup", + "printedName": "setAgeGroup(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAgeGroup:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAgeGroupyyAA08IMSDKAgeG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setYearOfBirth", + "printedName": "setYearOfBirth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setYearOfBirth:", + "mangledName": "$s9InMobiSDK5IMSdkC14setYearOfBirthyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setEducation", + "printedName": "setEducation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setEducation:", + "mangledName": "$s9InMobiSDK5IMSdkC12setEducationyyAA14IMSDKEducationOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setGender", + "printedName": "setGender(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setGender:", + "mangledName": "$s9InMobiSDK5IMSdkC9setGenderyyAA11IMSDKGenderOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setInterests", + "printedName": "setInterests(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setInterests:", + "mangledName": "$s9InMobiSDK5IMSdkC12setInterestsyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLanguage", + "printedName": "setLanguage(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLanguage:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLanguageyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocationWithCity", + "printedName": "setLocationWithCity(_:state:country:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocationWithCity:state:country:", + "mangledName": "$s9InMobiSDK5IMSdkC19setLocationWithCity_5state7countryySSSg_A2GtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocation", + "printedName": "setLocation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreLocation.CLLocation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CLLocation", + "printedName": "CoreLocation.CLLocation", + "usr": "c:objc(cs)CLLocation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocation:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLocationyySo10CLLocationCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPostalCode", + "printedName": "setPostalCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPostalCode:", + "mangledName": "$s9InMobiSDK5IMSdkC13setPostalCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoManageAVAudioSession", + "printedName": "shouldAutoManageAVAudioSession(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)shouldAutoManageAVAudioSession:", + "mangledName": "$s9InMobiSDK5IMSdkC30shouldAutoManageAVAudioSessionyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMute", + "printedName": "setMute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setMute:", + "mangledName": "$s9InMobiSDK5IMSdkC7setMuteyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPublisherProvidedUnifiedId", + "printedName": "setPublisherProvidedUnifiedId(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPublisherProvidedUnifiedId:", + "mangledName": "$s9InMobiSDK5IMSdkC29setPublisherProvidedUnifiedIdyySDySSypGFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk", + "mangledName": "$s9InMobiSDK5IMSdkC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMBanner", + "printedName": "IMBanner", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMBannerDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "refreshInterval", + "printedName": "refreshInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setRefreshInterval:", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC15refreshIntervalSivM", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "transitionAnimation", + "printedName": "transitionAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setTransitionAnimation:", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:", + "mangledName": "$s9InMobiSDK8IMBannerC5frameACSo6CGRectV_tcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementIdACSo6CGRectV_s5Int64Vtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:delegate:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementId8delegateACSo6CGRectV_s5Int64VAA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:delegate:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load:", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoRefresh", + "printedName": "shouldAutoRefresh(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)shouldAutoRefresh:", + "mangledName": "$s9InMobiSDK8IMBannerC17shouldAutoRefreshyySbF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMBannerC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)cancel", + "mangledName": "$s9InMobiSDK8IMBannerC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "willMove", + "printedName": "willMove(toWindow:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIWindow?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIWindow", + "printedName": "UIKit.UIWindow", + "usr": "c:objc(cs)UIWindow" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)willMoveToWindow:", + "mangledName": "$s9InMobiSDK8IMBannerC8willMove8toWindowySo8UIWindowCSg_tF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "willMoveToWindow:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner", + "mangledName": "$s9InMobiSDK8IMBannerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialPreloadManager", + "printedName": "IMInterstitialPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)load", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)init", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerDelegate", + "printedName": "IMBannerDelegate", + "children": [ + { + "kind": "Function", + "name": "bannerDidFinishLoading", + "printedName": "bannerDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_25didFailToReceiveWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerAdImpressed", + "printedName": "bannerAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerAdImpressed:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP17bannerAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromBanner", + "printedName": "userWillLeaveApplicationFromBanner(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)userWillLeaveApplicationFromBanner:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP34userWillLeaveApplicationFromBanneryyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillPresentScreen", + "printedName": "bannerWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidPresentScreen", + "printedName": "bannerDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillDismissScreen", + "printedName": "bannerWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidDismissScreen", + "printedName": "bannerDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdService", + "printedName": "IMUnifiedIdService", + "children": [ + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)push:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC4pushyyAA15IMUserDataModelCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)reset", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC5resetyyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchUnifiedIds", + "printedName": "fetchUnifiedIds(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUnifiedIdDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUnifiedIdDelegate", + "printedName": "InMobiSDK.IMUnifiedIdDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)fetchUnifiedIds:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15fetchUnifiedIdsyyAA0dE8Delegate_pSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugMode", + "printedName": "enableDebugMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)enableDebugMode:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15enableDebugModeyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AdSupport", + "printedName": "AdSupport", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "AppTrackingTransparency", + "printedName": "AppTrackingTransparency", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdDelegate", + "printedName": "IMUnifiedIdDelegate", + "children": [ + { + "kind": "Function", + "name": "onFetchCompleted", + "printedName": "onFetchCompleted(_:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate(im)onFetchCompleted:error:", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP16onFetchCompleted_5errorySDySSypGSg_So7NSErrorCSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMUnifiedIdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNative", + "printedName": "IMNative", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMNativeDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customAdContent", + "printedName": "customAdContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adTitle", + "printedName": "adTitle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adDescription", + "printedName": "adDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adIcon", + "printedName": "adIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adCtaText", + "printedName": "adCtaText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adRating", + "printedName": "adRating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adLandingPageUrl", + "printedName": "adLandingPageUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppDownload", + "printedName": "isAppDownload", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "primaryView", + "printedName": "primaryView(ofWidth:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)primaryViewOfWidth:", + "mangledName": "$s9InMobiSDK8IMNativeC11primaryView7ofWidthSo6UIViewCSg12CoreGraphics7CGFloatV_tF", + "moduleName": "InMobiSDK", + "objc_name": "primaryViewOfWidth:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load:", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isReady", + "mangledName": "$s9InMobiSDK8IMNativeC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reportAdClickAndOpenLandingPage", + "printedName": "reportAdClickAndOpenLandingPage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)reportAdClickAndOpenLandingPage", + "mangledName": "$s9InMobiSDK8IMNativeC31reportAdClickAndOpenLandingPageyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recyclePrimaryView", + "printedName": "recyclePrimaryView()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)recyclePrimaryView", + "mangledName": "$s9InMobiSDK8IMNativeC18recyclePrimaryViewyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMNativeC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)init", + "mangledName": "$s9InMobiSDK8IMNativeCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative", + "mangledName": "$s9InMobiSDK8IMNativeC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataTypes", + "printedName": "IMUserDataTypes", + "children": [ + { + "kind": "Var", + "name": "md5", + "printedName": "md5", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setMd5:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha1", + "printedName": "sha1", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha1:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha256", + "printedName": "sha256", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(md5:sha1:sha256:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)initWithMd5:sha1:sha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md54sha16sha256ACSSSg_A2Gtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithMd5:sha1:sha256:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataTypesCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "StoreKit.SKAdImpression", + "printedName": "StoreKit.SKAdImpression", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMAdMetaInfo", + "printedName": "IMAdMetaInfo", + "children": [ + { + "kind": "Var", + "name": "creativeID", + "printedName": "creativeID", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bidInfo", + "printedName": "bidInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "getBid", + "printedName": "getBid()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)getBid", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC6getBidSdyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)init", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMInterstitial", + "printedName": "IMInterstitial", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMInterstitialDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setDelegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setKeywords:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setExtras:", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setContentUrl:", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)isReady", + "mangledName": "$s9InMobiSDK14IMInterstitialC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4fromySo16UIViewControllerC_tF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:with:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4from4withySo16UIViewControllerC_AA0D13AnimationTypeOtF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:with:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK14IMInterstitialC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)cancel", + "mangledName": "$s9InMobiSDK14IMInterstitialC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)init", + "mangledName": "$s9InMobiSDK14IMInterstitialCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial", + "mangledName": "$s9InMobiSDK14IMInterstitialC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "InMobiSDK.Private", + "printedName": "InMobiSDK.Private", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNativeDelegate", + "printedName": "IMNativeDelegate", + "children": [ + { + "kind": "Function", + "name": "nativeDidFinishLoading", + "printedName": "nativeDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillPresentScreen", + "printedName": "nativeWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidPresentScreen", + "printedName": "nativeDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillDismissScreen", + "printedName": "nativeWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidDismissScreen", + "printedName": "nativeDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromNative", + "printedName": "userWillLeaveApplicationFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userWillLeaveApplicationFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP34userWillLeaveApplicationFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeAdImpressed", + "printedName": "nativeAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeAdImpressed:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP17nativeAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidFinishPlayingMedia", + "printedName": "nativeDidFinishPlayingMedia(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishPlayingMedia:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP27nativeDidFinishPlayingMediayyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userDidSkipPlayingMediaFromNative", + "printedName": "userDidSkipPlayingMediaFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userDidSkipPlayingMediaFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP33userDidSkipPlayingMediaFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:adAudioStateChanged:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:adAudioStateChanged:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_19adAudioStateChangedyAA0D0C_SbtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMCommonConstants", + "printedName": "IMCommonConstants", + "children": [ + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_IAB", + "printedName": "IM_GDPR_CONSENT_IAB", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_SUBJECT_TO_GDPR", + "printedName": "IM_SUBJECT_TO_GDPR", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_APPLIES", + "printedName": "IM_PARTNER_GDPR_APPLIES", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMCommonConstants", + "printedName": "InMobiSDK.IMCommonConstants", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(im)init", + "mangledName": "$s9InMobiSDK17IMCommonConstantsCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKLogLevel", + "printedName": "IMSDKLogLevel", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelNone", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO4noneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelError", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5erroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelDebug", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5debugyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKGender", + "printedName": "IMSDKGender", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderMale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO4maleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderFemale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO6femaleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKGender?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivp", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivg", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKGender", + "mangledName": "$s9InMobiSDK11IMSDKGenderO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKEducation", + "printedName": "IMSDKEducation", + "children": [ + { + "kind": "Var", + "name": "highSchoolOrLess", + "printedName": "highSchoolOrLess", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationHighSchoolOrLess", + "mangledName": "$s9InMobiSDK14IMSDKEducationO16highSchoolOrLessyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "collageOrGraduate", + "printedName": "collageOrGraduate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationCollageOrGraduate", + "mangledName": "$s9InMobiSDK14IMSDKEducationO17collageOrGraduateyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "postGraduateOrAbove", + "printedName": "postGraduateOrAbove", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationPostGraduateOrAbove", + "mangledName": "$s9InMobiSDK14IMSDKEducationO19postGraduateOrAboveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKEducation?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivp", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivg", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation", + "mangledName": "$s9InMobiSDK14IMSDKEducationO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKAgeGroup", + "printedName": "IMSDKAgeGroup", + "children": [ + { + "kind": "Var", + "name": "below18", + "printedName": "below18", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBelow18", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7below18yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "between18And24", + "printedName": "between18And24", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween18And24", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between18And24yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "between25And29", + "printedName": "between25And29", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween25And29", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between25And29yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "between30And34", + "printedName": "between30And34", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween30And34", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between30And34yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "between35And44", + "printedName": "between35And44", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween35And44", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between35And44yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "between45And54", + "printedName": "between45And54", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween45And54", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between45And54yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "between55And65", + "printedName": "between55And65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween55And65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between55And65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "above65", + "printedName": "above65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupAbove65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7above65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKAgeGroup?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialAnimationType", + "printedName": "IMInterstitialAnimationType", + "children": [ + { + "kind": "Var", + "name": "coverVertical", + "printedName": "coverVertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeCoverVertical", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO13coverVerticalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "flipHorizontal", + "printedName": "flipHorizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeFlipHorizontal", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO14flipHorizontalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "asNone", + "printedName": "asNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeAsNone", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO6asNoneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialAnimationType?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SQLite3", + "printedName": "SQLite3", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 770, + "length": 31, + "value": "\"Kindly create IMBanner Object\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 584, + "length": 22, + "value": "\"InMobiSDK.IMBannerPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 45, + "value": "\"com.inmobi.unifiedidservice.backgroundQueue\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 15, + "value": "\"InMobiSDK.IMRequestStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 11, + "value": "\"InMobiSDK.IMAdManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 380, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 24, + "value": "\"InMobiSDK.IMInterstitialAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 38, + "value": "\"com.inmobi.ads.adresponsemodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift", + "kind": "IntegerLiteral", + "offset": 237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift", + "kind": "StringLiteral", + "offset": 892, + "length": 15, + "value": "\"InMobiSDK.IMUserDataModel\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 41, + "value": "\"com.inmobi.IMPublisherProvidedInfo.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 462, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 596, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 28, + "value": "\"com.inmobi.user.postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 792, + "length": 26, + "value": "\"com.inmobi.user.areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 925, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 994, + "length": 29, + "value": "\"com.inmobi.user.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1062, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1128, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1194, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1334, + "length": 28, + "value": "\"com.inmobi.sdk.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1400, + "length": 25, + "value": "\"com.inmobi.sdk.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 26, + "value": "\"com.inmobi.sdk.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1528, + "length": 25, + "value": "\"com.inmobi.sdk.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 28, + "value": "\"com.inmobi.sdk.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1659, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1717, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1848, + "length": 32, + "value": "\"com.inmobi.publisher.unifiedid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1925, + "length": 32, + "value": "\"com.inmobi.user.age.restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift", + "kind": "IntegerLiteral", + "offset": 6942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMBannerCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift", + "kind": "StringLiteral", + "offset": 614, + "length": 28, + "value": "\"InMobiSDK.IMInterstitialPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "StringLiteral", + "offset": 2126, + "length": 30, + "value": "\"com.inmobi.ads.requeststatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1786, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1818, + "length": 4, + "value": "\"im\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 963, + "length": 3, + "value": "320" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 976, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "StringLiteral", + "offset": 1024, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "BooleanLiteral", + "offset": 7147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 8, + "value": "\"InMobiSDK.IMNative\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 15, + "value": "\"InMobiSDK.IMUserDataTypes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "StringLiteral", + "offset": 423, + "length": 40, + "value": "\"kInMobiReachabilityChangedNotification\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "IntegerLiteral", + "offset": 362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1172, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 31, + "value": "\"inmobi.recordEvent(120,null);\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 199, + "length": 8, + "value": "\"InMobiSDK.IMAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "StringLiteral", + "offset": 528, + "length": 16, + "value": "\"InMobiSDK.IMNetworkWebView\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "StringLiteral", + "offset": 412, + "length": 18, + "value": "\"InMobiSDK.IMNetworkOperation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMNativeCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 37, + "value": "\"com.inmobi.IMComplianceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 26, + "value": "\"IABConsent_ConsentString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 26, + "value": "\"IABConsent_SubjectToGDPR\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 662, + "length": 20, + "value": "\"IABTCF_gdprApplies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 17, + "value": "\"IABTCF_TCString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 36, + "value": "\"com.inmobi.unifiedid.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 387, + "length": 45, + "value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "BooleanLiteral", + "offset": 492, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "StringLiteral", + "offset": 262, + "length": 14, + "value": "\"InMobiSDK.IMTimerManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 6, + "value": "\"InMobiSDK.IMPing\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12199, + "length": 15, + "value": "\".IMLTVPEvents\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12290, + "length": 20, + "value": "\"im-cfg-commons-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12355, + "length": 20, + "value": "\"im-cfg-metrics-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12419, + "length": 19, + "value": "\"im-cfg-req-params\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12480, + "length": 17, + "value": "\"im-cfg-root-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12539, + "length": 24, + "value": "\"im_cache_ad_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 26, + "value": "\"im_cache_rule_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12672, + "length": 20, + "value": "\"imm_cache_location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12733, + "length": 24, + "value": "\"com.inmobi.logs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12812, + "length": 13, + "value": "\"_iat_dids__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12865, + "length": 20, + "value": "\"_iat_dids_expiry__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12927, + "length": 17, + "value": "\"_iat_download__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12981, + "length": 12, + "value": "\"_iat_map__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13031, + "length": 24, + "value": "\"com.inmobi._iat_list__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13117, + "length": 16, + "value": "\"iae_session_id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13177, + "length": 16, + "value": "\"iae_session_ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13234, + "length": 13, + "value": "\"ltvp_ft_day\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13289, + "length": 14, + "value": "\"ltvp_ft_ever\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13346, + "length": 15, + "value": "\"ltvp_ft_month\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13403, + "length": 14, + "value": "\"ltvp_ft_user\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13459, + "length": 14, + "value": "\"ltvp_ft_week\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13515, + "length": 14, + "value": "\"ltvp_ft_bits\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13581, + "length": 23, + "value": "\"com.inmobi.user.ltvid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13645, + "length": 40, + "value": "\"com.inmobi.commonManager.adNetwork.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13726, + "length": 38, + "value": "\"com.inmobi.commonManager.commons.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13801, + "length": 34, + "value": "\"com.inmobi.commonManager.iat.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13873, + "length": 35, + "value": "\"com.inmobi.commonManager.ltvp.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13951, + "length": 40, + "value": "\"com.inmobi.commonManager.rendering.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 35, + "value": "\"com.inmobi.commonManager.carb.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14103, + "length": 36, + "value": "\"com.inmobi.commonManager.mraid.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14175, + "length": 33, + "value": "\"com.inmobi.commonManager.pk.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14274, + "length": 36, + "value": "\"com.inmobi.configManager.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14354, + "length": 34, + "value": "\"com.inmobi.configManager.commons\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14428, + "length": 30, + "value": "\"com.inmobi.configManager.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14499, + "length": 31, + "value": "\"com.inmobi.configManager.ltvp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14571, + "length": 31, + "value": "\"com.inmobi.configManager.root\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14648, + "length": 36, + "value": "\"com.inmobi.configManager.rendering\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 31, + "value": "\"com.inmobi.configManager.carb\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14795, + "length": 29, + "value": "\"com.inmobi.configManager.pk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14900, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14985, + "length": 44, + "value": "\"com.inmobi.metricManager.configs.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15077, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15161, + "length": 36, + "value": "\"com.inmobi.metricManager.count.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15242, + "length": 42, + "value": "\"com.inmobi.metricManager.count.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15330, + "length": 36, + "value": "\"com.inmobi.metricManager.count.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15409, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15491, + "length": 46, + "value": "\"com.inmobi.metricManager.timestamp.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15580, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 29, + "value": "\"com.inmobi.catalog.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15749, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15811, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15876, + "length": 29, + "value": "\"com.inmobi.user.dateOfBirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15943, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16013, + "length": 31, + "value": "\"com.inmobi.user.maritalStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16097, + "length": 35, + "value": "\"com.inmobi.user.sexualOrientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16179, + "length": 29, + "value": "\"com.inmobi.user.hasChildren\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16247, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16314, + "length": 28, + "value": "\"com.inmobi.user.postalCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16381, + "length": 26, + "value": "\"com.inmobi.user.areaCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16450, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16523, + "length": 29, + "value": "\"com.inmobi.user.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16590, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16655, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16721, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16794, + "length": 44, + "value": "\"com.inmobi.user.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16877, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16939, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17004, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17078, + "length": 26, + "value": "\"com.inmobi.sdk.sessionid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17149, + "length": 37, + "value": "\"com.inmobi.sdk.location.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17223, + "length": 34, + "value": "\"com.inmobi.sdk.location.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17295, + "length": 35, + "value": "\"com.inmobi.sdk.location.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17368, + "length": 34, + "value": "\"com.inmobi.sdk.location.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17448, + "length": 52, + "value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17545, + "length": 26, + "value": "\"com.inmobi.carb.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17609, + "length": 19, + "value": "\"com.inmobi.aesKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17660, + "length": 18, + "value": "\"com.inmobi.ivKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17715, + "length": 33, + "value": "\"com.inmobi.exceptionlogs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17836, + "length": 32, + "value": "\"crashreportinglasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18059, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18133, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18209, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 21, + "value": "\"com.inmobi.keys.aes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18445, + "length": 45, + "value": "\"InMobi_defaultStore_user_preference_to_send\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18648, + "length": 21, + "value": "\"InMobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18729, + "length": 25, + "value": "\"InMobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18908, + "length": 24, + "value": "\"com.inmobidefaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18995, + "length": 28, + "value": "\"com.inmobicom.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19160, + "length": 25, + "value": "\"com.inmobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19249, + "length": 29, + "value": "\"com.inmobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19464, + "length": 9, + "value": "\".inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19518, + "length": 19, + "value": "\"inmobi.sdkversion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19575, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19642, + "length": 26, + "value": "\"com.preinit.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19719, + "length": 24, + "value": "\"com.coppa.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19796, + "length": 17, + "value": "\"_configUpdateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19866, + "length": 24, + "value": "\"bannerlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19940, + "length": 21, + "value": "\"intlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20014, + "length": 24, + "value": "\"nativelasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20104, + "length": 27, + "value": "\"telemetrylasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20181, + "length": 21, + "value": "\"asimMappingManagers\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20250, + "length": 19, + "value": "\"asimPlacementInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20321, + "length": 23, + "value": "\"asimTrueBaseEventUrls\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 29, + "value": "\"com.inmobi.IMPingStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6799, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "BooleanLiteral", + "offset": 6863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 6907, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "FloatLiteral", + "offset": 5800, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 27, + "value": "\"com.inmobi.initialisation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift", + "kind": "StringLiteral", + "offset": 136, + "length": 12, + "value": "\"InMobiSDK.IMAdMetaInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift", + "kind": "StringLiteral", + "offset": 174, + "length": 14, + "value": "\"InMobiSDK.IMBannerAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift", + "kind": "BooleanLiteral", + "offset": 391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 30, + "value": "\"com.inmobi.IMAdProvider.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 307, + "length": 12, + "value": "\"InMobiSDK.IMAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "BooleanLiteral", + "offset": 6463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 14, + "value": "\"InMobiSDK.IMInterstitial\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 50, + "length": 31, + "value": "\"com.inmobi.ads.adsmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2893, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 25, + "value": "\"yyyy.MM.dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 54, + "value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "BooleanLiteral", + "offset": 603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 27, + "value": "\"PersistentCleanSuccessful\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "StringLiteral", + "offset": 203, + "length": 36, + "value": "\"com.inmobi.ads.trackersmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift", + "kind": "Array", + "offset": 254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 5, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 26, + "value": "\"com.inmobi.network.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 16, + "value": "\"Internal Error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 560, + "length": 28, + "value": "\"Service Returned An Error.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 628, + "length": 20, + "value": "\"Client side errors\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 52, + "value": "\"Network not reachable currently. Please try again.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 14, + "value": "\"InMobiSDK.IMNetworkError\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMBannerAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 46, + "value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "StringLiteral", + "offset": 292, + "length": 50, + "value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"InMobiSDK.IMSDKSettingsEx\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "StringLiteral", + "offset": 165, + "length": 8, + "value": "\"InMobiSDK.IMCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift", + "kind": "StringLiteral", + "offset": 193, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMNativeAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 437, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 483, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "StringLiteral", + "offset": 187, + "length": 14, + "value": "\"InMobiSDK.IMNativeAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 24, + "value": "\"gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 297, + "length": 14, + "value": "\"gdpr_consent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 355, + "length": 6, + "value": "\"gdpr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 32, + "value": "\"partner_gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 22, + "value": "\"partner_gdpr_applies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 27, + "value": "\"com.inmobi.IMSignals.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 253, + "length": 15, + "value": "\"inMobi.sqlite\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 22, + "value": "\"com.inmobi.datastore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 449, + "length": 34, + "value": "\"com.inmobi.IMRdbmsDataStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "StringLiteral", + "offset": 190, + "length": 33, + "value": "\"com.inmobi.ads.adsetmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 844, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 27, + "value": "\"com.inmobi.contextualData\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "FloatLiteral", + "offset": 363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "IntegerLiteral", + "offset": 388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 442, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 00000000..e889dd53 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 00000000..87a5b86d Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 00000000..e889dd53 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/module.modulemap b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/module.modulemap index 592b4e66..d0c261ae 100644 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/module.modulemap +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64/InMobiSDK.framework/Modules/module.modulemap @@ -3,4 +3,11 @@ framework module InMobiSDK { export * module * { export * } + + explicit module Private {} +} + +module InMobiSDK.Swift { + header "InMobiSDK-Swift.h" + requires objc } diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a deleted file mode 100644 index 8c36fdc9..00000000 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Frameworks/libAppVerificationLibrary.a and /dev/null differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMAdMetaInfo.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMAdMetaInfo.h deleted file mode 100644 index a0be31ad..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMAdMetaInfo.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// IMAdMetaInfo.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMAdMetaInfo : NSObject - -/** - * CreativeID of the ad. - */ -@property (nonatomic, strong, readonly) NSString* creativeID; -/** - * Bid info Dictionary of the ad. - */ -@property (nonatomic, strong, readonly) NSDictionary* bidInfo; -/** - * Bidvalue of the ad. - */ -- (double)getBid; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBanner.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBanner.h deleted file mode 100644 index 6a11f91f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBanner.h +++ /dev/null @@ -1,104 +0,0 @@ -// -// IMBanner.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate banner ads in your application - * - * Adding banner ads is demonstrated in the code fragment below - * Implement the following in the viewcontroller - - IMBanner *bannerView = [[IMBanner alloc] initWithFrame:CGRectMake(0, 50, 320, 50) placementId:11203280001]; - [self.view addSubview:self.bannerView]; - [self.bannerView load]; - - The code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the banner ad by implementing the IMBannerDelegate. - */ -#import -#import -#import -#import - -@interface IMBanner : UIView -/** - * The delegate for the banner to notify of events. - */ -@property (nonatomic, weak) id delegate; -/** - * The refresh interval for the banner specified in seconds. - */ -@property (nonatomic) NSInteger refreshInterval; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * The placement ID for this banner. - */ -@property (nonatomic) long long placementId; -/** - * The transition animation to be performed between refreshes. - */ -@property (nonatomic) UIViewAnimationTransition transitionAnimation; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - *The prelaod Manager for Preload flow. -*/ -@property (nonatomic, strong, readonly) IMBannerPreloadManager* preloadManager; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * Initializes an IMBanner instance with the specified placementId. - * @param frame CGRect for this view, according to the requested size. - * @param placementId the placement Id registered on the InMobi portal. - */ --(instancetype)initWithFrame:(CGRect)frame placementId:(long long)placementId; -/** - * Initializes an IMBanner instance with the specified placementId and delegate. - * @param frame CGRect for this view, according to the requested size. - * @param placementId the placement Id registered on the InMobi portal. - * @param delegate The delegate to receive callbacks - */ --(instancetype)initWithFrame:(CGRect)frame placementId:(long long)placementId delegate:(id)delegate; -/** - *Get a Signal packet from the InMobi SDK. Signals are used in the Open Auction scenarios and are an abstraction of InMobi'sAd Request. Signals are asynchronously passed via IMBannerDelegate Protocol method "banner:gotSignals:" - */ -- (void)getSignals; -/** - * Loads a banner with default values. - */ --(void)load; -/** - * Loads a Banner Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Banner Ad - */ --(void)load:(NSData*)response; -/** - * Specifies if the banner should auto refresh - * @param refresh if the banner should be refreshed - */ --(void)shouldAutoRefresh:(BOOL)refresh; --(void)setRefreshInterval:(NSInteger)interval; - -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; - -/** - * Releases memory and remove ad from screen. - */ -- (void)cancel; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerDelegate.h deleted file mode 100644 index c154255f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerDelegate.h +++ /dev/null @@ -1,91 +0,0 @@ -// -// IMBannerDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * A listener for receiving notifications during the lifecycle of a banner ad. - * - * Note All the events in this listener will be invoked on your application's UI thread. - - In most cases your application will need to listen for the following events on a banner ad - - The outcome of an ad request (if the request succeeded or failed); - see bannerDidFinishLoading:(IMBanner*)banner; and banner:(IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; - - The ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; - see bannerDidPresentScreen:(IMBanner*)banner - - The ad overlay opened was dismissed. The user is now free to interact with your application; - see bannerDidDismissScreen:(IMBanner*)banner; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromBanner:(IMBanner*)banner; - - If your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the banner:(IMBanner*)banner rewardActionCompletedWithRewards:(NSDictionary*)rewards event and handle it appropriately to unlock rewards for the user of your app. - */ -#import -#import -#import - -@class IMBanner; -@protocol IMBannerDelegate -@optional -/** - *Notifies the delegate that the banner got signals - */ --(void)banner:(IMBanner*)banner gotSignals:(NSData*)signals; -/** - *Notifies the delegate that the banner has failed to get Signals with some error - */ --(void)banner:(IMBanner *)banner failedToGetSignalsWithError:(IMRequestStatus*)status; -/** - * Notifies the delegate that the banner has finished loading - */ --(void)bannerDidFinishLoading:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has recieved the ad with the meta/transaction info. -*/ --(void)banner:(IMBanner*)banner didReceiveWithMetaInfo:(IMAdMetaInfo*)info; -/** - * Notifies the delegate that the banner has failed to preload with some error. - * It will only be recieved when preload is called. - */ --(void)banner:(IMBanner*)banner didFailToReceiveWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the banner has failed to load with some error. - */ --(void)banner:(IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the banner was interacted with. - */ --(void)banner:(IMBanner*)banner didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the user would be taken out of the application context. - */ --(void)userWillLeaveApplicationFromBanner:(IMBanner*)banner; -/** - * Notifies the delegate that the banner would be presenting a full screen content. - */ --(void)bannerWillPresentScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has finished presenting screen. - */ --(void)bannerDidPresentScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner will start dismissing the presented screen. - */ --(void)bannerWillDismissScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the banner has dismissed the presented screen. - */ --(void)bannerDidDismissScreen:(IMBanner*)banner; -/** - * Notifies the delegate that the user has completed the action to be incentivised with. - */ --(void)banner:(IMBanner*)banner rewardActionCompletedWithRewards:(NSDictionary*)rewards; -/** - * Notifies the delegate that the banner ad impression has been tracked - */ --(void)bannerAdImpressed:(IMBanner*)banner; -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerPreloadManager.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerPreloadManager.h deleted file mode 100644 index 2737739f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMBannerPreloadManager.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMBannerPreloadManager.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMBannerPreloadManager : NSObject - --(instancetype)init NS_UNAVAILABLE; -/** - * Preloads a Banner ad and returns the following callback. - * Meta Information will be recieved from the callback banner:didReceiveWithMetaInfo - * Failure of Preload will be recieved from the callback banner:didFailToReceiveWithError - */ --(void)preload; -/** - * Loads a Preloaded Banner ad. - */ --(void)load; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCommonConstants.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCommonConstants.h deleted file mode 100644 index e5d2024e..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCommonConstants.h +++ /dev/null @@ -1,53 +0,0 @@ -// -// IMCommonConstants.h -// iOS-SDK -// -// Copyright (c) 2015 InMobi. All rights reserved. -// - -#ifndef COMMONCONSTANTSINCLUEDE_H -#define COMMONCONSTANTSINCLUEDE_H - -#import - -static NSString * const IM_GDPR_CONSENT_AVAILABLE = @"gdpr_consent_available"; -static NSString * const IM_GDPR_CONSENT_IAB = @"gdpr_consent"; -static NSString * const IM_SUBJECT_TO_GDPR = @"gdpr"; -static NSString * const IM_PARTNER_GDPR_CONSENT_AVAILABLE = @"partner_gdpr_consent_available"; -static NSString * const IM_PARTNER_GDPR_APPLIES = @"partner_gdpr_applies"; - -typedef NS_ENUM(NSInteger, IMSDKLogLevel) { - kIMSDKLogLevelNone, - kIMSDKLogLevelError, - kIMSDKLogLevelDebug -}; - -/** - * User Gender - */ -typedef NS_ENUM (NSInteger, IMSDKGender) { - kIMSDKGenderMale = 1, - kIMSDKGenderFemale -}; - -/** - * User Education - */ -typedef NS_ENUM (NSInteger, IMSDKEducation) { - kIMSDKEducationHighSchoolOrLess = 1, - kIMSDKEducationCollegeOrGraduate, - kIMSDKEducationPostGraduateOrAbove -}; - -typedef NS_ENUM(NSInteger, IMSDKAgeGroup) { - kIMSDKAgeGroupBelow18 = 1, - kIMSDKAgeGroupBetween18And24, - kIMSDKAgeGroupBetween25And29, - kIMSDKAgeGroupBetween30And34, - kIMSDKAgeGroupBetween35And44, - kIMSDKAgeGroupBetween45And54, - kIMSDKAgeGroupBetween55And65, - kIMSDKAgeGroupAbove65 -}; - -#endif /* COMMONCONSTANTSINCLUEDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCoreConstants.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCoreConstants.h deleted file mode 100644 index 9df0425f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMCoreConstants.h +++ /dev/null @@ -1,165 +0,0 @@ -// -// IMCoreConstants.h -// InMobiSDK -// -// Copyright © 2018 InMobi. All rights reserved. -// - -#import - -#ifndef IMCoreConstants_h -#define IMCoreConstants_h - -#define kIMEmptyStr @"" -#define kIMMillisInSec 1000.0f - -#pragma mark - Block Typedef Constants - -typedef void (^ASCompletionBlock)(void); -typedef void (^ASSuccessBlock)(BOOL success); -typedef void (^ASErrorCompletionBlock)(NSError* err); -typedef void (^ASDataTaskCompletionBlock)(NSData* data, NSURLResponse* resp, NSError* err); -typedef void (^ASDataCompletionBlock)(NSData* data); - -#pragma mark - MediationEvents - -typedef NS_ENUM(NSInteger, IMMediationEvent) { - kIMMediationEventAttempt = 12, - kIMMediationEventImpression = 13, - kIMMediationEventFailure = 14, - kIMMediationEventAdReturned = 34, - kIMMediationEventConnectionError = 35, - kIMMediationEventFailShow = 36, - kIMMediationEventAdapterRefresh = 37 -}; - -typedef NS_ENUM(NSInteger, IMInterstitialAnimationType) { - kIMInterstitialAnimationTypeCoverVertical, - kIMInterstitialAnimationTypeFlipHorizontal, - kIMInterstitialAnimationTypeNone -}; - -typedef NS_ENUM(NSInteger, IMPrimaryIntegration) { - kIMPrimaryIntegrationUndefined = -1, - kIMPrimaryIntegrationAerServ = 0, - kIMPrimaryIntegrationInMobi = 1 -}; - -typedef NS_ENUM(NSInteger, IMCoreAdState) { - kIMCoreAdStateInit = 0, - kIMCoreAdStatePreloading, - kIMCoreAdStatePreloaded, - kIMCoreAdStateLoading, - kIMCoreAdStateLoaded, - kIMCoreAdStateShowCalled, - kIMCoreAdStateRendered, - kIMCoreAdStateActive, - kIMCoreAdStateDismissed, - kIMCoreAdStateFailed -}; - -typedef NS_ENUM(NSInteger, IMUnifiedTimeout) { - kIMUnifiedTimeoutPreinit = 0, - kIMUnifiedTimeoutMutt, - kIMUnifiedTimeoutMediationLoad, - kIMUnifiedTimeoutUnifiedAuction, - kIMUnifiedTimeoutRendering, - kIMUnifiedTimeoutShow, - kIMUnifiedTimeoutBitmap -}; - -// SDK Meta Info -extern NSString* const kASIMUnifiedMediationNetworkName; -extern NSString* const kASIMUnifiedSDKName; - -// Unified SDK Timeouts -extern NSTimeInterval const kASIMUnifiedStep0_Preinit_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep1a_Mutt_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep1b_MediationLoad_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep2u_UnifiedAuction_UTimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep3r_Render_TimeoutDefaultVal; -extern NSTimeInterval const kASIMUnifiedStep4s_Show_TimeoutDefaultVal; - -// Unified Auction Endpoint -extern NSString* const kUnifiedAuctionEndPointUrl; - -// Unified Auction Keys -extern NSString* const kASIMUnifiedAuction_RequestID_Key; -extern NSString* const kASIMUnifiedAuction_AdType_Key; -extern NSString* const kASIMUnifiedAuction_AdSetAuctionMeta_Key; -extern NSString* const kASIMUnifiedAuction_ImpressionId_Key; -extern NSString* const kASIMUnifiedAuction_AdAuctionMeta_Key; -extern NSString* const kASIMUnifiedAuction_DynamicBid_Key; -extern NSString* const kASIMUnifiedAuction_Macros_Key; - -// KeyStore Keys -extern NSString* const kASIMKVStoreSDKSettings; -extern NSString* const kASIMKVStoreMappingManagers; -extern NSString* const kASIMKVStorePlacementInfo; -extern NSString* const kASIMKVStoreTrueBaseEventUrls; - -// Ad Markup Types -extern NSString* const kASIMAdMarkupTypeMediationJSON; - -// Banner Refresh -extern NSTimeInterval const kASIMBannerRefreshUnset; -extern NSTimeInterval const kASIMBannerRefreshDisabledForAS; -extern NSTimeInterval const kASIMBannerRefreshDefault; -extern NSTimeInterval const kASIMBannerRefreshMinimum; - -// Interstitial Base VC Close Button -extern NSTimeInterval const kASIMInterstitialBaseVCCloseButtonDelay; - -// AS Tracking Events -extern NSString* const kASBannerRenderedEventType; -extern NSString* const kASVASTImpressionEventType; - -// NSCoding Keys -extern NSString* const kASIMCodingIntTypeKey; -extern NSString* const kASIMCodingIMAccountIdKey; -extern NSString* const kASIMCodingASAppIdKey; -extern NSString* const kASIMCodingPrimaryAcctIdKey; -extern NSString* const kASIMCodingSecondaryAcctIdKey; -extern NSString* const kASIMCodingAppIdKey; -extern NSString* const kASIMCodingLocationKey; -extern NSString* const kASIMCodingBSSIDKey; -extern NSString* const kASIMCodingCellKey; -extern NSString* const kASIMCodingMappingTableKey; -extern NSString* const kASIMCodingMappingASKey; -extern NSString* const kASIMCodingMappingIMKey; -extern NSString* const kASIMCodingASPlacementKey; -extern NSString* const kASIMCodingIMPlacementKey; -extern NSString* const kASIMCodingPreinitBannerRefresh; -extern NSString* const kASIMCodingHasDynamicKey; -extern NSString* const kASIMCodingHasRewardsKey; -extern NSString* const kASIMCodingIsDebugKey; -extern NSString* const kASIMCodingPubKeysKey; -extern NSString* const kASIMCodingUserIdKey; -extern NSString* const kASIMCodingSecureOnlyKey; -extern NSString* const kASIMCodingKeywordsKey; -extern NSString* const kASIMCodingExtKey; -extern NSString* const kASIMCodingExtrasKey; -extern NSString* const kASIMCodingRefreshEnabledKey; -extern NSString* const kASIMCodingRefreshIntervalKey; -extern NSString* const kASIMCodingAnimationTypeKey; -extern NSString* const kASIMCodingPrimaryFlow; - -//preinit request keys -extern NSString* const kASApplicationKey; -extern NSString* const kASVersionKey; -extern NSString* const kASIPhoneSDK; -extern NSString* const kASAsPlcId; -extern NSString* const kASGDPRConsentKey; -extern NSString* const kASAppId; - -extern NSString* const kASContentTypeKey; -extern NSString* const kASTextHtmlMimeType; -extern NSString* const kASTextXmlMimeType; -extern NSString* const kASApplicationJsonMimeType; - -//preinit keys -extern NSString* const kPlacementInfoASPlacementKey; -extern NSString* const kPlacementInfoIMPlacementKey; -extern NSString* const kPlacementInfoBannerRefresh; - -#endif /* IMCoreConstants_h */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitial.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitial.h deleted file mode 100644 index 5ef0459f..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitial.h +++ /dev/null @@ -1,151 +0,0 @@ -// -// IMInterstitial.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate full screen interstitial ads in your application - * Adding interstitial ads is demonstrated in the code fragment below - * Implement the following in the viewcontroller - - IMInterstitial *interstitialView = [[IMInterstitial alloc] initWithPlacementId:1203280001]; - interstitialView.delegate = self; - [interstitialView load]; - - - (void)interstitialDidFinishLoading:(IMInterstitial *)interstitial { - [interstitial show]; - } - -- (void)interstitialDidReceiveAd:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidReceiveAd"); - } - - - (void)interstitial:(IMInterstitial *)interstitial didFailToLoadWithError:(IMRequestStatus *)error { - NSLog(@"Interstitial failed to load ad"); - NSLog(@"Error : %@",error.description); - } - - - (void)interstitial:(IMInterstitial *)interstitial didFailToPresentWithError:(IMRequestStatus *)error{ - NSLog(@"Interstitial didFailToPresentWithError"); - NSLog(@"Error : %@",error.description); - } - - - (void)interstitialDidDismiss:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidDismiss"); - } - - - (void)interstitialWillDismiss:(IMInterstitial *)interstitial { - NSLog(@"interstitialWillDismiss"); - } - - - (void)interstitialWillPresent:(IMInterstitial *)interstitial { - NSLog(@"interstitialWillPresent"); - } - - - (void)interstitialDidPresent:(IMInterstitial *)interstitial { - NSLog(@"interstitialDidPresent"); - } - - - (void)userWillLeaveApplicationFromInterstitial:(IMInterstitial *)interstitial { - NSLog(@"userWillLeaveApplicationFromInterstitial"); - } - */ -#import -#import -#import -#import -#import - -#ifndef INTERSTITIALINCLUDE_H -#define INTERSTITIALINCLUDE_H - -@interface IMInterstitial : NSObject - -/** - * The placement ID for this Interstitial. - */ -@property (nonatomic, assign) long long placementId; -/** - * The delegate to receive callbacks - */ -@property (nonatomic, weak) id delegate; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - *The prelaod Manager for Preload flow. -*/ -@property (nonatomic, strong, readonly) IMInterstitialPreloadManager* preloadManager; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * init and new methods are unavailable for this class - * use "initWithPlacementId:" or "initWithPlacementId:delegate:" method. - */ -+ (instancetype)new NS_UNAVAILABLE; -- (instancetype)init NS_UNAVAILABLE; - -/** - * Initialize an Interstitial with the given PlacementId - * @param placementId The placementId for loading the interstitial - */ --(instancetype)initWithPlacementId:(long long)placementId; -/** - * Initialize an Interstitial with the given PlacementId - * @param placementId The placementId for loading the interstitial - * @param delegate The delegate to receive callbacks - */ --(instancetype)initWithPlacementId:(long long)placementId delegate:(id)delegate NS_DESIGNATED_INITIALIZER; -/** - *Get a Signal packet from the InMobi SDK. Signals are used in the Open Auction scenarios and are an abstraction of InMobi'sAd Request. Signals are asynchronously passed via IMInterstitialDelegate Protocol method "Interstitial:gotSignals:" - */ -- (void)getSignals; -/** - * Loads an Interstitial - */ --(void)load; -/** - * Loads an Interstitial Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Banner Ad - */ --(void)load:(NSData*)response; -/** - * To query if the interstitial is ready to be shown - */ --(BOOL)isReady; -/** - * Displays the interstitial on the screen - * @param viewController , this view controller will be used to present interestitial. - */ --(void)showFromViewController:(UIViewController *)viewController; -/** - * Displays the interstitial on the screen - * @param viewController , this view controller will be used to present interestitial. - * @param type The transition type for interstitial presentation. - */ --(void)showFromViewController:(UIViewController *)viewController withAnimation:(IMInterstitialAnimationType)type; -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; -/** - * Releases memory and remove ad from screen. - */ -- (void)cancel; - -@end - -#endif /* INTERSTITIALINCLUDE_H */ - diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialDelegate.h deleted file mode 100644 index 90477532..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialDelegate.h +++ /dev/null @@ -1,108 +0,0 @@ -// -// IMInterstitialDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// - -/** - * A listener for receiving notifications during the lifecycle of an interstitial. - * - * Note All the events in this listener will be invoked on your application's UI thread. - - In most cases your application will need to listen for the following events on an interstitial - - The outcome of an ad request (if the request succeeded or failed); - see interstitialDidFinishLoading:(IMInterstitial*)interstitial; and interstitial:(IMInterstitial*)interstitial didFailToLoadWithError:(IMRequestStatus*)error; - - The full screen ad is diplayed that covered the screen. This means that the user can no longer interact with your application; - see interstitialDidPresent:(IMInterstitial *)interstitial; - - The full screen ad was dismissed. The user is now free to interact with your application; - see interstitialDidDismiss:(IMInterstitial*)interstitial; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromInterstitial:(IMInterstitial*)interstitial; - - If your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the interstitial:(IMInterstitial*)interstitial rewardActionCompletedWithRewards:(NSDictionary*)rewards event and handle it appropriately to unlock rewards for the user of your app. - */ -#import -#import -#import - -#ifndef INTERSTITIALDELEGATEINCLUDE_H -#define INTERSTITIALDELEGATEINCLUDE_H - -@class IMInterstitial; -@protocol IMInterstitialDelegate -@optional - -/** - * Notifies the delegate that the ad server has returned an ad. Assets are not yet available. - * Please use interstitialDidFinishLoading: to receive a callback when assets are also available. - */ --(void)interstitial:(IMInterstitial*)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo*)metaInfo; -/** - * Notifies the delegate that the interstitial has failed to recieve an Ad(failed to preload an ad) with some error. - * This callback will only be recieved when Preload is called. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToReceiveWithError:(NSError*)error; -/** - *Notifies the delegate that the Interstitial got signals - */ --(void)interstitial:(IMInterstitial*)interstitial gotSignals:(NSData*)signals; -/** - *Notifies the delegate that the Interstitial has failed to get Signals with some error - */ --(void)interstitial:(IMInterstitial*)interstitial failedToGetSignalsWithError:(IMRequestStatus*)status; -/** - * Notifies the delegate that the ad server has returned an ad. Assets are not yet available. - * Please use interstitialDidFinishLoading: to receive a callback when assets are also available. - */ --(void)interstitialDidReceiveAd:(IMInterstitial*)interstitial __attribute((deprecated("Please use new API interstitial:didReceiveWithMetaInfo: as this API can be removed in future"))); -/** - * Notifies the delegate that the interstitial has finished loading and can be shown instantly. - */ --(void)interstitialDidFinishLoading:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has failed to load with some error. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToLoadWithError:(IMRequestStatus *)error; -/** - * Notifies the delegate that the interstitial would be presented. - */ --(void)interstitialWillPresent:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been presented. - */ --(void)interstitialDidPresent:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has failed to present with some error. - */ --(void)interstitial:(IMInterstitial*)interstitial didFailToPresentWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the interstitial will be dismissed. - */ --(void)interstitialWillDismiss:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been dismissed. - */ --(void)interstitialDidDismiss:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial has been interacted with. - */ --(void)interstitial:(IMInterstitial*)interstitial didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the user has performed the action to be incentivised with. - */ --(void)interstitial:(IMInterstitial*)interstitial rewardActionCompletedWithRewards:(NSDictionary*)rewards; -/** - * Notifies the delegate that the user will leave application context. - */ --(void)userWillLeaveApplicationFromInterstitial:(IMInterstitial*)interstitial; -/** - * Notifies the delegate that the interstitial ad impression has been tracked - */ --(void)interstitialAdImpressed:(IMInterstitial*)interstitial; -@end - -#endif /* INTERSTITIALDELEGATEINCLUDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h deleted file mode 100644 index 9456f3a1..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMInterstitialPreloadManager.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMInterstitialPreloadManager.h -// InMobiSDK -// -// Copyright © 2020 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMInterstitialPreloadManager : NSObject - --(instancetype)init NS_UNAVAILABLE; -/** - * Preload a Interstitial ad and returns the following callbacks. - * Meta Information will be recieved from the callback interstitial:didReceiveWithMetaInfo - * Failure of Preload will be recieved from the callback interstitial:didFailToReceiveWithError - */ --(void)preload; -/** - * Loads a Preloaded Interstitial ad. - */ --(void)load; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNative.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNative.h deleted file mode 100644 index 932b6768..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNative.h +++ /dev/null @@ -1,121 +0,0 @@ -// -// IMNative.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Class to integrate native ads in your application - * Use this class to integrate native ads in your application. For native ads, your application is given the raw assets for the ad. Your application can render these in a manner that is native to the look and feel of your application to drive better user engagement with the ad. If you need to customize aspects of ad impression and click-through reporting, your application can use the IMCustomNative class. - */ -#import -#import -#import - -@interface IMNative : NSObject -/** - * The primary view of the native ad. This view is rendered by InMobi and should be used by the publisher to display the ad. Impressions will be computed on this view. - * @param width The width of the primary view. Typically this should be the screen width. - */ --(UIView*)primaryViewOfWidth:(CGFloat)width; -/** - * The placement ID for this Native Ad.. - */ -@property (nonatomic, assign) long long placementId; -/** - * The content of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* customAdContent; -/** - * The title of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adTitle; -/** - * The description of the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adDescription; -/** - * The icon url of the ad. - */ -@property (nonatomic, strong, readonly) UIImage* adIcon; -/** - * The text to be specified for the cta. Typically this should be the text of the button. - */ -@property (nonatomic, strong, readonly) NSString* adCtaText; -/** - * A custom rating field for the native ad. - */ -@property (nonatomic, strong, readonly) NSString* adRating; -/** - * The landing page url of the Native ad. - */ -@property (nonatomic, strong, readonly) NSURL* adLandingPageUrl; -/** - * Indicates if the ad is an app download ad. - */ -@property (nonatomic, readonly) BOOL isAppDownload; -/** - * The delegate to receive callbacks - */ -@property (nonatomic, weak) id delegate; -/** - * A free form set of keywords, separated by ',' to be sent with the ad request. - * E.g: "sports,cars,bikes" - */ -@property (nonatomic, strong) NSString* keywords; -/** - * Any additional information to be passed to InMobi. - */ -@property (nonatomic, strong) NSDictionary* extras; -/** - * A unique identifier for the creative. - */ -@property (nonatomic, strong, readonly) NSString* creativeId; -/** - * contentUrl for OMSDK - */ -@property (nonatomic, strong) NSString* contentUrl; -/** - * init and new methods are unavailable for this class - * use "initWithPlacementId:" or "initWithPlacementId:delegate:" method. - */ -+ (instancetype)new NS_UNAVAILABLE; -- (instancetype)init NS_UNAVAILABLE; - -/** - * Initialize a Native ad with the given PlacementId - * @param placementId The placementId for loading the native ad - */ --(instancetype)initWithPlacementId:(long long)placementId; -/** - * Initialize a Native ad with the given PlacementId - * @param placementId The placementId for loading the native ad - * @param delegate The delegate to receive callbacks from IMNative - */ --(instancetype)initWithPlacementId:(long long)placementId delegate:(id)delegate NS_DESIGNATED_INITIALIZER; -/** - * Loads a Native ad - */ --(void)load; -/** - * Loads a Native Ad with a response Object. This is used for Open Auction use cases - * @param response An NSData object which contains the InMobi Native Ad - */ --(void)load:(NSData*)response; -/** - * Indicates if the native ad is ready to be displayed. - */ --(BOOL)isReady; -/** - * Reports the click action to the native ad and open the landing page. - */ --(void)reportAdClickAndOpenLandingPage; -/** - * Recycle the view that was presented by the native ad - */ --(void)recyclePrimaryView; -/** - * Contains additional information of ad. - */ -- (NSDictionary *)getAdMetaInfo; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNativeDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNativeDelegate.h deleted file mode 100644 index dd87994b..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMNativeDelegate.h +++ /dev/null @@ -1,83 +0,0 @@ -// -// IMNativeDelegate.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// - -/** - * A listener for receiving notifications during the lifecycle of an native ad. - * - * Note All the events in this listener will be invoked on your application's UI thread. - * - * In most cases your application will need to listen for the following events on an native ad - - The outcome of an ad request (if the request succeeded or failed); - see nativeDidFinishLoading:(IMNative*)native; and native:(IMNative*)native didFailToLoadWithError:(IMRequestStatus*)error; - - The ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; - see nativeDidPresentScreen:(IMNative*)native; - - The ad opened overlay was dismissed. The user is now free to interact with your application; - see nativeDidDismissScreen:(IMNative*)native; - - A user interaction with the ad will result in the User leaving your application context; - see userWillLeaveApplicationFromNative:(IMNative*)native; - */ -#import -#import - - -@class IMNative; -@protocol IMNativeDelegate -@optional -/** - * Notifies the delegate that the native ad has finished loading - */ --(void)nativeDidFinishLoading:(IMNative*)native; -/** - * Notifies the delegate that the native ad has failed to load with error. - */ --(void)native:(IMNative*)native didFailToLoadWithError:(IMRequestStatus*)error; -/** - * Notifies the delegate that the native ad would be presenting a full screen content. - */ --(void)nativeWillPresentScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad has presented a full screen content. - */ --(void)nativeDidPresentScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad would be dismissing the presented full screen content. - */ --(void)nativeWillDismissScreen:(IMNative*)native; -/** - * Notifies the delegate that the native ad has dismissed the presented full screen content. - */ --(void)nativeDidDismissScreen:(IMNative*)native; -/** - * Notifies the delegate that the user will be taken outside the application context. - */ --(void)userWillLeaveApplicationFromNative:(IMNative*)native; -/** - * Notifies the delegate that the native ad impression has been tracked - */ --(void)nativeAdImpressed:(IMNative*)native; -/** - * Notifies the delegate that the native ad has been interacted with. - */ --(void)native:(IMNative*)native didInteractWithParams:(NSDictionary*)params; -/** - * Notifies the delegate that the native ad has finished playing media. - */ --(void)nativeDidFinishPlayingMedia:(IMNative*)native; -/** - * Notifies the delegate that the user has skipped the playing media. - */ --(void)userDidSkipPlayingMediaFromNative:(IMNative*)native; -/** - * Notifies the delegate that the media audio state has been changed - mute/unmute. - * @param audioStateMuted is YES when audio is turned off and NO when audio is turned on. - */ --(void)native:(IMNative*)native adAudioStateChanged:(BOOL)audioStateMuted; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMRequestStatus.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMRequestStatus.h deleted file mode 100644 index df52755d..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMRequestStatus.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// IMRequestStatus.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Collection of codes indicating the status of an ad request. - */ - -#import -/** - * Enumeration for error codes - */ - -#ifndef REQUESTSTATUSINCLUDE_H -#define REQUESTSTATUSINCLUDE_H - -typedef NS_ENUM(NSInteger, IMStatusCode) { - kIMStatusCodeNetworkUnReachable, - kIMStatusCodeNoFill, - kIMStatusCodeRequestInvalid, - kIMStatusCodeRequestPending, - kIMStatusCodeRequestTimedOut, - kIMStatusCodeMultipleLoadsOnSameInstance, - kIMStatusCodeInternalError, - kIMStatusCodeServerError, - kIMStatusCodeAdActive, - kIMStatusCodeEarlyRefreshRequest, - kIMStatusCodeDroppingNetworkRequest -}; - - - -@interface IMRequestStatus : NSError -/** - * Create an InMobi specific error from NSError - * @param domain The domain where the error occured. (Domain here is specific to iOS) - * @param code The error code for this error. This can be read from NSError.code - * @param dict A more detailed explanation of the error. This contains fields like detailed description and name. More detailed documentation is found in NSError. - */ --(instancetype)initWithDomain:(NSString *)domain code:(IMStatusCode)code userInfo:(NSDictionary *)dict; - -@end - -#endif /* REQUESTSTATUSINCLUDE_H */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMSdk.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMSdk.h deleted file mode 100644 index b6068981..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMSdk.h +++ /dev/null @@ -1,195 +0,0 @@ -// -// IMSdk.h -// APIs -// Copyright (c) 2015 InMobi. All rights reserved. -// -/** - * Use this class to set the user specific demographic info. - * - * As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). - * - * Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. - * - * Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. - */ - -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface IMSdk : NSObject - -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready - */ -+(void)initWithAccountID:(NSString *)accountID andCompletionHandler:(void (^ _Nullable)( NSError * _Nullable )) completionBlock; -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - */ -+(void)initWithAccountID:(NSString *)accountID __attribute((deprecated("Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future"))); -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. - * It has Three optional keys:"gdpr", IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * "gdpr"(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - * @param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready - */ -+(void)initWithAccountID:(NSString *)accountID consentDictionary:(nullable NSDictionary*) consentDictionary andCompletionHandler:(void (^ _Nullable)( NSError * _Nullable )) completionBlock; -/** - * Initialize the sdk. This must be called before any other API for the SDK is used. - * @param accountID account id obtained from the InMobi portal. - * @param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. - * It has Three optional keys:"gdpr", IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * "gdpr"(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - */ -+(void)initWithAccountID:(NSString *)accountID consentDictionary:(nullable NSDictionary*) consentDictionary __attribute((deprecated("Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future"))); -/** - * updates the user consent for a session of the app - * - * @param consentDictionary consent dicionary allows publishers to provide its consent to collect user data and use it. - * It has Three optional keys:IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB - * IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - * IM_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_GDPR_CONSENT_IAB(string): Key to send the IAB consent string. - */ -+(void)updateGDPRConsent:(nullable NSDictionary *)consentDictionary; -/** - * updates the user consent (through mediation partner) for a session of the app - * - * @param consentDictionary consent dicionary allows partners to provide its consent to collect user data and use it. - * It has Two optional keys: IM_PARTNER_GDPR_CONSENT_AVAILABLE, IM_PARTNER_GDPR_APPLIES - * IM_PARTNER_GDPR_CONSENT_AVAILABLE(string): "true" : User has provided consent to collect and use data. - * "false": User has not provided consent to collect and use data. - * IM_PARTNER_GDPR_APPLIES(string): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. - */ -+(void)setPartnerGDPRConsent:(nullable NSDictionary *)consentDictionary; -/** - * Use this to get the version of the SDK. - * @return The version of the SDK. - */ -+(NSString *)getVersion; -/** - * Set the log level for SDK's logs - * @param desiredLogLevel The desired level of logs. - */ -+(void)setLogLevel:(IMSDKLogLevel)desiredLogLevel; -/** - * Use this to set the global state of the SDK to mute. - * @param shouldMute Boolean depicting the mute state of the SDK - */ -+(void)setMute:(BOOL)shouldMute; - -#pragma mark Audience Bidding -/** - * Use this API to get token for Audience Bidding. - * @return The token string. - */ -+(NSString *)getToken; -/** - * Use this API to get token for Audience Bidding. - * @param extras Any additional information to be passed to InMobi. - * @param keywords A free form set of keywords, separated by ',' to be sent with the ad request. - * @return The token string. - */ -+(NSString *)getTokenWithExtras:(nullable NSDictionary*)extras andKeywords:(nullable NSString*)keywords; - -#pragma mark Demog APIs -/** - * Provide the user's age to the SDK for targetting purposes. - * @param age The user's age. - */ -+(void)setAge:(unsigned short)age; -/** - * Provide the user's area code to the SDK for targetting purposes. - * @param areaCode The user's area code. - */ -+(void)setAreaCode:(NSString*)areaCode; -/** - * Provide the user's age group to the SDK for targetting purposes. - * @param ageGroup The user's age group. - */ -+(void)setAgeGroup:(IMSDKAgeGroup)ageGroup; -/** - * Provide a user's date of birth to the SDK for targetting purposes. - * @param yearOfBirth The user's date of birth. - */ -+(void)setYearOfBirth:(NSInteger)yearOfBirth; -/** - * Provide the user's education status to the SDK for targetting purposes. - * @param education The user's education status. - */ -+(void)setEducation:(IMSDKEducation)education; -/** - * Provide the user's gender to the SDK for targetting purposes. - * @param gender The user's gender. - */ -+(void)setGender:(IMSDKGender)gender; -/** - * Provide the user's interests to the SDK for targetting purposes. - * @param interests The user's interests. - */ -+(void)setInterests:(NSString*)interests; -/** - * Provide the user's preferred language to the SDK for targetting purposes. - * @param language The user's language. - */ -+(void)setLanguage:(NSString*)language; -/** - * Provide the user's location to the SDK for targetting purposes. - * @param city The user's city. - * @param state The user's state. - * @param country The user's country. - */ -+(void)setLocationWithCity:(NSString*)city state:(NSString*)state country:(NSString*)country; -/** - * Provide the user's location to the SDK for targetting purposes. - * @param location The location of the user - */ -+(void)setLocation:(CLLocation*)location; -/** - * Provide the user's postal code to the SDK for targetting purposes. - * @param postalcode The user's postalcode. - */ -+(void)setPostalCode:(NSString*)postalcode; - -/** - * Indicates whether the application wants to manage audio session. If set as NO, the InMobi SDK will stop managing AVAudioSession during the HTML video playback lifecycle. If set as YES, - * the InMobi SDK will manage AVAudioSession. That might set AVAudioSession's category to AVAudioSessionCategoryAmbient and categoryOption to AVAudioSessionCategoryOptionMixWithOthers, - * when HTML video is rendering. This setting will not stop the app audio from playing in an app. It will mix with ad audio and if any sound playing in another app, it will stop that sound and play the ads' - * sound and once the ad is dismissed it notifies another app. - * @param value Boolean depicting enable or disable the AVAudioSession management by SDK - */ -+(void)shouldAutoManageAVAudioSession:(BOOL)value; -/** - * Set Unified Id procured from vendors directly. - * The ids are to be submitted in the following format. - * key would be the vendor and value would be the identifier. - * { - * "id5" : "jkfid3ufolkb89hgvhb@$dj!@?#", - * "live Ramp": "$fvjk@kjfsk%$nfkvd9008jkf" - * } - * - * @param ids Represents the unified ids in dictionary format. - */ -+(void)setPublisherProvidedUnifiedId:(NSDictionary*)ids; -/** - * Provide if user is age restricted or not - * @param isRestricted The user's age restriction. Default value is false - */ -+(void)setIsAgeRestricted:(BOOL)isRestricted; -NS_ASSUME_NONNULL_END - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h deleted file mode 100644 index fe835c59..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdDelegate.h +++ /dev/null @@ -1,21 +0,0 @@ -// -// IMUnifiedIdDelegate.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import - -@protocol IMUnifiedIdDelegate - -/** - * Publishers should implement this protocol to fetch unified ids - * Publisher should send this delegate in IMUnifiedIdService fetchUnifiedIds:(id)delegate - * - * @param response contains unified ids procured from InMobi supported vendors - * @param error contains reason on why unified ids were not fetched. - */ - -- (void)onFetchCompleted:(nullable NSDictionary *)response error:(nullable NSError *)error; - -@end diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdService.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdService.h deleted file mode 100644 index c69500af..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUnifiedIdService.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// IMUnifiedIdService.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * Class to integrate UnifiedIdService - */ - -@interface IMUnifiedIdService : NSObject - -/** - * Update user's data to InMobiUnifiedIdService in hashed form. - * This method is used for identifying the user for user targeted ads. - * InMobiUnifiedIdService does not persist users info. - * It holds only the hashed info for a sessions lifetime. - * Expected to be called on every app session and on user login. - * @param data Represents user email and phone number in hashed format - */ -+ (void)push:(nullable IMUserDataModel *)data; - -/** - * Clears all UnifiedId info. - * Cancels all ongoing requests (Push and fetch). - * Clears publisher provided unified ids. - * Expected to be called on user logout. - */ -+ (void)reset; - -/** - * Retrieves unified id from InMobi supported vendors. - * @param delegate Represents the callback that delivers the unified ids. - */ -+ (void)fetchUnifiedIds:(id)delegate; - -/** - * For testing unified id on simulators, publisher needs to enable debug mode. - * Default value will be No. Debug mode is only for simulators, wont work on actual devices - * @param debugMode Set true to enable debug mode. - */ -+ (void)enableDebugMode:(BOOL)debugMode; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataModel.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataModel.h deleted file mode 100644 index d5d320ff..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataModel.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMUserDataModel.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * InMobiUserDataModel is Data Model for passing user data in hashed form to InMobiUnifiedIdService. - */ - -@interface IMUserDataModel : NSObject - -@property (nonatomic, strong) IMUserDataTypes* phoneNumber; -@property (nonatomic, strong) IMUserDataTypes* emailId; -@property (nonatomic, strong) NSDictionary* extras; - -- (instancetype)initWithPhoneNumber:(nullable IMUserDataTypes *)phoneNumber - emailId:(nullable IMUserDataTypes *)emailId - extras:(nullable NSDictionary *)extras; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataTypes.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataTypes.h deleted file mode 100644 index 254124e0..00000000 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/IMUserDataTypes.h +++ /dev/null @@ -1,28 +0,0 @@ -// -// IMUserDataTypes.h -// InMobiSDK -// Copyright © 2021 InMobi. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -/** - * InMobiUserDataTypes is Data Model for holding user data in hashed format - * that uses InMobiUserDataTypes to hold on to user email and phone number - */ - -@interface IMUserDataTypes : NSObject - -@property (nonatomic, strong) NSString* md5; -@property (nonatomic, strong) NSString* sha1; -@property (nonatomic, strong) NSString* sha256; - -- (instancetype)initWithMd5:(nullable NSString *)md5 - sha1:(nullable NSString *)sha1 - sha256:(nullable NSString *)sha256; - -@end - -NS_ASSUME_NONNULL_END diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h new file mode 100644 index 00000000..abbbd3f6 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK-Swift.h @@ -0,0 +1,2564 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef INMOBISDK_SWIFT_H +#define INMOBISDK_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wduplicate-method-match" +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else +#include +#include +#include +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="InMobiSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSString; + +SWIFT_CLASS("_TtC9InMobiSDK12IMAdMetaInfo") +@interface IMAdMetaInfo : NSObject +/// CreativeID of the ad. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeID; +/// Bid info Dictionary of the ad. +@property (nonatomic, readonly, copy) NSDictionary * _Nonnull bidInfo; +/// Bidvalue of the ad. +- (double)getBid SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@protocol IMBannerDelegate; +@class IMBannerPreloadManager; +@class NSCoder; +@class NSData; +@class UIWindow; + +/// Class to integrate banner ads in your application +/// Adding banner ads is demonstrated in the code fragment below. +/// Implement the following in the view controller. +/// Swift code snippet: +/// \code +/// let banner = IMBanner(frame: CGRect(x:0, y:50, width:320, height:50), placementId: 11203280001, delegate: self) +/// banner.load() +/// self.view.addSubview(banner) +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.banner = [[IMBanner alloc] initWithFrame:CGRectMake(0, 400, 320, 50) placementId:11203280001 delegate:self]; +/// [self.banner load]; +/// [self.view addSubview:self.banner]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the banner ad by implementing the IMBannerDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMBanner") +@interface IMBanner : UIView +/// The placement ID for this banner. +@property (nonatomic) int64_t placementId; +/// The delegate for the banner to notify of events. +@property (nonatomic, weak) id _Nullable delegate; +/// The refresh interval for the banner specified in seconds. +@property (nonatomic) NSInteger refreshInterval; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// The transition animation to be performed between refreshes. +@property (nonatomic) enum UIViewAnimationTransition transitionAnimation; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMBannerPreloadManager * _Nonnull preloadManager; +/// Initializes an IMBanner instance with the specified frame and default placementId. +/// \param frame CGRect for this view, according to the requested size. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame; +/// Initializes an IMBanner instance with the specified placementId +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId; +/// Initializes an IMBanner instance with the specified placementId and delegate. +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate The delegate to receive callbacks. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +/// Loads a banner with default values. +- (void)load; +/// Loads a Banner Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Banner Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Specifies if the banner should auto refresh +/// \param shouldAutoRefresh if the banner should be refreshed. +/// +- (void)shouldAutoRefresh:(BOOL)shouldAutoRefresh; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +/// overridden UIView method +- (void)willMoveToWindow:(UIWindow * _Nullable)newWindow; +@end + + + + + +@class IMRequestStatus; + +/// A listener for receiving notifications during the lifecycle of a banner ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// In most cases your application will need to listen for the following events on a banner ad. +/// +///
+/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func bannerDidFinishLoading(_ banner: IMBanner) +/// func banner(_ banner: IMBanner, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidFinishLoading: (IMBanner*)banner; +/// - (void) banner: (IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func bannerDidPresentScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidPresentScreen: (IMBanner*)banner; +/// +/// \endcodeThe ad overlay opened was dismissed. The user is now free to interact with your application; see +/// For Swift: +/// \code +/// func bannerDidDismissScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidDismissScreen: (IMBanner*)banner; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context; see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromBanner(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// -(void) userWillLeaveApplicationFromBanner:(IMBanner*)banner; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMBannerDelegate_") +@protocol IMBannerDelegate +@optional +/// Notifies the delegate that the banner has finished loading +- (void)bannerDidFinishLoading:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has recieved the ad with the meta/transaction info. +- (void)banner:(IMBanner * _Nonnull)banner didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)info; +/// Notifies the delegate that the banner has failed to preload with some error. +/// It will only be recieved when preload is called. +- (void)banner:(IMBanner * _Nonnull)banner didFailToReceiveWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner has failed to load with some error. +- (void)banner:(IMBanner * _Nonnull)banner didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner ad impression has been tracked +- (void)bannerAdImpressed:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner was interacted with. +- (void)banner:(IMBanner * _Nonnull)banner didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user would be taken out of the application context. +- (void)userWillLeaveApplicationFromBanner:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner would be presenting a full screen content. +- (void)bannerWillPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has finished presenting screen. +- (void)bannerDidPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner will start dismissing the presented screen. +- (void)bannerWillDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has dismissed the presented screen. +- (void)bannerDidDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the user has completed the action to be incentivised with. +- (void)banner:(IMBanner * _Nonnull)banner rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK22IMBannerPreloadManager") +@interface IMBannerPreloadManager : NSObject +/// Preloads a Banner ad +/// It returns the following callback. +///
    +///
  • +/// Meta Information will be recieved from the callback banner:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback banner:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Banner ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + +SWIFT_CLASS("_TtC9InMobiSDK17IMCommonConstants") +@interface IMCommonConstants : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_IAB;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_IAB SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_SUBJECT_TO_GDPR;) ++ (NSString * _Nonnull)IM_SUBJECT_TO_GDPR SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_APPLIES;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_APPLIES SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol IMInterstitialDelegate; +@class IMInterstitialPreloadManager; +@class UIViewController; +enum IMInterstitialAnimationType : NSInteger; + +/// Class to integrate interstitial ads in your application +/// Adding interstitial ads is demonstrated in the code fragment below +/// Implement the following in the viewcontroller +/// Swift code snippet: +/// \code +/// let interstitial = IMInterstitial(placementId: 11203280002, delegate: self) +/// interstitial.load() +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.interstitial = [[IMInterstitial alloc] initWithPlacementId:11203280002 delegate:self]; +/// [self.interstitial load]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the interstitial ad by implementing the IMInterstitialDelegate. +SWIFT_CLASS("_TtC9InMobiSDK14IMInterstitial") +@interface IMInterstitial : NSObject +/// The placement ID for this Interstitial. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMInterstitialPreloadManager * _Nonnull preloadManager; +/// Initializes an IMInterstitial instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMInterstitial instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// Loads an Interstitial +- (void)load; +/// Loads an Interstitial Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Interstitial Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// To query if the interstitial is ready to be shown +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +/// \param animationType The transition type for interstitial presentation. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController with:(enum IMInterstitialAnimationType)animationType; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// Interstitial Animation type +typedef SWIFT_ENUM(NSInteger, IMInterstitialAnimationType, closed) { + IMInterstitialAnimationTypeCoverVertical = 0, + IMInterstitialAnimationTypeFlipHorizontal = 1, + IMInterstitialAnimationTypeAsNone = 2, +}; + + +/// A listener for receiving notifications during the lifecycle of an interstitial. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on an interstitial +/// Information about the full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didReceiveWithMetaInfo metaInfo: IMAdMetaInfo) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo *)metaInfo; +/// +/// \endcodeA full screen ad is not available and hence information about it can not be retrieved. A proper error is avaiable for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToReceiveWithError error: Error) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didFailToReceiveWithError: (NSError *)error +/// +/// \endcodeThe full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitialDidReceiveAd(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidReceiveAd: (IMInterstitial *)interstitial; +/// +/// \endcodeThe outcome of an ad request (if the request succeeded or failed); see +/// For Swift: +/// \code +/// func interstitialDidFinishLoading(_ interstitial: IMInterstitial) +/// func interstitial(_ interstitial: IMInterstitial, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidFinishLoading: (IMInterstitial*)interstitial; +/// - (void)interstitial: (IMInterstitial*)interstitial didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be displayed: see +/// For Swift: +/// \code +/// func interstitialWillPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillPresent: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad is displayed that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func interstitialDidPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidPresent: (IMInterstitial *)interstitial; +/// +/// \endcodeThe full screen ad failed to be displayed. A proper error is available for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToPresentWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didFailToPresentWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be dismissed: see +/// For Swift: +/// \code +/// func interstitialWillDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func interstitialDidDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe user interacted with the full screen ad: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didInteractWithParams params: [String: Any]?) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didInteractWithParams: (NSDictionary*)params; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromInterstitial(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromInterstitial: (IMInterstitial*)interstitial; +/// +/// \endcodeIf your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the rewardActionCompletedWithRewards event +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, rewardActionCompletedWithRewards rewards: [String: Any]) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void)interstitial: (IMInterstitial*)interstitial rewardActionCompletedWithRewards: (NSDictionary*)rewards; +/// +/// \endcodeand handle it appropriately to unlock rewards for the user of your app. +SWIFT_PROTOCOL("_TtP9InMobiSDK22IMInterstitialDelegate_") +@protocol IMInterstitialDelegate +@optional +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)metaInfo; +/// Notifies the delegate that the interstitial has failed to recieve an Ad(failed to preload an ad) with some error. +/// This callback will only be recieved when Preload is called. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToReceiveWithError:(NSError * _Nonnull)error; +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitialDidReceiveAd:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has finished loading and can be shown instantly. +- (void)interstitialDidFinishLoading:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to load with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial ad impression has been tracked +- (void)interstitialAdImpressed:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial would be presented. +- (void)interstitialWillPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been presented. +- (void)interstitialDidPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to present with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToPresentWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial will be dismissed. +- (void)interstitialWillDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been dismissed. +- (void)interstitialDidDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been interacted with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user has performed the action to be incentivised with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +/// Notifies the delegate that the user will leave application context. +- (void)userWillLeaveApplicationFromInterstitial:(IMInterstitial * _Nonnull)interstitial; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK28IMInterstitialPreloadManager") +@interface IMInterstitialPreloadManager : NSObject +/// Preload a Interstitial ad +/// It returns the following callbacks. +///
    +///
  • +/// Meta Information will be recieved from the callback interstitial:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback interstitial:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Interstitial ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol IMNativeDelegate; +@class UIImage; +@class NSURL; + +/// Class to integrate native ads in your application +/// Adding native ads is demonstrated in the code fragment below. +/// Implement the following in the viewcontroller. +/// Swift code snippet: +/// \code +/// func viewDidLoad() { +/// super.viewDidLoad() +/// let nativeAd = IMNative(placementId: 11203280003, delegate: self) +/// nativeAd.load() +/// } +/// +/// func nativeDidFinishLoading(_ native: IMNative) { +/// if let aView = native.primaryView(ofWidth: self.contentView.frame.size.width) { +/// self.contentView.addSubview(aView) +/// } +/// } +/// +/// \endcodeObjective-C code snippet: +/// \code +/// - (void) viewDidLoad { +/// [super viewDidLoad]; +/// self.nativeAd = [[IMNative alloc] initWithPlacementId:11203280003 delegate:self]; +/// [self.nativeAd load]; +/// } +/// +/// - (void) nativeDidFinishLoading: (IMNative*)native{ +/// [self.contentView addSubview:[native primaryViewOfWidth:self.contentView.frame.size.width]]; +/// } +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the native ad by implementing the IMNativeDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMNative") +@interface IMNative : NSObject +/// The placement ID for this Native Ad.. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// The content of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable customAdContent; +/// The title of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adTitle; +/// The description of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adDescription; +/// The icon url of the ad. +@property (nonatomic, readonly, strong) UIImage * _Nullable adIcon; +/// The text to be specified for the cta. Typically this should be the text of the button. +@property (nonatomic, readonly, copy) NSString * _Nullable adCtaText; +/// A custom rating field for the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adRating; +/// The landing page url of the Native ad. +@property (nonatomic, readonly, copy) NSURL * _Nullable adLandingPageUrl; +/// Indicates if the ad is an app download ad. +@property (nonatomic, readonly) BOOL isAppDownload; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// Initializes an IMNative instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMNative instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// The primary view of the native ad. +/// This view is rendered by InMobi and should be used by the publisher to display the ad. Impressions will be computed on this view. +/// \param width The width of the primary view. Typically this should be the screen width. +/// +- (UIView * _Nullable)primaryViewOfWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +/// Loads a Native ad +- (void)load; +/// Loads a Native Ad with a response Object. +/// This is used for Open Auction use cases +/// \param response A Data variable which contains the InMobi Native Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Indicates if the native ad is ready to be displayed. +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Reports the click action to the native ad and open the landing page. +- (void)reportAdClickAndOpenLandingPage; +/// Recycle the view that was presented by the native ad +- (void)recyclePrimaryView; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// A listener for receiving notifications during the lifecycle of a native ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on a native ad. +/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func nativeDidFinishLoading(_ native: IMNative) +/// func native(_ native: IMNative, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidFinishLoading: (IMNative*)native; +/// - (void) native: (IMNative*)native didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func nativeDidPresentScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidPresentScreen: (IMNative*)native; +/// +/// \endcodeThe ad opened overlay was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func nativeDidDismissScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidDismissScreen: (IMNative*)native; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromNative(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromNative: (IMNative*)native; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMNativeDelegate_") +@protocol IMNativeDelegate +@optional +/// Notifies the delegate that the native ad has finished loading +- (void)nativeDidFinishLoading:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has failed to load with error. +- (void)native:(IMNative * _Nonnull)native didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the native ad would be presenting a full screen content. +- (void)nativeWillPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has presented a full screen content. +- (void)nativeDidPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad would be dismissing the presented full screen content. +- (void)nativeWillDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has dismissed the presented full screen content. +- (void)nativeDidDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user will be taken outside the application context. +- (void)userWillLeaveApplicationFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad impression has been tracked +- (void)nativeAdImpressed:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has been interacted with. +- (void)native:(IMNative * _Nonnull)native didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the native ad has finished playing media. +- (void)nativeDidFinishPlayingMedia:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user has skipped the playing media. +- (void)userDidSkipPlayingMediaFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the media audio state has been changed - mute/unmute. +/// \param audioStateMuted is YES when audio is turned off and NO when audio is turned on. +/// +- (void)native:(IMNative * _Nonnull)native adAudioStateChanged:(BOOL)audioStateMuted; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK15IMRequestStatus") +@interface IMRequestStatus : NSError +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; +@end + +/// User Age Group +typedef SWIFT_ENUM(NSInteger, IMSDKAgeGroup, closed) { + IMSDKAgeGroupBelow18 = 1, + IMSDKAgeGroupBetween18And24 = 2, + IMSDKAgeGroupBetween25And29 = 3, + IMSDKAgeGroupBetween30And34 = 4, + IMSDKAgeGroupBetween35And44 = 5, + IMSDKAgeGroupBetween45And54 = 6, + IMSDKAgeGroupBetween55And65 = 7, + IMSDKAgeGroupAbove65 = 8, +}; + +/// User Education +typedef SWIFT_ENUM(NSInteger, IMSDKEducation, closed) { + IMSDKEducationHighSchoolOrLess = 1, + IMSDKEducationCollageOrGraduate = 2, + IMSDKEducationPostGraduateOrAbove = 3, +}; + +/// User Gender +typedef SWIFT_ENUM(NSInteger, IMSDKGender, closed) { + IMSDKGenderMale = 1, + IMSDKGenderFemale = 2, +}; + +/// SDK Log level +typedef SWIFT_ENUM(NSInteger, IMSDKLogLevel, closed) { + IMSDKLogLevelNone = 0, + IMSDKLogLevelError = 1, + IMSDKLogLevelDebug = 2, +}; + + +/// Use this class to set the user specific demographic info. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +SWIFT_CLASS("_TtC9InMobiSDK5IMSdk") +@interface IMSdk : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// Use initWithAccountID(_:andCompletionHandler:) +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, +/// IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future"); +/// Updates the user consent for a session of the app +/// \param consentDictionary consent dicionary allows publishers to provide its consent to collect user data and use it. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true”: User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)updateGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Updates the user consent (through mediation partner) for a session of the app +/// \param consentDictionary consent dicionary allows partners to provide its consent to collect user data and use it. +/// It has Two optional keys: IM_PARTNER_GDPR_CONSENT_AVAILABLE, IM_PARTNER_GDPR_APPLIES +/// IM_PARTNER_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_PARTNER_GDPR_APPLIES(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// ++ (void)setPartnerGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Provide if user is age restricted or not +/// \param isRestricted The user’s age restriction. Default value is false +/// ++ (void)setIsAgeRestricted:(BOOL)isRestricted; +/// Use this to get the version of the SDK. +/// +/// returns: +/// The version of the SDK. ++ (NSString * _Nonnull)getVersion SWIFT_WARN_UNUSED_RESULT; +/// Set the log level for SDK’s logs +/// \param desiredLogLevel The desired level of logs, IMSDKLogLevel. +/// ++ (void)setLogLevel:(enum IMSDKLogLevel)desiredLogLevel; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Use this API to get token for Audience Bidding. +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getToken SWIFT_WARN_UNUSED_RESULT; +/// Use this API to get token for Audience Bidding. +/// \param extras Any additional information to be passed to InMobi. +/// +/// \param keywords A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getTokenWithExtras:(NSDictionary * _Nullable)extras andKeywords:(NSString * _Nullable)keywords SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Enable or disable the AVAudioSession management by SDK +/// Indicates whether the application wants to manage audio session. If set as NO, the InMobi SDK will stop managing AVAudioSession during the HTML video playback lifecycle. If set as YES, +/// the InMobi SDK will manage AVAudioSession. That might set AVAudioSession’s category to AVAudioSessionCategoryAmbient and categoryOption to AVAudioSessionCategoryOptionMixWithOthers, +/// when HTML video is rendering. This setting will not stop the app audio from playing in an app. It will mix with ad audio and if any sound playing in another app, it will stop that sound and play the ads’ +/// sound and once the ad is dismissed it notifies another app. +/// \param value Boolean depicting enable or disable the AVAudioSession management by SDK +/// ++ (void)shouldAutoManageAVAudioSession:(BOOL)value; +/// Use this to set the global state of the SDK to mute. +/// \param shouldMute Boolean depicting the mute state of the SDK +/// ++ (void)setMute:(BOOL)shouldMute; +/// Set Unified Id procured from vendors directly. +/// The ids are to be submitted in the following format. +/// key would be the vendor and value would be the identifier. +/// \code +/// { +/// "id5" : "jkfid3ufolkb89hgvhb@$dj!@?#", +/// "live Ramp": "$fvjk@kjfsk%$nfkvd9008jkf" +/// } +/// +/// \endcode\param ids Represents the unified ids in dictionary format. +/// ++ (void)setPublisherProvidedUnifiedId:(NSDictionary * _Nonnull)ids; +@end + +@class CLLocation; + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Provide the user’s age to the SDK for targetting purposes. +/// \param age The user’s age. +/// ++ (void)setAge:(NSInteger)age; +/// Provide the user’s area code to the SDK for targetting purposes. +/// \param areaCode The user’s area code. +/// ++ (void)setAreaCode:(NSString * _Nullable)areaCode; +/// Provide the user’s age group to the SDK for targetting purposes. +/// \param ageGroup The user’s age group, IMSDKAgeGroup. +/// ++ (void)setAgeGroup:(enum IMSDKAgeGroup)ageGroup; +/// Provide a user’s date of birth to the SDK for targetting purposes. +/// \param parameter yearOfBirth The user’s date of birth. +/// ++ (void)setYearOfBirth:(NSInteger)yearOfBirth; +/// Provide the user’s education status to the SDK for targetting purposes. +/// \param education The user’s education status, IMSDKEducation. +/// ++ (void)setEducation:(enum IMSDKEducation)education; +/// Provide the user’s gender to the SDK for targetting purposes. +/// \param gender The user’s gender, IMSDKGender. +/// ++ (void)setGender:(enum IMSDKGender)gender; +/// Provide the user’s interests to the SDK for targetting purposes. +/// \param interests The user’s interests. +/// ++ (void)setInterests:(NSString * _Nullable)interests; +/// Provide the user’s preferred language to the SDK for targetting purposes. +/// \param language The user’s language. +/// ++ (void)setLanguage:(NSString * _Nullable)language; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param city The user’s city. +/// +/// \param state The user’s state. +/// +/// \param country The user’s country. +/// ++ (void)setLocationWithCity:(NSString * _Nullable)city state:(NSString * _Nullable)state country:(NSString * _Nullable)country; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param location The location of the user +/// ++ (void)setLocation:(CLLocation * _Nullable)location; +/// Provide the user’s postal code to the SDK for targetting purposes. +/// \param postalcode The user’s postalcode. +/// ++ (void)setPostalCode:(NSString * _Nullable)postalcode; +@end + +/// Enumeration for error codes +/// Collection of codes indicating the status of an ad request. +typedef SWIFT_ENUM(NSInteger, IMStatusCode, closed) { + IMStatusCodeNetworkUnReachable = 0, + IMStatusCodeNoFill = 1, + IMStatusCodeRequestInvalid = 2, + IMStatusCodeRequestPending = 3, + IMStatusCodeRequestTimedOut = 4, + IMStatusCodeMultipleLoadsOnSameInstance = 5, + IMStatusCodeInternalError = 6, + IMStatusCodeServerError = 7, + IMStatusCodeAdActive = 8, + IMStatusCodeEarlyRefreshRequest = 9, + IMStatusCodeDroppingNetworkRequest = 10, + IMStatusCodeIncorrectPlacementID = 11, + IMStatusCodeSdkNotInitialised = 12, + IMStatusCodeInvalidBannerframe = 13, +}; + + +SWIFT_PROTOCOL("_TtP9InMobiSDK19IMUnifiedIdDelegate_") +@protocol IMUnifiedIdDelegate +/// Publishers should implement this protocol to fetch unified ids +/// Publisher should send this delegate in IMUnifiedIdService fetchUnifiedIds:(id)delegate +/// \param response contains unified ids procured from InMobi supported vendors +/// +/// \param error contains reason on why unified ids were not fetched. +/// +- (void)onFetchCompleted:(NSDictionary * _Nullable)response error:(NSError * _Nullable)error; +@end + +@class IMUserDataModel; + +/// Class to integrate UnifiedIdService +SWIFT_CLASS("_TtC9InMobiSDK18IMUnifiedIdService") +@interface IMUnifiedIdService : NSObject +/// Update user’s data to InMobiUnifiedIdService in hashed form. +/// This method is used for identifying the user for user targeted ads. +///
+/// Note: +/// +///
+///
    +///
  • +/// InMobiUnifiedIdService does not persist users info. +///
  • +///
  • +/// It holds only the hashed info for a sessions lifetime. +///
  • +///
  • +/// Expected to be called on every app session and on user login. +///
  • +///
+/// \param data Represents user email and phone number in hashed format +/// ++ (void)push:(IMUserDataModel * _Nullable)data; +/// Clears all UnifiedId info. +/// Expected to be called on user logout. +///
    +///
  • +/// It cancels all ongoing requests (Push and fetch). +///
  • +///
  • +/// Clears publisher provided unified ids. +///
  • +///
++ (void)reset; +/// Retrieves unified id from InMobi supported vendors. +/// \param delegate Represents the callback that delivers the unified ids. +/// ++ (void)fetchUnifiedIds:(id _Nullable)delegate; +/// For testing unified id on simulators, publisher needs to enable debug mode. +/// Default value will be No. Debug mode is only for simulators, wont work on actual devices +/// \param debugMode Set true to enable debug mode. +/// ++ (void)enableDebugMode:(BOOL)debugMode; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class IMUserDataTypes; + +/// Use this class to create data model for passing user data to IMUnifiedIdService. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataModel is Data Model for passing user data in hashed form to IMUserDataModel. +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataModel") +@interface IMUserDataModel : NSObject +@property (nonatomic, strong) IMUserDataTypes * _Nullable phoneNumber; +@property (nonatomic, strong) IMUserDataTypes * _Nullable emailId; +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// Creates the object of type IMUserDataModel +/// \param phoneNumber phone number of the user in hashed format +/// +/// \param emailId emailId of the user in hashed format +/// +/// \param extras any additional information about the user to be passed to InMobi +/// +- (nonnull instancetype)initWithPhoneNumber:(IMUserDataTypes * _Nullable)phoneNumber emailId:(IMUserDataTypes * _Nullable)emailId extras:(NSDictionary * _Nullable)extras OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataModel) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// Use this class to create user data in hashed format. +/// User email and phone number are 2 key pieces of information that can be hashed and held via using IMUserDataTypes & IMUserDataModel classes of InMobi SDK. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataTypes is Data Model for holding user data in hashed format +/// that uses InMobiUserDataTypes to hold on to user email and phone number +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataTypes") +@interface IMUserDataTypes : NSObject +@property (nonatomic, copy) NSString * _Nullable md5; +@property (nonatomic, copy) NSString * _Nullable sha1; +@property (nonatomic, copy) NSString * _Nullable sha256; +/// Creates the object of type IMUserDataTypes +/// \param md5 the md5 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha1 the sha1 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha256 the sha256 value of the data (e.g. phone number) that user wants to send to Unified service +/// +- (nonnull instancetype)initWithMd5:(NSString * _Nullable)md5 sha1:(NSString * _Nullable)sha1 sha256:(NSString * _Nullable)sha256 OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataTypes) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef INMOBISDK_SWIFT_H +#define INMOBISDK_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wduplicate-method-match" +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else +#include +#include +#include +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="InMobiSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +@class NSString; + +SWIFT_CLASS("_TtC9InMobiSDK12IMAdMetaInfo") +@interface IMAdMetaInfo : NSObject +/// CreativeID of the ad. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeID; +/// Bid info Dictionary of the ad. +@property (nonatomic, readonly, copy) NSDictionary * _Nonnull bidInfo; +/// Bidvalue of the ad. +- (double)getBid SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@protocol IMBannerDelegate; +@class IMBannerPreloadManager; +@class NSCoder; +@class NSData; +@class UIWindow; + +/// Class to integrate banner ads in your application +/// Adding banner ads is demonstrated in the code fragment below. +/// Implement the following in the view controller. +/// Swift code snippet: +/// \code +/// let banner = IMBanner(frame: CGRect(x:0, y:50, width:320, height:50), placementId: 11203280001, delegate: self) +/// banner.load() +/// self.view.addSubview(banner) +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.banner = [[IMBanner alloc] initWithFrame:CGRectMake(0, 400, 320, 50) placementId:11203280001 delegate:self]; +/// [self.banner load]; +/// [self.view addSubview:self.banner]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the banner ad by implementing the IMBannerDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMBanner") +@interface IMBanner : UIView +/// The placement ID for this banner. +@property (nonatomic) int64_t placementId; +/// The delegate for the banner to notify of events. +@property (nonatomic, weak) id _Nullable delegate; +/// The refresh interval for the banner specified in seconds. +@property (nonatomic) NSInteger refreshInterval; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// The transition animation to be performed between refreshes. +@property (nonatomic) enum UIViewAnimationTransition transitionAnimation; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMBannerPreloadManager * _Nonnull preloadManager; +/// Initializes an IMBanner instance with the specified frame and default placementId. +/// \param frame CGRect for this view, according to the requested size. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame; +/// Initializes an IMBanner instance with the specified placementId +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId; +/// Initializes an IMBanner instance with the specified placementId and delegate. +/// \param frame CGRect for this view, according to the requested size. +/// +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate The delegate to receive callbacks. +/// +- (nonnull instancetype)initWithFrame:(CGRect)frame placementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +/// Loads a banner with default values. +- (void)load; +/// Loads a Banner Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Banner Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Specifies if the banner should auto refresh +/// \param shouldAutoRefresh if the banner should be refreshed. +/// +- (void)shouldAutoRefresh:(BOOL)shouldAutoRefresh; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +/// overridden UIView method +- (void)willMoveToWindow:(UIWindow * _Nullable)newWindow; +@end + + + + + +@class IMRequestStatus; + +/// A listener for receiving notifications during the lifecycle of a banner ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// In most cases your application will need to listen for the following events on a banner ad. +/// +///
+/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func bannerDidFinishLoading(_ banner: IMBanner) +/// func banner(_ banner: IMBanner, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidFinishLoading: (IMBanner*)banner; +/// - (void) banner: (IMBanner*)banner didFailToLoadWithError:(IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func bannerDidPresentScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidPresentScreen: (IMBanner*)banner; +/// +/// \endcodeThe ad overlay opened was dismissed. The user is now free to interact with your application; see +/// For Swift: +/// \code +/// func bannerDidDismissScreen(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) bannerDidDismissScreen: (IMBanner*)banner; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context; see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromBanner(_ banner: IMBanner) +/// +/// \endcodeFor Objective-C: +/// \code +/// -(void) userWillLeaveApplicationFromBanner:(IMBanner*)banner; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMBannerDelegate_") +@protocol IMBannerDelegate +@optional +/// Notifies the delegate that the banner has finished loading +- (void)bannerDidFinishLoading:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has recieved the ad with the meta/transaction info. +- (void)banner:(IMBanner * _Nonnull)banner didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)info; +/// Notifies the delegate that the banner has failed to preload with some error. +/// It will only be recieved when preload is called. +- (void)banner:(IMBanner * _Nonnull)banner didFailToReceiveWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner has failed to load with some error. +- (void)banner:(IMBanner * _Nonnull)banner didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the banner ad impression has been tracked +- (void)bannerAdImpressed:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner was interacted with. +- (void)banner:(IMBanner * _Nonnull)banner didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user would be taken out of the application context. +- (void)userWillLeaveApplicationFromBanner:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner would be presenting a full screen content. +- (void)bannerWillPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has finished presenting screen. +- (void)bannerDidPresentScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner will start dismissing the presented screen. +- (void)bannerWillDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the banner has dismissed the presented screen. +- (void)bannerDidDismissScreen:(IMBanner * _Nonnull)banner; +/// Notifies the delegate that the user has completed the action to be incentivised with. +- (void)banner:(IMBanner * _Nonnull)banner rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK22IMBannerPreloadManager") +@interface IMBannerPreloadManager : NSObject +/// Preloads a Banner ad +/// It returns the following callback. +///
    +///
  • +/// Meta Information will be recieved from the callback banner:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback banner:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Banner ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + +SWIFT_CLASS("_TtC9InMobiSDK17IMCommonConstants") +@interface IMCommonConstants : NSObject +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_GDPR_CONSENT_IAB;) ++ (NSString * _Nonnull)IM_GDPR_CONSENT_IAB SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_SUBJECT_TO_GDPR;) ++ (NSString * _Nonnull)IM_SUBJECT_TO_GDPR SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_CONSENT_AVAILABLE;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_CONSENT_AVAILABLE SWIFT_WARN_UNUSED_RESULT; +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, copy) NSString * _Nonnull IM_PARTNER_GDPR_APPLIES;) ++ (NSString * _Nonnull)IM_PARTNER_GDPR_APPLIES SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@protocol IMInterstitialDelegate; +@class IMInterstitialPreloadManager; +@class UIViewController; +enum IMInterstitialAnimationType : NSInteger; + +/// Class to integrate interstitial ads in your application +/// Adding interstitial ads is demonstrated in the code fragment below +/// Implement the following in the viewcontroller +/// Swift code snippet: +/// \code +/// let interstitial = IMInterstitial(placementId: 11203280002, delegate: self) +/// interstitial.load() +/// +/// \endcodeObjective-C code snippet: +/// \code +/// self.interstitial = [[IMInterstitial alloc] initWithPlacementId:11203280002 delegate:self]; +/// [self.interstitial load]; +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the interstitial ad by implementing the IMInterstitialDelegate. +SWIFT_CLASS("_TtC9InMobiSDK14IMInterstitial") +@interface IMInterstitial : NSObject +/// The placement ID for this Interstitial. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// The preload Manager for Preload flow. +@property (nonatomic, readonly, strong) IMInterstitialPreloadManager * _Nonnull preloadManager; +/// Initializes an IMInterstitial instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMInterstitial instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// Loads an Interstitial +- (void)load; +/// Loads an Interstitial Ad with a response Object. This is used for Open Auction use cases +/// \param response An NSData object which contains the InMobi Interstitial Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// To query if the interstitial is ready to be shown +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController; +/// Displays the interstitial on the screen +/// \param viewController this view controller will be used to present interestitial. +/// +/// \param animationType The transition type for interstitial presentation. +/// +- (void)showFrom:(UIViewController * _Nonnull)viewController with:(enum IMInterstitialAnimationType)animationType; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +/// Releases memory and remove ad from screen. +- (void)cancel; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// Interstitial Animation type +typedef SWIFT_ENUM(NSInteger, IMInterstitialAnimationType, closed) { + IMInterstitialAnimationTypeCoverVertical = 0, + IMInterstitialAnimationTypeFlipHorizontal = 1, + IMInterstitialAnimationTypeAsNone = 2, +}; + + +/// A listener for receiving notifications during the lifecycle of an interstitial. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on an interstitial +/// Information about the full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didReceiveWithMetaInfo metaInfo: IMAdMetaInfo) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo *)metaInfo; +/// +/// \endcodeA full screen ad is not available and hence information about it can not be retrieved. A proper error is avaiable for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToReceiveWithError error: Error) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial *)interstitial didFailToReceiveWithError: (NSError *)error +/// +/// \endcodeThe full screen ad is available. But the assets (associated with the ad) are not yet available: see +/// For Swift: +/// \code +/// func interstitialDidReceiveAd(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidReceiveAd: (IMInterstitial *)interstitial; +/// +/// \endcodeThe outcome of an ad request (if the request succeeded or failed); see +/// For Swift: +/// \code +/// func interstitialDidFinishLoading(_ interstitial: IMInterstitial) +/// func interstitial(_ interstitial: IMInterstitial, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidFinishLoading: (IMInterstitial*)interstitial; +/// - (void)interstitial: (IMInterstitial*)interstitial didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be displayed: see +/// For Swift: +/// \code +/// func interstitialWillPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillPresent: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad is displayed that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func interstitialDidPresent(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidPresent: (IMInterstitial *)interstitial; +/// +/// \endcodeThe full screen ad failed to be displayed. A proper error is available for listener: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didFailToPresentWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didFailToPresentWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe full screen ad is about to be dismissed: see +/// For Swift: +/// \code +/// func interstitialWillDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialWillDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe full screen ad was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func interstitialDidDismiss(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitialDidDismiss: (IMInterstitial*)interstitial; +/// +/// \endcodeThe user interacted with the full screen ad: see +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, didInteractWithParams params: [String: Any]?) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) interstitial: (IMInterstitial*)interstitial didInteractWithParams: (NSDictionary*)params; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromInterstitial(_ interstitial: IMInterstitial) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromInterstitial: (IMInterstitial*)interstitial; +/// +/// \endcodeIf your application involves running rewarded or incentivised ads, then you should, in addition to the above events, also listen for the rewardActionCompletedWithRewards event +/// For Swift: +/// \code +/// func interstitial(_ interstitial: IMInterstitial, rewardActionCompletedWithRewards rewards: [String: Any]) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void)interstitial: (IMInterstitial*)interstitial rewardActionCompletedWithRewards: (NSDictionary*)rewards; +/// +/// \endcodeand handle it appropriately to unlock rewards for the user of your app. +SWIFT_PROTOCOL("_TtP9InMobiSDK22IMInterstitialDelegate_") +@protocol IMInterstitialDelegate +@optional +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didReceiveWithMetaInfo:(IMAdMetaInfo * _Nonnull)metaInfo; +/// Notifies the delegate that the interstitial has failed to recieve an Ad(failed to preload an ad) with some error. +/// This callback will only be recieved when Preload is called. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToReceiveWithError:(NSError * _Nonnull)error; +/// Notifies the delegate that the ad server has returned an ad. +/// Assets are not yet available. +/// Please use interstitialDidFinishLoading: to receive a callback when assets are also available. +- (void)interstitialDidReceiveAd:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has finished loading and can be shown instantly. +- (void)interstitialDidFinishLoading:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to load with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial ad impression has been tracked +- (void)interstitialAdImpressed:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial would be presented. +- (void)interstitialWillPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been presented. +- (void)interstitialDidPresent:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has failed to present with some error. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didFailToPresentWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the interstitial will be dismissed. +- (void)interstitialWillDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been dismissed. +- (void)interstitialDidDismiss:(IMInterstitial * _Nonnull)interstitial; +/// Notifies the delegate that the interstitial has been interacted with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the user has performed the action to be incentivised with. +- (void)interstitial:(IMInterstitial * _Nonnull)interstitial rewardActionCompletedWithRewards:(NSDictionary * _Nonnull)rewards; +/// Notifies the delegate that the user will leave application context. +- (void)userWillLeaveApplicationFromInterstitial:(IMInterstitial * _Nonnull)interstitial; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK28IMInterstitialPreloadManager") +@interface IMInterstitialPreloadManager : NSObject +/// Preload a Interstitial ad +/// It returns the following callbacks. +///
    +///
  • +/// Meta Information will be recieved from the callback interstitial:didReceiveWithMetaInfo +///
  • +///
  • +/// Failure of Preload will be recieved from the callback interstitial:didFailToReceiveWithError +///
  • +///
+- (void)preload; +/// Loads a Preloaded Interstitial ad. +- (void)load; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +@protocol IMNativeDelegate; +@class UIImage; +@class NSURL; + +/// Class to integrate native ads in your application +/// Adding native ads is demonstrated in the code fragment below. +/// Implement the following in the viewcontroller. +/// Swift code snippet: +/// \code +/// func viewDidLoad() { +/// super.viewDidLoad() +/// let nativeAd = IMNative(placementId: 11203280003, delegate: self) +/// nativeAd.load() +/// } +/// +/// func nativeDidFinishLoading(_ native: IMNative) { +/// if let aView = native.primaryView(ofWidth: self.contentView.frame.size.width) { +/// self.contentView.addSubview(aView) +/// } +/// } +/// +/// \endcodeObjective-C code snippet: +/// \code +/// - (void) viewDidLoad { +/// [super viewDidLoad]; +/// self.nativeAd = [[IMNative alloc] initWithPlacementId:11203280003 delegate:self]; +/// [self.nativeAd load]; +/// } +/// +/// - (void) nativeDidFinishLoading: (IMNative*)native{ +/// [self.contentView addSubview:[native primaryViewOfWidth:self.contentView.frame.size.width]]; +/// } +/// +/// \endcodeThe code snippet above demonstrates a dead simple integration. Your application code can additionally listen for lifecycle events on the native ad by implementing the IMNativeDelegate. +SWIFT_CLASS("_TtC9InMobiSDK8IMNative") +@interface IMNative : NSObject +/// The placement ID for this Native Ad.. +@property (nonatomic) int64_t placementId; +/// The delegate to receive callbacks +@property (nonatomic, weak) id _Nullable delegate; +/// A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// E.g: “sports,cars,bikes” +@property (nonatomic, copy) NSString * _Nullable keywords; +/// Any additional information to be passed to InMobi. +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// contentUrl for OMSDK +@property (nonatomic, copy) NSString * _Nullable contentUrl; +/// The content of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable customAdContent; +/// The title of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adTitle; +/// The description of the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adDescription; +/// The icon url of the ad. +@property (nonatomic, readonly, strong) UIImage * _Nullable adIcon; +/// The text to be specified for the cta. Typically this should be the text of the button. +@property (nonatomic, readonly, copy) NSString * _Nullable adCtaText; +/// A custom rating field for the native ad. +@property (nonatomic, readonly, copy) NSString * _Nullable adRating; +/// The landing page url of the Native ad. +@property (nonatomic, readonly, copy) NSURL * _Nullable adLandingPageUrl; +/// Indicates if the ad is an app download ad. +@property (nonatomic, readonly) BOOL isAppDownload; +/// A unique identifier for the creative. +@property (nonatomic, readonly, copy) NSString * _Nullable creativeId; +/// Initializes an IMNative instance with the specified placementId. +/// \param placementId the placement Id registered on the InMobi portal. +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId; +/// Initializes an IMNative instance with the specified placementId and delegate. +/// \param placementId the placement Id registered on the InMobi portal. +/// +/// \param delegate the delegate to receive callbacks +/// +- (nonnull instancetype)initWithPlacementId:(int64_t)placementId delegate:(id _Nullable)delegate OBJC_DESIGNATED_INITIALIZER; +/// The primary view of the native ad. +/// This view is rendered by InMobi and should be used by the publisher to display the ad. Impressions will be computed on this view. +/// \param width The width of the primary view. Typically this should be the screen width. +/// +- (UIView * _Nullable)primaryViewOfWidth:(CGFloat)width SWIFT_WARN_UNUSED_RESULT; +/// Loads a Native ad +- (void)load; +/// Loads a Native Ad with a response Object. +/// This is used for Open Auction use cases +/// \param response A Data variable which contains the InMobi Native Ad. +/// +- (void)load:(NSData * _Nonnull)response; +/// Indicates if the native ad is ready to be displayed. +- (BOOL)isReady SWIFT_WARN_UNUSED_RESULT; +/// Reports the click action to the native ad and open the landing page. +- (void)reportAdClickAndOpenLandingPage; +/// Recycle the view that was presented by the native ad +- (void)recyclePrimaryView; +/// Contains additional information of ad. +- (NSDictionary * _Nullable)getAdMetaInfo SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + +/// A listener for receiving notifications during the lifecycle of a native ad. +///
+/// Note: All the events in this listener will be invoked on your application’s UI thread. +/// +///
+/// In most cases your application will need to listen for the following events on a native ad. +/// The outcome of an ad request (if the request succeeded or failed): see +/// For Swift: +/// \code +/// func nativeDidFinishLoading(_ native: IMNative) +/// func native(_ native: IMNative, didFailToLoadWithError error: IMRequestStatus) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidFinishLoading: (IMNative*)native; +/// - (void) native: (IMNative*)native didFailToLoadWithError: (IMRequestStatus*)error; +/// +/// \endcodeThe ad opened an overlay that covered the screen. This means that the user can no longer interact with your application; see +/// For Swift: +/// \code +/// func nativeDidPresentScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidPresentScreen: (IMNative*)native; +/// +/// \endcodeThe ad opened overlay was dismissed. The user is now free to interact with your application: see +/// For Swift: +/// \code +/// func nativeDidDismissScreen(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) nativeDidDismissScreen: (IMNative*)native; +/// +/// \endcodeA user interaction with the ad will result in the User leaving your application context: see +/// For Swift: +/// \code +/// func userWillLeaveApplicationFromNative(_ native: IMNative) +/// +/// \endcodeFor Objective-C: +/// \code +/// - (void) userWillLeaveApplicationFromNative: (IMNative*)native; +/// +/// \endcode +SWIFT_PROTOCOL("_TtP9InMobiSDK16IMNativeDelegate_") +@protocol IMNativeDelegate +@optional +/// Notifies the delegate that the native ad has finished loading +- (void)nativeDidFinishLoading:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has failed to load with error. +- (void)native:(IMNative * _Nonnull)native didFailToLoadWithError:(IMRequestStatus * _Nonnull)error; +/// Notifies the delegate that the native ad would be presenting a full screen content. +- (void)nativeWillPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has presented a full screen content. +- (void)nativeDidPresentScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad would be dismissing the presented full screen content. +- (void)nativeWillDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has dismissed the presented full screen content. +- (void)nativeDidDismissScreen:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user will be taken outside the application context. +- (void)userWillLeaveApplicationFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad impression has been tracked +- (void)nativeAdImpressed:(IMNative * _Nonnull)native; +/// Notifies the delegate that the native ad has been interacted with. +- (void)native:(IMNative * _Nonnull)native didInteractWithParams:(NSDictionary * _Nullable)params; +/// Notifies the delegate that the native ad has finished playing media. +- (void)nativeDidFinishPlayingMedia:(IMNative * _Nonnull)native; +/// Notifies the delegate that the user has skipped the playing media. +- (void)userDidSkipPlayingMediaFromNative:(IMNative * _Nonnull)native; +/// Notifies the delegate that the media audio state has been changed - mute/unmute. +/// \param audioStateMuted is YES when audio is turned off and NO when audio is turned on. +/// +- (void)native:(IMNative * _Nonnull)native adAudioStateChanged:(BOOL)audioStateMuted; +@end + + +SWIFT_CLASS("_TtC9InMobiSDK15IMRequestStatus") +@interface IMRequestStatus : NSError +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; +- (nonnull instancetype)initWithDomain:(NSString * _Nonnull)domain code:(NSInteger)code userInfo:(NSDictionary * _Nullable)dict SWIFT_UNAVAILABLE; +@end + +/// User Age Group +typedef SWIFT_ENUM(NSInteger, IMSDKAgeGroup, closed) { + IMSDKAgeGroupBelow18 = 1, + IMSDKAgeGroupBetween18And24 = 2, + IMSDKAgeGroupBetween25And29 = 3, + IMSDKAgeGroupBetween30And34 = 4, + IMSDKAgeGroupBetween35And44 = 5, + IMSDKAgeGroupBetween45And54 = 6, + IMSDKAgeGroupBetween55And65 = 7, + IMSDKAgeGroupAbove65 = 8, +}; + +/// User Education +typedef SWIFT_ENUM(NSInteger, IMSDKEducation, closed) { + IMSDKEducationHighSchoolOrLess = 1, + IMSDKEducationCollageOrGraduate = 2, + IMSDKEducationPostGraduateOrAbove = 3, +}; + +/// User Gender +typedef SWIFT_ENUM(NSInteger, IMSDKGender, closed) { + IMSDKGenderMale = 1, + IMSDKGenderFemale = 2, +}; + +/// SDK Log level +typedef SWIFT_ENUM(NSInteger, IMSDKLogLevel, closed) { + IMSDKLogLevelNone = 0, + IMSDKLogLevelError = 1, + IMSDKLogLevelDebug = 2, +}; + + +/// Use this class to set the user specific demographic info. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +SWIFT_CLASS("_TtC9InMobiSDK5IMSdk") +@interface IMSdk : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// Use initWithAccountID(_:andCompletionHandler:) +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, +/// IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// +/// \param completionBlock A block which is invoked once the SDK has been successfully initialised and is ready. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary andCompletionHandler:(void (^ _Nullable)(NSError * _Nullable))completionBlock SWIFT_METHOD_FAMILY(none); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// +/// \param consentDictionary InMobi relies on the publishers to obtain explicit consent from users for continuing business activities in EU as per GDPR . Consent dictionary allows publishers to indicate consent status as obtained from the users for InMobi services to function appropriately. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID consentDictionary:(NSDictionary * _Nullable)consentDictionary SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future"); +/// Initialize the sdk. This must be called before any other API for the SDK is used. +/// \param accountID account id obtained from the InMobi portal. +/// ++ (void)initWithAccountID:(NSString * _Nonnull)accountID SWIFT_METHOD_FAMILY(none) SWIFT_DEPRECATED_MSG("Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future"); +/// Updates the user consent for a session of the app +/// \param consentDictionary consent dicionary allows publishers to provide its consent to collect user data and use it. +/// It has Three optional keys: IM_SUBJECT_TO_GDPR, IM_GDPR_CONSENT_AVAILABLE, IM_GDPR_CONSENT_IAB +/// IM_SUBJECT_TO_GDPR(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// IM_GDPR_CONSENT_AVAILABLE(String): “true”: User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_GDPR_CONSENT_IAB(String): Key to send the IAB consent string. +/// ++ (void)updateGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Updates the user consent (through mediation partner) for a session of the app +/// \param consentDictionary consent dicionary allows partners to provide its consent to collect user data and use it. +/// It has Two optional keys: IM_PARTNER_GDPR_CONSENT_AVAILABLE, IM_PARTNER_GDPR_APPLIES +/// IM_PARTNER_GDPR_CONSENT_AVAILABLE(String): “true” : User has provided consent to collect and use data. +/// “false”: User has not provided consent to collect and use data. +/// IM_PARTNER_GDPR_APPLIES(String): Whether or not the request is subjected to GDPR regulations (0 = No, 1 = Yes), omission indicates Unknown. +/// ++ (void)setPartnerGDPRConsent:(NSDictionary * _Nullable)consentDictionary; +/// Provide if user is age restricted or not +/// \param isRestricted The user’s age restriction. Default value is false +/// ++ (void)setIsAgeRestricted:(BOOL)isRestricted; +/// Use this to get the version of the SDK. +/// +/// returns: +/// The version of the SDK. ++ (NSString * _Nonnull)getVersion SWIFT_WARN_UNUSED_RESULT; +/// Set the log level for SDK’s logs +/// \param desiredLogLevel The desired level of logs, IMSDKLogLevel. +/// ++ (void)setLogLevel:(enum IMSDKLogLevel)desiredLogLevel; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Use this API to get token for Audience Bidding. +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getToken SWIFT_WARN_UNUSED_RESULT; +/// Use this API to get token for Audience Bidding. +/// \param extras Any additional information to be passed to InMobi. +/// +/// \param keywords A free form set of keywords, separated by ‘,’ to be sent with the ad request. +/// +/// +/// returns: +/// The token string. ++ (NSString * _Nullable)getTokenWithExtras:(NSDictionary * _Nullable)extras andKeywords:(NSString * _Nullable)keywords SWIFT_WARN_UNUSED_RESULT; +@end + + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Enable or disable the AVAudioSession management by SDK +/// Indicates whether the application wants to manage audio session. If set as NO, the InMobi SDK will stop managing AVAudioSession during the HTML video playback lifecycle. If set as YES, +/// the InMobi SDK will manage AVAudioSession. That might set AVAudioSession’s category to AVAudioSessionCategoryAmbient and categoryOption to AVAudioSessionCategoryOptionMixWithOthers, +/// when HTML video is rendering. This setting will not stop the app audio from playing in an app. It will mix with ad audio and if any sound playing in another app, it will stop that sound and play the ads’ +/// sound and once the ad is dismissed it notifies another app. +/// \param value Boolean depicting enable or disable the AVAudioSession management by SDK +/// ++ (void)shouldAutoManageAVAudioSession:(BOOL)value; +/// Use this to set the global state of the SDK to mute. +/// \param shouldMute Boolean depicting the mute state of the SDK +/// ++ (void)setMute:(BOOL)shouldMute; +/// Set Unified Id procured from vendors directly. +/// The ids are to be submitted in the following format. +/// key would be the vendor and value would be the identifier. +/// \code +/// { +/// "id5" : "jkfid3ufolkb89hgvhb@$dj!@?#", +/// "live Ramp": "$fvjk@kjfsk%$nfkvd9008jkf" +/// } +/// +/// \endcode\param ids Represents the unified ids in dictionary format. +/// ++ (void)setPublisherProvidedUnifiedId:(NSDictionary * _Nonnull)ids; +@end + +@class CLLocation; + +@interface IMSdk (SWIFT_EXTENSION(InMobiSDK)) +/// Provide the user’s age to the SDK for targetting purposes. +/// \param age The user’s age. +/// ++ (void)setAge:(NSInteger)age; +/// Provide the user’s area code to the SDK for targetting purposes. +/// \param areaCode The user’s area code. +/// ++ (void)setAreaCode:(NSString * _Nullable)areaCode; +/// Provide the user’s age group to the SDK for targetting purposes. +/// \param ageGroup The user’s age group, IMSDKAgeGroup. +/// ++ (void)setAgeGroup:(enum IMSDKAgeGroup)ageGroup; +/// Provide a user’s date of birth to the SDK for targetting purposes. +/// \param parameter yearOfBirth The user’s date of birth. +/// ++ (void)setYearOfBirth:(NSInteger)yearOfBirth; +/// Provide the user’s education status to the SDK for targetting purposes. +/// \param education The user’s education status, IMSDKEducation. +/// ++ (void)setEducation:(enum IMSDKEducation)education; +/// Provide the user’s gender to the SDK for targetting purposes. +/// \param gender The user’s gender, IMSDKGender. +/// ++ (void)setGender:(enum IMSDKGender)gender; +/// Provide the user’s interests to the SDK for targetting purposes. +/// \param interests The user’s interests. +/// ++ (void)setInterests:(NSString * _Nullable)interests; +/// Provide the user’s preferred language to the SDK for targetting purposes. +/// \param language The user’s language. +/// ++ (void)setLanguage:(NSString * _Nullable)language; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param city The user’s city. +/// +/// \param state The user’s state. +/// +/// \param country The user’s country. +/// ++ (void)setLocationWithCity:(NSString * _Nullable)city state:(NSString * _Nullable)state country:(NSString * _Nullable)country; +/// Provide the user’s location to the SDK for targetting purposes. +/// \param location The location of the user +/// ++ (void)setLocation:(CLLocation * _Nullable)location; +/// Provide the user’s postal code to the SDK for targetting purposes. +/// \param postalcode The user’s postalcode. +/// ++ (void)setPostalCode:(NSString * _Nullable)postalcode; +@end + +/// Enumeration for error codes +/// Collection of codes indicating the status of an ad request. +typedef SWIFT_ENUM(NSInteger, IMStatusCode, closed) { + IMStatusCodeNetworkUnReachable = 0, + IMStatusCodeNoFill = 1, + IMStatusCodeRequestInvalid = 2, + IMStatusCodeRequestPending = 3, + IMStatusCodeRequestTimedOut = 4, + IMStatusCodeMultipleLoadsOnSameInstance = 5, + IMStatusCodeInternalError = 6, + IMStatusCodeServerError = 7, + IMStatusCodeAdActive = 8, + IMStatusCodeEarlyRefreshRequest = 9, + IMStatusCodeDroppingNetworkRequest = 10, + IMStatusCodeIncorrectPlacementID = 11, + IMStatusCodeSdkNotInitialised = 12, + IMStatusCodeInvalidBannerframe = 13, +}; + + +SWIFT_PROTOCOL("_TtP9InMobiSDK19IMUnifiedIdDelegate_") +@protocol IMUnifiedIdDelegate +/// Publishers should implement this protocol to fetch unified ids +/// Publisher should send this delegate in IMUnifiedIdService fetchUnifiedIds:(id)delegate +/// \param response contains unified ids procured from InMobi supported vendors +/// +/// \param error contains reason on why unified ids were not fetched. +/// +- (void)onFetchCompleted:(NSDictionary * _Nullable)response error:(NSError * _Nullable)error; +@end + +@class IMUserDataModel; + +/// Class to integrate UnifiedIdService +SWIFT_CLASS("_TtC9InMobiSDK18IMUnifiedIdService") +@interface IMUnifiedIdService : NSObject +/// Update user’s data to InMobiUnifiedIdService in hashed form. +/// This method is used for identifying the user for user targeted ads. +///
+/// Note: +/// +///
+///
    +///
  • +/// InMobiUnifiedIdService does not persist users info. +///
  • +///
  • +/// It holds only the hashed info for a sessions lifetime. +///
  • +///
  • +/// Expected to be called on every app session and on user login. +///
  • +///
+/// \param data Represents user email and phone number in hashed format +/// ++ (void)push:(IMUserDataModel * _Nullable)data; +/// Clears all UnifiedId info. +/// Expected to be called on user logout. +///
    +///
  • +/// It cancels all ongoing requests (Push and fetch). +///
  • +///
  • +/// Clears publisher provided unified ids. +///
  • +///
++ (void)reset; +/// Retrieves unified id from InMobi supported vendors. +/// \param delegate Represents the callback that delivers the unified ids. +/// ++ (void)fetchUnifiedIds:(id _Nullable)delegate; +/// For testing unified id on simulators, publisher needs to enable debug mode. +/// Default value will be No. Debug mode is only for simulators, wont work on actual devices +/// \param debugMode Set true to enable debug mode. +/// ++ (void)enableDebugMode:(BOOL)debugMode; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + +@class IMUserDataTypes; + +/// Use this class to create data model for passing user data to IMUnifiedIdService. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataModel is Data Model for passing user data in hashed form to IMUserDataModel. +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataModel") +@interface IMUserDataModel : NSObject +@property (nonatomic, strong) IMUserDataTypes * _Nullable phoneNumber; +@property (nonatomic, strong) IMUserDataTypes * _Nullable emailId; +@property (nonatomic, copy) NSDictionary * _Nullable extras; +/// Creates the object of type IMUserDataModel +/// \param phoneNumber phone number of the user in hashed format +/// +/// \param emailId emailId of the user in hashed format +/// +/// \param extras any additional information about the user to be passed to InMobi +/// +- (nonnull instancetype)initWithPhoneNumber:(IMUserDataTypes * _Nullable)phoneNumber emailId:(IMUserDataTypes * _Nullable)emailId extras:(NSDictionary * _Nullable)extras OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataModel) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +/// Use this class to create user data in hashed format. +/// User email and phone number are 2 key pieces of information that can be hashed and held via using IMUserDataTypes & IMUserDataModel classes of InMobi SDK. +/// As part of the General Data Protection Regulation (“GDPR”) publishers who collect data on their apps, are required to have a legal basis for collecting and processing the personal data of users in the European Economic Area (“EEA”). +/// Please ensure that you obtain appropriate consent from the user before making ad requests to InMobi for Europe and indicate the same by following our recommended SDK implementation. +/// Please do not pass any demographics information of a user; if you do not have user consent from such user in Europe. +/// IMUserDataTypes is Data Model for holding user data in hashed format +/// that uses InMobiUserDataTypes to hold on to user email and phone number +SWIFT_CLASS("_TtC9InMobiSDK15IMUserDataTypes") +@interface IMUserDataTypes : NSObject +@property (nonatomic, copy) NSString * _Nullable md5; +@property (nonatomic, copy) NSString * _Nullable sha1; +@property (nonatomic, copy) NSString * _Nullable sha256; +/// Creates the object of type IMUserDataTypes +/// \param md5 the md5 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha1 the sha1 value of the data (e.g. phone number) that user wants to send to Unified service +/// +/// \param sha256 the sha256 value of the data (e.g. phone number) that user wants to send to Unified service +/// +- (nonnull instancetype)initWithMd5:(NSString * _Nullable)md5 sha1:(NSString * _Nullable)sha1 sha256:(NSString * _Nullable)sha256 OBJC_DESIGNATED_INITIALIZER; +/// Creates and returns a copy of existing object +- (id _Nonnull)copyWithZone:(struct _NSZone * _Nullable)zone SWIFT_WARN_UNUSED_RESULT; +/// Compares two objects of class IMUserDataTypes and returns boolean value to indicate the same +/// \param other the 2nd object (of type IMUserDataTypes) that you want to compare this object with +/// +/// +/// returns: +/// true or false +- (BOOL)isEqual:(id _Nullable)other SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK.h b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK.h index c240d37d..9aa45a12 100644 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK.h +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Headers/InMobiSDK.h @@ -16,32 +16,6 @@ FOUNDATION_EXPORT double InMobiSDKVersionNumber; //! Project version string for InMobiSDK. FOUNDATION_EXPORT const unsigned char InMobiSDKVersionString[]; -#import -#import -#import - -#import -#import -#import - -#import -#import -#import - -#import -#import - -#import -#import - -#if __has_include() -#import -#endif - -#import -#import -#import -#import #import #endif /* InMobiSDK_h */ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK index 1404eee7..5d57d0ed 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/InMobiSDK differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist index 551d6be9..f8e696e8 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Info.plist differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo new file mode 100644 index 00000000..08194f9b Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo new file mode 100644 index 00000000..6f124b14 Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..18aabac9 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,18240 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerPreloadManager", + "printedName": "IMBannerPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)load", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)init", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMStatusCode", + "printedName": "IMStatusCode", + "children": [ + { + "kind": "Var", + "name": "networkUnReachable", + "printedName": "networkUnReachable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNetworkUnReachable", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18networkUnReachableyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "noFill", + "printedName": "noFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNoFill", + "mangledName": "$s9InMobiSDK12IMStatusCodeO6noFillyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "requestInvalid", + "printedName": "requestInvalid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestInvalid", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestInvalidyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "requestPending", + "printedName": "requestPending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestPending", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestPendingyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "requestTimedOut", + "printedName": "requestTimedOut", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestTimedOut", + "mangledName": "$s9InMobiSDK12IMStatusCodeO15requestTimedOutyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "multipleLoadsOnSameInstance", + "printedName": "multipleLoadsOnSameInstance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeMultipleLoadsOnSameInstance", + "mangledName": "$s9InMobiSDK12IMStatusCodeO27multipleLoadsOnSameInstanceyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "internalError", + "printedName": "internalError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInternalError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO13internalErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "serverError", + "printedName": "serverError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeServerError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO11serverErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "adActive", + "printedName": "adActive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeAdActive", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8adActiveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "earlyRefreshRequest", + "printedName": "earlyRefreshRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeEarlyRefreshRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO19earlyRefreshRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "droppingNetworkRequest", + "printedName": "droppingNetworkRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeDroppingNetworkRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO22droppingNetworkRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "incorrectPlacementID", + "printedName": "incorrectPlacementID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeIncorrectPlacementID", + "mangledName": "$s9InMobiSDK12IMStatusCodeO20incorrectPlacementIDyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "sdkNotInitialised", + "printedName": "sdkNotInitialised", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeSdkNotInitialised", + "mangledName": "$s9InMobiSDK12IMStatusCodeO17sdkNotInitialisedyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "invalidBannerframe", + "printedName": "invalidBannerframe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInvalidBannerframe", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18invalidBannerframeyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMStatusCode?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivp", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivg", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMStatusCode", + "mangledName": "$s9InMobiSDK12IMStatusCodeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMRequestStatus", + "printedName": "IMRequestStatus", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(domain:code:userInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus(im)initWithDomain:code:userInfo:", + "mangledName": "$s9InMobiSDK15IMRequestStatusC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithDomain:code:userInfo:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus", + "mangledName": "$s9InMobiSDK15IMRequestStatusC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSError", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "Foundation.NSError", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration.CaptiveNetwork", + "printedName": "SystemConfiguration.CaptiveNetwork", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialDelegate", + "printedName": "IMInterstitialDelegate", + "children": [ + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToReceiveWithErroryAA0D0C_s0L0_ptF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidReceiveAd", + "printedName": "interstitialDidReceiveAd(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidReceiveAd:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP24interstitialDidReceiveAdyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidFinishLoading", + "printedName": "interstitialDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidFinishLoading:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP28interstitialDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialAdImpressed", + "printedName": "interstitialAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialAdImpressed:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillPresent", + "printedName": "interstitialWillPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidPresent", + "printedName": "interstitialDidPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToPresentWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToPresentWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToPresentWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillDismiss", + "printedName": "interstitialWillDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidDismiss", + "printedName": "interstitialDidDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didInteractWithParams:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromInterstitial", + "printedName": "userWillLeaveApplicationFromInterstitial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)userWillLeaveApplicationFromInterstitial:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP40userWillLeaveApplicationFromInterstitialyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataModel", + "printedName": "IMUserDataModel", + "children": [ + { + "kind": "Var", + "name": "phoneNumber", + "printedName": "phoneNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setPhoneNumber:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emailId", + "printedName": "emailId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setEmailId:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setExtras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(phoneNumber:emailId:extras:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)initWithPhoneNumber:emailId:extras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumber7emailId6extrasAcA0dE5TypesCSg_AISDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPhoneNumber:emailId:extras:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataModelCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel", + "mangledName": "$s9InMobiSDK15IMUserDataModelC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMSdk", + "printedName": "IMSdk", + "children": [ + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_20andCompletionHandlerySS_ys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionary20andCompletionHandlerySS_SDySSypGSgys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionaryySS_SDySSypGSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountIDyySSFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateGDPRConsent", + "printedName": "updateGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)updateGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC17updateGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPartnerGDPRConsent", + "printedName": "setPartnerGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setPartnerGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC21setPartnerGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIsAgeRestricted", + "printedName": "setIsAgeRestricted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setIsAgeRestricted:", + "mangledName": "$s9InMobiSDK5IMSdkC18setIsAgeRestrictedyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getVersion", + "printedName": "getVersion()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)getVersion", + "mangledName": "$s9InMobiSDK5IMSdkC10getVersionSSyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLogLevel", + "printedName": "setLogLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setLogLevel:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLogLevelyyAA08IMSDKLogG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getToken", + "printedName": "getToken()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getToken", + "mangledName": "$s9InMobiSDK5IMSdkC8getTokenSSSgyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getTokenWithExtras", + "printedName": "getTokenWithExtras(_:andKeywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getTokenWithExtras:andKeywords:", + "mangledName": "$s9InMobiSDK5IMSdkC18getTokenWithExtras_11andKeywordsSSSgSDySSypGSg_AFtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAge", + "printedName": "setAge(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAge:", + "mangledName": "$s9InMobiSDK5IMSdkC6setAgeyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAreaCode", + "printedName": "setAreaCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAreaCode:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAreaCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAgeGroup", + "printedName": "setAgeGroup(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAgeGroup:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAgeGroupyyAA08IMSDKAgeG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setYearOfBirth", + "printedName": "setYearOfBirth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setYearOfBirth:", + "mangledName": "$s9InMobiSDK5IMSdkC14setYearOfBirthyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setEducation", + "printedName": "setEducation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setEducation:", + "mangledName": "$s9InMobiSDK5IMSdkC12setEducationyyAA14IMSDKEducationOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setGender", + "printedName": "setGender(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setGender:", + "mangledName": "$s9InMobiSDK5IMSdkC9setGenderyyAA11IMSDKGenderOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setInterests", + "printedName": "setInterests(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setInterests:", + "mangledName": "$s9InMobiSDK5IMSdkC12setInterestsyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLanguage", + "printedName": "setLanguage(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLanguage:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLanguageyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocationWithCity", + "printedName": "setLocationWithCity(_:state:country:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocationWithCity:state:country:", + "mangledName": "$s9InMobiSDK5IMSdkC19setLocationWithCity_5state7countryySSSg_A2GtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocation", + "printedName": "setLocation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreLocation.CLLocation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CLLocation", + "printedName": "CoreLocation.CLLocation", + "usr": "c:objc(cs)CLLocation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocation:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLocationyySo10CLLocationCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPostalCode", + "printedName": "setPostalCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPostalCode:", + "mangledName": "$s9InMobiSDK5IMSdkC13setPostalCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoManageAVAudioSession", + "printedName": "shouldAutoManageAVAudioSession(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)shouldAutoManageAVAudioSession:", + "mangledName": "$s9InMobiSDK5IMSdkC30shouldAutoManageAVAudioSessionyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMute", + "printedName": "setMute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setMute:", + "mangledName": "$s9InMobiSDK5IMSdkC7setMuteyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPublisherProvidedUnifiedId", + "printedName": "setPublisherProvidedUnifiedId(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPublisherProvidedUnifiedId:", + "mangledName": "$s9InMobiSDK5IMSdkC29setPublisherProvidedUnifiedIdyySDySSypGFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk", + "mangledName": "$s9InMobiSDK5IMSdkC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMBanner", + "printedName": "IMBanner", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMBannerDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "refreshInterval", + "printedName": "refreshInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setRefreshInterval:", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC15refreshIntervalSivM", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "transitionAnimation", + "printedName": "transitionAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setTransitionAnimation:", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:", + "mangledName": "$s9InMobiSDK8IMBannerC5frameACSo6CGRectV_tcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementIdACSo6CGRectV_s5Int64Vtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:delegate:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementId8delegateACSo6CGRectV_s5Int64VAA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:delegate:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load:", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoRefresh", + "printedName": "shouldAutoRefresh(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)shouldAutoRefresh:", + "mangledName": "$s9InMobiSDK8IMBannerC17shouldAutoRefreshyySbF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMBannerC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)cancel", + "mangledName": "$s9InMobiSDK8IMBannerC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "willMove", + "printedName": "willMove(toWindow:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIWindow?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIWindow", + "printedName": "UIKit.UIWindow", + "usr": "c:objc(cs)UIWindow" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)willMoveToWindow:", + "mangledName": "$s9InMobiSDK8IMBannerC8willMove8toWindowySo8UIWindowCSg_tF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "willMoveToWindow:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner", + "mangledName": "$s9InMobiSDK8IMBannerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialPreloadManager", + "printedName": "IMInterstitialPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)load", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)init", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerDelegate", + "printedName": "IMBannerDelegate", + "children": [ + { + "kind": "Function", + "name": "bannerDidFinishLoading", + "printedName": "bannerDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_25didFailToReceiveWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerAdImpressed", + "printedName": "bannerAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerAdImpressed:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP17bannerAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromBanner", + "printedName": "userWillLeaveApplicationFromBanner(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)userWillLeaveApplicationFromBanner:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP34userWillLeaveApplicationFromBanneryyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillPresentScreen", + "printedName": "bannerWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidPresentScreen", + "printedName": "bannerDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillDismissScreen", + "printedName": "bannerWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidDismissScreen", + "printedName": "bannerDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdService", + "printedName": "IMUnifiedIdService", + "children": [ + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)push:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC4pushyyAA15IMUserDataModelCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)reset", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC5resetyyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchUnifiedIds", + "printedName": "fetchUnifiedIds(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUnifiedIdDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUnifiedIdDelegate", + "printedName": "InMobiSDK.IMUnifiedIdDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)fetchUnifiedIds:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15fetchUnifiedIdsyyAA0dE8Delegate_pSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugMode", + "printedName": "enableDebugMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)enableDebugMode:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15enableDebugModeyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AdSupport", + "printedName": "AdSupport", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "AppTrackingTransparency", + "printedName": "AppTrackingTransparency", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdDelegate", + "printedName": "IMUnifiedIdDelegate", + "children": [ + { + "kind": "Function", + "name": "onFetchCompleted", + "printedName": "onFetchCompleted(_:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate(im)onFetchCompleted:error:", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP16onFetchCompleted_5errorySDySSypGSg_So7NSErrorCSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMUnifiedIdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNative", + "printedName": "IMNative", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMNativeDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customAdContent", + "printedName": "customAdContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adTitle", + "printedName": "adTitle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adDescription", + "printedName": "adDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adIcon", + "printedName": "adIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adCtaText", + "printedName": "adCtaText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adRating", + "printedName": "adRating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adLandingPageUrl", + "printedName": "adLandingPageUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppDownload", + "printedName": "isAppDownload", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "primaryView", + "printedName": "primaryView(ofWidth:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)primaryViewOfWidth:", + "mangledName": "$s9InMobiSDK8IMNativeC11primaryView7ofWidthSo6UIViewCSg12CoreGraphics7CGFloatV_tF", + "moduleName": "InMobiSDK", + "objc_name": "primaryViewOfWidth:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load:", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isReady", + "mangledName": "$s9InMobiSDK8IMNativeC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reportAdClickAndOpenLandingPage", + "printedName": "reportAdClickAndOpenLandingPage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)reportAdClickAndOpenLandingPage", + "mangledName": "$s9InMobiSDK8IMNativeC31reportAdClickAndOpenLandingPageyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recyclePrimaryView", + "printedName": "recyclePrimaryView()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)recyclePrimaryView", + "mangledName": "$s9InMobiSDK8IMNativeC18recyclePrimaryViewyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMNativeC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)init", + "mangledName": "$s9InMobiSDK8IMNativeCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative", + "mangledName": "$s9InMobiSDK8IMNativeC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataTypes", + "printedName": "IMUserDataTypes", + "children": [ + { + "kind": "Var", + "name": "md5", + "printedName": "md5", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setMd5:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha1", + "printedName": "sha1", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha1:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha256", + "printedName": "sha256", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(md5:sha1:sha256:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)initWithMd5:sha1:sha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md54sha16sha256ACSSSg_A2Gtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithMd5:sha1:sha256:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataTypesCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "StoreKit.SKAdImpression", + "printedName": "StoreKit.SKAdImpression", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMAdMetaInfo", + "printedName": "IMAdMetaInfo", + "children": [ + { + "kind": "Var", + "name": "creativeID", + "printedName": "creativeID", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bidInfo", + "printedName": "bidInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "getBid", + "printedName": "getBid()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)getBid", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC6getBidSdyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)init", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMInterstitial", + "printedName": "IMInterstitial", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMInterstitialDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setDelegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setKeywords:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setExtras:", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setContentUrl:", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)isReady", + "mangledName": "$s9InMobiSDK14IMInterstitialC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4fromySo16UIViewControllerC_tF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:with:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4from4withySo16UIViewControllerC_AA0D13AnimationTypeOtF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:with:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK14IMInterstitialC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)cancel", + "mangledName": "$s9InMobiSDK14IMInterstitialC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)init", + "mangledName": "$s9InMobiSDK14IMInterstitialCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial", + "mangledName": "$s9InMobiSDK14IMInterstitialC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "InMobiSDK.Private", + "printedName": "InMobiSDK.Private", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNativeDelegate", + "printedName": "IMNativeDelegate", + "children": [ + { + "kind": "Function", + "name": "nativeDidFinishLoading", + "printedName": "nativeDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillPresentScreen", + "printedName": "nativeWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidPresentScreen", + "printedName": "nativeDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillDismissScreen", + "printedName": "nativeWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidDismissScreen", + "printedName": "nativeDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromNative", + "printedName": "userWillLeaveApplicationFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userWillLeaveApplicationFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP34userWillLeaveApplicationFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeAdImpressed", + "printedName": "nativeAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeAdImpressed:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP17nativeAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidFinishPlayingMedia", + "printedName": "nativeDidFinishPlayingMedia(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishPlayingMedia:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP27nativeDidFinishPlayingMediayyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userDidSkipPlayingMediaFromNative", + "printedName": "userDidSkipPlayingMediaFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userDidSkipPlayingMediaFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP33userDidSkipPlayingMediaFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:adAudioStateChanged:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:adAudioStateChanged:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_19adAudioStateChangedyAA0D0C_SbtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMCommonConstants", + "printedName": "IMCommonConstants", + "children": [ + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_IAB", + "printedName": "IM_GDPR_CONSENT_IAB", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_SUBJECT_TO_GDPR", + "printedName": "IM_SUBJECT_TO_GDPR", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_APPLIES", + "printedName": "IM_PARTNER_GDPR_APPLIES", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMCommonConstants", + "printedName": "InMobiSDK.IMCommonConstants", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(im)init", + "mangledName": "$s9InMobiSDK17IMCommonConstantsCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKLogLevel", + "printedName": "IMSDKLogLevel", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelNone", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO4noneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelError", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5erroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelDebug", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5debugyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKGender", + "printedName": "IMSDKGender", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderMale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO4maleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderFemale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO6femaleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKGender?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivp", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivg", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKGender", + "mangledName": "$s9InMobiSDK11IMSDKGenderO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKEducation", + "printedName": "IMSDKEducation", + "children": [ + { + "kind": "Var", + "name": "highSchoolOrLess", + "printedName": "highSchoolOrLess", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationHighSchoolOrLess", + "mangledName": "$s9InMobiSDK14IMSDKEducationO16highSchoolOrLessyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "collageOrGraduate", + "printedName": "collageOrGraduate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationCollageOrGraduate", + "mangledName": "$s9InMobiSDK14IMSDKEducationO17collageOrGraduateyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "postGraduateOrAbove", + "printedName": "postGraduateOrAbove", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationPostGraduateOrAbove", + "mangledName": "$s9InMobiSDK14IMSDKEducationO19postGraduateOrAboveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKEducation?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivp", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivg", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation", + "mangledName": "$s9InMobiSDK14IMSDKEducationO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKAgeGroup", + "printedName": "IMSDKAgeGroup", + "children": [ + { + "kind": "Var", + "name": "below18", + "printedName": "below18", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBelow18", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7below18yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "between18And24", + "printedName": "between18And24", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween18And24", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between18And24yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "between25And29", + "printedName": "between25And29", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween25And29", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between25And29yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "between30And34", + "printedName": "between30And34", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween30And34", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between30And34yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "between35And44", + "printedName": "between35And44", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween35And44", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between35And44yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "between45And54", + "printedName": "between45And54", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween45And54", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between45And54yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "between55And65", + "printedName": "between55And65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween55And65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between55And65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "above65", + "printedName": "above65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupAbove65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7above65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKAgeGroup?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialAnimationType", + "printedName": "IMInterstitialAnimationType", + "children": [ + { + "kind": "Var", + "name": "coverVertical", + "printedName": "coverVertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeCoverVertical", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO13coverVerticalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "flipHorizontal", + "printedName": "flipHorizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeFlipHorizontal", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO14flipHorizontalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "asNone", + "printedName": "asNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeAsNone", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO6asNoneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialAnimationType?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SQLite3", + "printedName": "SQLite3", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 770, + "length": 31, + "value": "\"Kindly create IMBanner Object\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 584, + "length": 22, + "value": "\"InMobiSDK.IMBannerPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 45, + "value": "\"com.inmobi.unifiedidservice.backgroundQueue\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 15, + "value": "\"InMobiSDK.IMRequestStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 11, + "value": "\"InMobiSDK.IMAdManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 380, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 24, + "value": "\"InMobiSDK.IMInterstitialAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 38, + "value": "\"com.inmobi.ads.adresponsemodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift", + "kind": "IntegerLiteral", + "offset": 237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift", + "kind": "StringLiteral", + "offset": 892, + "length": 15, + "value": "\"InMobiSDK.IMUserDataModel\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 41, + "value": "\"com.inmobi.IMPublisherProvidedInfo.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 462, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 596, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 28, + "value": "\"com.inmobi.user.postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 792, + "length": 26, + "value": "\"com.inmobi.user.areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 925, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 994, + "length": 29, + "value": "\"com.inmobi.user.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1062, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1128, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1194, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1334, + "length": 28, + "value": "\"com.inmobi.sdk.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1400, + "length": 25, + "value": "\"com.inmobi.sdk.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 26, + "value": "\"com.inmobi.sdk.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1528, + "length": 25, + "value": "\"com.inmobi.sdk.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 28, + "value": "\"com.inmobi.sdk.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1659, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1717, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1848, + "length": 32, + "value": "\"com.inmobi.publisher.unifiedid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1925, + "length": 32, + "value": "\"com.inmobi.user.age.restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift", + "kind": "IntegerLiteral", + "offset": 6942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMBannerCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift", + "kind": "StringLiteral", + "offset": 614, + "length": 28, + "value": "\"InMobiSDK.IMInterstitialPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "StringLiteral", + "offset": 2126, + "length": 30, + "value": "\"com.inmobi.ads.requeststatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1786, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1818, + "length": 4, + "value": "\"im\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 963, + "length": 3, + "value": "320" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 976, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "StringLiteral", + "offset": 1024, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "BooleanLiteral", + "offset": 7147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 8, + "value": "\"InMobiSDK.IMNative\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 15, + "value": "\"InMobiSDK.IMUserDataTypes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "StringLiteral", + "offset": 423, + "length": 40, + "value": "\"kInMobiReachabilityChangedNotification\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "IntegerLiteral", + "offset": 362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1172, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 31, + "value": "\"inmobi.recordEvent(120,null);\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 199, + "length": 8, + "value": "\"InMobiSDK.IMAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "StringLiteral", + "offset": 528, + "length": 16, + "value": "\"InMobiSDK.IMNetworkWebView\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "StringLiteral", + "offset": 412, + "length": 18, + "value": "\"InMobiSDK.IMNetworkOperation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMNativeCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 37, + "value": "\"com.inmobi.IMComplianceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 26, + "value": "\"IABConsent_ConsentString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 26, + "value": "\"IABConsent_SubjectToGDPR\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 662, + "length": 20, + "value": "\"IABTCF_gdprApplies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 17, + "value": "\"IABTCF_TCString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 36, + "value": "\"com.inmobi.unifiedid.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 387, + "length": 45, + "value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "BooleanLiteral", + "offset": 492, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "StringLiteral", + "offset": 262, + "length": 14, + "value": "\"InMobiSDK.IMTimerManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 6, + "value": "\"InMobiSDK.IMPing\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12199, + "length": 15, + "value": "\".IMLTVPEvents\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12290, + "length": 20, + "value": "\"im-cfg-commons-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12355, + "length": 20, + "value": "\"im-cfg-metrics-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12419, + "length": 19, + "value": "\"im-cfg-req-params\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12480, + "length": 17, + "value": "\"im-cfg-root-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12539, + "length": 24, + "value": "\"im_cache_ad_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 26, + "value": "\"im_cache_rule_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12672, + "length": 20, + "value": "\"imm_cache_location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12733, + "length": 24, + "value": "\"com.inmobi.logs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12812, + "length": 13, + "value": "\"_iat_dids__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12865, + "length": 20, + "value": "\"_iat_dids_expiry__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12927, + "length": 17, + "value": "\"_iat_download__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12981, + "length": 12, + "value": "\"_iat_map__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13031, + "length": 24, + "value": "\"com.inmobi._iat_list__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13117, + "length": 16, + "value": "\"iae_session_id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13177, + "length": 16, + "value": "\"iae_session_ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13234, + "length": 13, + "value": "\"ltvp_ft_day\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13289, + "length": 14, + "value": "\"ltvp_ft_ever\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13346, + "length": 15, + "value": "\"ltvp_ft_month\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13403, + "length": 14, + "value": "\"ltvp_ft_user\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13459, + "length": 14, + "value": "\"ltvp_ft_week\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13515, + "length": 14, + "value": "\"ltvp_ft_bits\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13581, + "length": 23, + "value": "\"com.inmobi.user.ltvid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13645, + "length": 40, + "value": "\"com.inmobi.commonManager.adNetwork.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13726, + "length": 38, + "value": "\"com.inmobi.commonManager.commons.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13801, + "length": 34, + "value": "\"com.inmobi.commonManager.iat.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13873, + "length": 35, + "value": "\"com.inmobi.commonManager.ltvp.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13951, + "length": 40, + "value": "\"com.inmobi.commonManager.rendering.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 35, + "value": "\"com.inmobi.commonManager.carb.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14103, + "length": 36, + "value": "\"com.inmobi.commonManager.mraid.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14175, + "length": 33, + "value": "\"com.inmobi.commonManager.pk.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14274, + "length": 36, + "value": "\"com.inmobi.configManager.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14354, + "length": 34, + "value": "\"com.inmobi.configManager.commons\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14428, + "length": 30, + "value": "\"com.inmobi.configManager.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14499, + "length": 31, + "value": "\"com.inmobi.configManager.ltvp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14571, + "length": 31, + "value": "\"com.inmobi.configManager.root\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14648, + "length": 36, + "value": "\"com.inmobi.configManager.rendering\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 31, + "value": "\"com.inmobi.configManager.carb\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14795, + "length": 29, + "value": "\"com.inmobi.configManager.pk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14900, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14985, + "length": 44, + "value": "\"com.inmobi.metricManager.configs.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15077, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15161, + "length": 36, + "value": "\"com.inmobi.metricManager.count.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15242, + "length": 42, + "value": "\"com.inmobi.metricManager.count.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15330, + "length": 36, + "value": "\"com.inmobi.metricManager.count.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15409, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15491, + "length": 46, + "value": "\"com.inmobi.metricManager.timestamp.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15580, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 29, + "value": "\"com.inmobi.catalog.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15749, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15811, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15876, + "length": 29, + "value": "\"com.inmobi.user.dateOfBirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15943, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16013, + "length": 31, + "value": "\"com.inmobi.user.maritalStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16097, + "length": 35, + "value": "\"com.inmobi.user.sexualOrientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16179, + "length": 29, + "value": "\"com.inmobi.user.hasChildren\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16247, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16314, + "length": 28, + "value": "\"com.inmobi.user.postalCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16381, + "length": 26, + "value": "\"com.inmobi.user.areaCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16450, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16523, + "length": 29, + "value": "\"com.inmobi.user.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16590, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16655, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16721, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16794, + "length": 44, + "value": "\"com.inmobi.user.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16877, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16939, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17004, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17078, + "length": 26, + "value": "\"com.inmobi.sdk.sessionid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17149, + "length": 37, + "value": "\"com.inmobi.sdk.location.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17223, + "length": 34, + "value": "\"com.inmobi.sdk.location.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17295, + "length": 35, + "value": "\"com.inmobi.sdk.location.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17368, + "length": 34, + "value": "\"com.inmobi.sdk.location.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17448, + "length": 52, + "value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17545, + "length": 26, + "value": "\"com.inmobi.carb.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17609, + "length": 19, + "value": "\"com.inmobi.aesKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17660, + "length": 18, + "value": "\"com.inmobi.ivKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17715, + "length": 33, + "value": "\"com.inmobi.exceptionlogs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17836, + "length": 32, + "value": "\"crashreportinglasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18059, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18133, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18209, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 21, + "value": "\"com.inmobi.keys.aes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18445, + "length": 45, + "value": "\"InMobi_defaultStore_user_preference_to_send\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18648, + "length": 21, + "value": "\"InMobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18729, + "length": 25, + "value": "\"InMobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18908, + "length": 24, + "value": "\"com.inmobidefaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18995, + "length": 28, + "value": "\"com.inmobicom.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19160, + "length": 25, + "value": "\"com.inmobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19249, + "length": 29, + "value": "\"com.inmobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19464, + "length": 9, + "value": "\".inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19518, + "length": 19, + "value": "\"inmobi.sdkversion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19575, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19642, + "length": 26, + "value": "\"com.preinit.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19719, + "length": 24, + "value": "\"com.coppa.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19796, + "length": 17, + "value": "\"_configUpdateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19866, + "length": 24, + "value": "\"bannerlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19940, + "length": 21, + "value": "\"intlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20014, + "length": 24, + "value": "\"nativelasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20104, + "length": 27, + "value": "\"telemetrylasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20181, + "length": 21, + "value": "\"asimMappingManagers\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20250, + "length": 19, + "value": "\"asimPlacementInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20321, + "length": 23, + "value": "\"asimTrueBaseEventUrls\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 29, + "value": "\"com.inmobi.IMPingStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6799, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "BooleanLiteral", + "offset": 6863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 6907, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "FloatLiteral", + "offset": 5800, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 27, + "value": "\"com.inmobi.initialisation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift", + "kind": "StringLiteral", + "offset": 136, + "length": 12, + "value": "\"InMobiSDK.IMAdMetaInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift", + "kind": "StringLiteral", + "offset": 174, + "length": 14, + "value": "\"InMobiSDK.IMBannerAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift", + "kind": "BooleanLiteral", + "offset": 391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 30, + "value": "\"com.inmobi.IMAdProvider.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 307, + "length": 12, + "value": "\"InMobiSDK.IMAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "BooleanLiteral", + "offset": 6463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 14, + "value": "\"InMobiSDK.IMInterstitial\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 50, + "length": 31, + "value": "\"com.inmobi.ads.adsmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2893, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 25, + "value": "\"yyyy.MM.dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 54, + "value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "BooleanLiteral", + "offset": 603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 27, + "value": "\"PersistentCleanSuccessful\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "StringLiteral", + "offset": 203, + "length": 36, + "value": "\"com.inmobi.ads.trackersmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift", + "kind": "Array", + "offset": 254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 5, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 26, + "value": "\"com.inmobi.network.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 16, + "value": "\"Internal Error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 560, + "length": 28, + "value": "\"Service Returned An Error.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 628, + "length": 20, + "value": "\"Client side errors\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 52, + "value": "\"Network not reachable currently. Please try again.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 14, + "value": "\"InMobiSDK.IMNetworkError\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMBannerAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 46, + "value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "StringLiteral", + "offset": 292, + "length": 50, + "value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"InMobiSDK.IMSDKSettingsEx\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "StringLiteral", + "offset": 165, + "length": 8, + "value": "\"InMobiSDK.IMCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift", + "kind": "StringLiteral", + "offset": 193, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMNativeAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 437, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 483, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "StringLiteral", + "offset": 187, + "length": 14, + "value": "\"InMobiSDK.IMNativeAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 24, + "value": "\"gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 297, + "length": 14, + "value": "\"gdpr_consent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 355, + "length": 6, + "value": "\"gdpr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 32, + "value": "\"partner_gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 22, + "value": "\"partner_gdpr_applies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 27, + "value": "\"com.inmobi.IMSignals.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 253, + "length": 15, + "value": "\"inMobi.sqlite\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 22, + "value": "\"com.inmobi.datastore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 449, + "length": 34, + "value": "\"com.inmobi.IMRdbmsDataStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "StringLiteral", + "offset": 190, + "length": 33, + "value": "\"com.inmobi.ads.adsetmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 844, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 27, + "value": "\"com.inmobi.contextualData\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "FloatLiteral", + "offset": 363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "IntegerLiteral", + "offset": 388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 442, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..5b864f3c --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 00000000..42c89ae3 Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 00000000..5b864f3c --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 00000000..18aabac9 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,18240 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerPreloadManager", + "printedName": "IMBannerPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)load", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager(im)init", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager", + "mangledName": "$s9InMobiSDK22IMBannerPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMStatusCode", + "printedName": "IMStatusCode", + "children": [ + { + "kind": "Var", + "name": "networkUnReachable", + "printedName": "networkUnReachable", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNetworkUnReachable", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18networkUnReachableyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "noFill", + "printedName": "noFill", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeNoFill", + "mangledName": "$s9InMobiSDK12IMStatusCodeO6noFillyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "requestInvalid", + "printedName": "requestInvalid", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestInvalid", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestInvalidyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "requestPending", + "printedName": "requestPending", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestPending", + "mangledName": "$s9InMobiSDK12IMStatusCodeO14requestPendingyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "requestTimedOut", + "printedName": "requestTimedOut", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeRequestTimedOut", + "mangledName": "$s9InMobiSDK12IMStatusCodeO15requestTimedOutyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "multipleLoadsOnSameInstance", + "printedName": "multipleLoadsOnSameInstance", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeMultipleLoadsOnSameInstance", + "mangledName": "$s9InMobiSDK12IMStatusCodeO27multipleLoadsOnSameInstanceyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "internalError", + "printedName": "internalError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInternalError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO13internalErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "serverError", + "printedName": "serverError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeServerError", + "mangledName": "$s9InMobiSDK12IMStatusCodeO11serverErroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Var", + "name": "adActive", + "printedName": "adActive", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeAdActive", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8adActiveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 8 + }, + { + "kind": "Var", + "name": "earlyRefreshRequest", + "printedName": "earlyRefreshRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeEarlyRefreshRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO19earlyRefreshRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 9 + }, + { + "kind": "Var", + "name": "droppingNetworkRequest", + "printedName": "droppingNetworkRequest", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeDroppingNetworkRequest", + "mangledName": "$s9InMobiSDK12IMStatusCodeO22droppingNetworkRequestyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 10 + }, + { + "kind": "Var", + "name": "incorrectPlacementID", + "printedName": "incorrectPlacementID", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeIncorrectPlacementID", + "mangledName": "$s9InMobiSDK12IMStatusCodeO20incorrectPlacementIDyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 11 + }, + { + "kind": "Var", + "name": "sdkNotInitialised", + "printedName": "sdkNotInitialised", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeSdkNotInitialised", + "mangledName": "$s9InMobiSDK12IMStatusCodeO17sdkNotInitialisedyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 12 + }, + { + "kind": "Var", + "name": "invalidBannerframe", + "printedName": "invalidBannerframe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMStatusCode.Type) -> InMobiSDK.IMStatusCode", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMStatusCode.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMStatusCode@IMStatusCodeInvalidBannerframe", + "mangledName": "$s9InMobiSDK12IMStatusCodeO18invalidBannerframeyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 13 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMStatusCode?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMStatusCode", + "printedName": "InMobiSDK.IMStatusCode", + "usr": "c:@M@InMobiSDK@E@IMStatusCode" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivp", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK12IMStatusCodeO8rawValueSivg", + "mangledName": "$s9InMobiSDK12IMStatusCodeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMStatusCode", + "mangledName": "$s9InMobiSDK12IMStatusCodeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMRequestStatus", + "printedName": "IMRequestStatus", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(domain:code:userInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus(im)initWithDomain:code:userInfo:", + "mangledName": "$s9InMobiSDK15IMRequestStatusC6domain4code8userInfoACSS_SiSDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "initWithDomain:code:userInfo:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus", + "mangledName": "$s9InMobiSDK15IMRequestStatusC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSError", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "Foundation.NSError", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "SystemConfiguration.CaptiveNetwork", + "printedName": "SystemConfiguration.CaptiveNetwork", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialDelegate", + "printedName": "IMInterstitialDelegate", + "children": [ + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToReceiveWithErroryAA0D0C_s0L0_ptF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidReceiveAd", + "printedName": "interstitialDidReceiveAd(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidReceiveAd:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP24interstitialDidReceiveAdyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidFinishLoading", + "printedName": "interstitialDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidFinishLoading:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP28interstitialDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialAdImpressed", + "printedName": "interstitialAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialAdImpressed:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillPresent", + "printedName": "interstitialWillPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidPresent", + "printedName": "interstitialDidPresent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidPresent:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidPresentyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didFailToPresentWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didFailToPresentWithError:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_25didFailToPresentWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialWillDismiss", + "printedName": "interstitialWillDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialWillDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP23interstitialWillDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitialDidDismiss", + "printedName": "interstitialDidDismiss(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitialDidDismiss:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP22interstitialDidDismissyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:didInteractWithParams:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "interstitial", + "printedName": "interstitial(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)interstitial:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP12interstitial_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromInterstitial", + "printedName": "userWillLeaveApplicationFromInterstitial(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate(im)userWillLeaveApplicationFromInterstitial:", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP40userWillLeaveApplicationFromInterstitialyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMInterstitialDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate", + "mangledName": "$s9InMobiSDK22IMInterstitialDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataModel", + "printedName": "IMUserDataModel", + "children": [ + { + "kind": "Var", + "name": "phoneNumber", + "printedName": "phoneNumber", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)phoneNumber", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setPhoneNumber:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumberAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "emailId", + "printedName": "emailId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)emailId", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setEmailId:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7emailIdAA0dE5TypesCSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(py)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)extras", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)setExtras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataModelC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(phoneNumber:emailId:extras:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataTypes?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)initWithPhoneNumber:emailId:extras:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC11phoneNumber7emailId6extrasAcA0dE5TypesCSg_AISDySSypGSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPhoneNumber:emailId:extras:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataModelC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataModelCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel", + "mangledName": "$s9InMobiSDK15IMUserDataModelC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMSdk", + "printedName": "IMSdk", + "children": [ + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_20andCompletionHandlerySS_ys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:andCompletionHandler:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:andCompletionHandler:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionary20andCompletionHandlerySS_SDySSypGSgys5Error_pSgcSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:consentDictionary:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:consentDictionary:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountID_17consentDictionaryySS_SDySSypGSgtFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initWithAccountID", + "printedName": "initWithAccountID(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)initWithAccountID:", + "mangledName": "$s9InMobiSDK5IMSdkC17initWithAccountIDyySSFZ", + "moduleName": "InMobiSDK", + "static": true, + "deprecated": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "updateGDPRConsent", + "printedName": "updateGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)updateGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC17updateGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPartnerGDPRConsent", + "printedName": "setPartnerGDPRConsent(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setPartnerGDPRConsent:", + "mangledName": "$s9InMobiSDK5IMSdkC21setPartnerGDPRConsentyySDySSypGSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIsAgeRestricted", + "printedName": "setIsAgeRestricted(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setIsAgeRestricted:", + "mangledName": "$s9InMobiSDK5IMSdkC18setIsAgeRestrictedyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getVersion", + "printedName": "getVersion()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)getVersion", + "mangledName": "$s9InMobiSDK5IMSdkC10getVersionSSyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLogLevel", + "printedName": "setLogLevel(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk(cm)setLogLevel:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLogLevelyyAA08IMSDKLogG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getToken", + "printedName": "getToken()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getToken", + "mangledName": "$s9InMobiSDK5IMSdkC8getTokenSSSgyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getTokenWithExtras", + "printedName": "getTokenWithExtras(_:andKeywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)getTokenWithExtras:andKeywords:", + "mangledName": "$s9InMobiSDK5IMSdkC18getTokenWithExtras_11andKeywordsSSSgSDySSypGSg_AFtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAge", + "printedName": "setAge(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAge:", + "mangledName": "$s9InMobiSDK5IMSdkC6setAgeyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAreaCode", + "printedName": "setAreaCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAreaCode:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAreaCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAgeGroup", + "printedName": "setAgeGroup(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setAgeGroup:", + "mangledName": "$s9InMobiSDK5IMSdkC11setAgeGroupyyAA08IMSDKAgeG0OFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setYearOfBirth", + "printedName": "setYearOfBirth(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setYearOfBirth:", + "mangledName": "$s9InMobiSDK5IMSdkC14setYearOfBirthyySiFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setEducation", + "printedName": "setEducation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setEducation:", + "mangledName": "$s9InMobiSDK5IMSdkC12setEducationyyAA14IMSDKEducationOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setGender", + "printedName": "setGender(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setGender:", + "mangledName": "$s9InMobiSDK5IMSdkC9setGenderyyAA11IMSDKGenderOFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setInterests", + "printedName": "setInterests(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setInterests:", + "mangledName": "$s9InMobiSDK5IMSdkC12setInterestsyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLanguage", + "printedName": "setLanguage(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLanguage:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLanguageyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocationWithCity", + "printedName": "setLocationWithCity(_:state:country:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocationWithCity:state:country:", + "mangledName": "$s9InMobiSDK5IMSdkC19setLocationWithCity_5state7countryySSSg_A2GtFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLocation", + "printedName": "setLocation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreLocation.CLLocation?", + "children": [ + { + "kind": "TypeNominal", + "name": "CLLocation", + "printedName": "CoreLocation.CLLocation", + "usr": "c:objc(cs)CLLocation" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setLocation:", + "mangledName": "$s9InMobiSDK5IMSdkC11setLocationyySo10CLLocationCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPostalCode", + "printedName": "setPostalCode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPostalCode:", + "mangledName": "$s9InMobiSDK5IMSdkC13setPostalCodeyySSSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoManageAVAudioSession", + "printedName": "shouldAutoManageAVAudioSession(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)shouldAutoManageAVAudioSession:", + "mangledName": "$s9InMobiSDK5IMSdkC30shouldAutoManageAVAudioSessionyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMute", + "printedName": "setMute(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setMute:", + "mangledName": "$s9InMobiSDK5IMSdkC7setMuteyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setPublisherProvidedUnifiedId", + "printedName": "setPublisherProvidedUnifiedId(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@CM@InMobiSDK@objc(cs)IMSdk(cm)setPublisherProvidedUnifiedId:", + "mangledName": "$s9InMobiSDK5IMSdkC29setPublisherProvidedUnifiedIdyySDySSypGFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "Dynamic", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMSdk", + "mangledName": "$s9InMobiSDK5IMSdkC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMBanner", + "printedName": "IMBanner", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)placementId", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMBannerC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMBannerDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "Custom", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)delegate", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "refreshInterval", + "printedName": "refreshInterval", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)refreshInterval", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setRefreshInterval:", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC15refreshIntervalSivM", + "mangledName": "$s9InMobiSDK8IMBannerC15refreshIntervalSivM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)keywords", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)extras", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "transitionAnimation", + "printedName": "transitionAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)transitionAnimation", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "AnimationTransition", + "printedName": "UIKit.UIView.AnimationTransition", + "usr": "c:@E@UIViewAnimationTransition" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setTransitionAnimation:", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "mangledName": "$s9InMobiSDK8IMBannerC19transitionAnimationSo06UIViewF10TransitionVvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMBannerC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)creativeId", + "mangledName": "$s9InMobiSDK8IMBannerC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(py)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerPreloadManager", + "printedName": "InMobiSDK.IMBannerPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMBannerPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)preloadManager", + "mangledName": "$s9InMobiSDK8IMBannerC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:", + "mangledName": "$s9InMobiSDK8IMBannerC5frameACSo6CGRectV_tcfc", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "initWithFrame:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "Convenience", + "AccessControl", + "Override", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementIdACSo6CGRectV_s5Int64Vtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:", + "declAttributes": [ + "Custom", + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(frame:placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "CGRect", + "printedName": "CoreFoundation.CGRect", + "usr": "c:@S@CGRect" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMBannerDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMBannerDelegate", + "printedName": "InMobiSDK.IMBannerDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)initWithFrame:placementId:delegate:", + "mangledName": "$s9InMobiSDK8IMBannerC5frame11placementId8delegateACSo6CGRectV_s5Int64VAA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithFrame:placementId:delegate:", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)load:", + "mangledName": "$s9InMobiSDK8IMBannerC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "shouldAutoRefresh", + "printedName": "shouldAutoRefresh(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)shouldAutoRefresh:", + "mangledName": "$s9InMobiSDK8IMBannerC17shouldAutoRefreshyySbF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMBannerC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)cancel", + "mangledName": "$s9InMobiSDK8IMBannerC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "willMove", + "printedName": "willMove(toWindow:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIWindow?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIWindow", + "printedName": "UIKit.UIWindow", + "usr": "c:objc(cs)UIWindow" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner(im)willMoveToWindow:", + "mangledName": "$s9InMobiSDK8IMBannerC8willMove8toWindowySo8UIWindowCSg_tF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "willMoveToWindow:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Custom", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner", + "mangledName": "$s9InMobiSDK8IMBannerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Custom", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)UIView", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialPreloadManager", + "printedName": "IMInterstitialPreloadManager", + "children": [ + { + "kind": "Function", + "name": "preload", + "printedName": "preload()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)preload", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC7preloadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)load", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager(im)init", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager", + "mangledName": "$s9InMobiSDK28IMInterstitialPreloadManagerC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMBannerDelegate", + "printedName": "IMBannerDelegate", + "children": [ + { + "kind": "Function", + "name": "bannerDidFinishLoading", + "printedName": "bannerDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didReceiveWithMetaInfo:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didReceiveWithMetaInfo:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didReceiveWithMetaInfoyAA0D0C_AA04IMAdjK0CtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToReceiveWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToReceiveWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_25didFailToReceiveWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerAdImpressed", + "printedName": "bannerAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerAdImpressed:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP17bannerAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromBanner", + "printedName": "userWillLeaveApplicationFromBanner(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)userWillLeaveApplicationFromBanner:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP34userWillLeaveApplicationFromBanneryyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillPresentScreen", + "printedName": "bannerWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidPresentScreen", + "printedName": "bannerDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerWillDismissScreen", + "printedName": "bannerWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP23bannerWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bannerDidDismissScreen", + "printedName": "bannerDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)bannerDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP22bannerDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "banner", + "printedName": "banner(_:rewardActionCompletedWithRewards:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMBanner", + "printedName": "InMobiSDK.IMBanner", + "usr": "c:@M@InMobiSDK@objc(cs)IMBanner" + }, + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate(im)banner:rewardActionCompletedWithRewards:", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP6banner_32rewardActionCompletedWithRewardsyAA0D0C_SDySSypGtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMBannerDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMBannerDelegate", + "mangledName": "$s9InMobiSDK16IMBannerDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdService", + "printedName": "IMUnifiedIdService", + "children": [ + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUserDataModel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataModel", + "printedName": "InMobiSDK.IMUserDataModel", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataModel" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)push:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC4pushyyAA15IMUserDataModelCSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reset", + "printedName": "reset()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)reset", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC5resetyyFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "fetchUnifiedIds", + "printedName": "fetchUnifiedIds(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMUnifiedIdDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUnifiedIdDelegate", + "printedName": "InMobiSDK.IMUnifiedIdDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)fetchUnifiedIds:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15fetchUnifiedIdsyyAA0dE8Delegate_pSgFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "enableDebugMode", + "printedName": "enableDebugMode(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService(cm)enableDebugMode:", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC15enableDebugModeyySbFZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUnifiedIdService", + "mangledName": "$s9InMobiSDK18IMUnifiedIdServiceC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "AdSupport", + "printedName": "AdSupport", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "AppTrackingTransparency", + "printedName": "AppTrackingTransparency", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUnifiedIdDelegate", + "printedName": "IMUnifiedIdDelegate", + "children": [ + { + "kind": "Function", + "name": "onFetchCompleted", + "printedName": "onFetchCompleted(_:error:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSError?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSError", + "printedName": "Foundation.NSError", + "usr": "c:objc(cs)NSError" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate(im)onFetchCompleted:error:", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP16onFetchCompleted_5errorySDySSypGSg_So7NSErrorCSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMUnifiedIdDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMUnifiedIdDelegate", + "mangledName": "$s9InMobiSDK19IMUnifiedIdDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNative", + "printedName": "IMNative", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)placementId", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMNativeDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)delegate", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setDelegate:", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)keywords", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setKeywords:", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)extras", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setExtras:", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)contentUrl", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)setContentUrl:", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK8IMNativeC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "customAdContent", + "printedName": "customAdContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)customAdContent", + "mangledName": "$s9InMobiSDK8IMNativeC15customAdContentSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adTitle", + "printedName": "adTitle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adTitle", + "mangledName": "$s9InMobiSDK8IMNativeC7adTitleSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adDescription", + "printedName": "adDescription", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adDescription", + "mangledName": "$s9InMobiSDK8IMNativeC13adDescriptionSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adIcon", + "printedName": "adIcon", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adIcon", + "mangledName": "$s9InMobiSDK8IMNativeC6adIconSo7UIImageCSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adCtaText", + "printedName": "adCtaText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adCtaText", + "mangledName": "$s9InMobiSDK8IMNativeC9adCtaTextSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adRating", + "printedName": "adRating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adRating", + "mangledName": "$s9InMobiSDK8IMNativeC8adRatingSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "adLandingPageUrl", + "printedName": "adLandingPageUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URL?", + "children": [ + { + "kind": "TypeNominal", + "name": "URL", + "printedName": "Foundation.URL", + "usr": "s:10Foundation3URLV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)adLandingPageUrl", + "mangledName": "$s9InMobiSDK8IMNativeC16adLandingPageUrl10Foundation3URLVSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "isAppDownload", + "printedName": "isAppDownload", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isAppDownload", + "mangledName": "$s9InMobiSDK8IMNativeC13isAppDownloadSbvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(py)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)creativeId", + "mangledName": "$s9InMobiSDK8IMNativeC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMNativeDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNativeDelegate", + "printedName": "InMobiSDK.IMNativeDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK8IMNativeC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "primaryView", + "printedName": "primaryView(ofWidth:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)primaryViewOfWidth:", + "mangledName": "$s9InMobiSDK8IMNativeC11primaryView7ofWidthSo6UIViewCSg12CoreGraphics7CGFloatV_tF", + "moduleName": "InMobiSDK", + "objc_name": "primaryViewOfWidth:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)load:", + "mangledName": "$s9InMobiSDK8IMNativeC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)isReady", + "mangledName": "$s9InMobiSDK8IMNativeC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reportAdClickAndOpenLandingPage", + "printedName": "reportAdClickAndOpenLandingPage()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)reportAdClickAndOpenLandingPage", + "mangledName": "$s9InMobiSDK8IMNativeC31reportAdClickAndOpenLandingPageyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recyclePrimaryView", + "printedName": "recyclePrimaryView()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)recyclePrimaryView", + "mangledName": "$s9InMobiSDK8IMNativeC18recyclePrimaryViewyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK8IMNativeC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative(im)init", + "mangledName": "$s9InMobiSDK8IMNativeCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative", + "mangledName": "$s9InMobiSDK8IMNativeC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMUserDataTypes", + "printedName": "IMUserDataTypes", + "children": [ + { + "kind": "Var", + "name": "md5", + "printedName": "md5", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)md5", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setMd5:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md5SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha1", + "printedName": "sha1", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha1", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha1:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4sha1SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "sha256", + "printedName": "sha256", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(py)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "ObjC" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)sha256", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)setSha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC6sha256SSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(md5:sha1:sha256:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)initWithMd5:sha1:sha256:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC3md54sha16sha256ACSSSg_A2Gtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithMd5:sha1:sha256:", + "declAttributes": [ + "Required", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "copy", + "printedName": "copy(with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "ObjectiveC.NSZone?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSZone", + "printedName": "ObjectiveC.NSZone", + "usr": "s:10ObjectiveC6NSZoneV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)copyWithZone:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC4copy4withyp10ObjectiveC6NSZoneVSg_tF", + "moduleName": "InMobiSDK", + "objc_name": "copyWithZone:", + "declAttributes": [ + "ObjC", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isEqual", + "printedName": "isEqual(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)isEqual:", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC7isEqualySbypSgF", + "moduleName": "InMobiSDK", + "overriding": true, + "objc_name": "isEqual:", + "declAttributes": [ + "Dynamic", + "ObjC", + "AccessControl", + "Override", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMUserDataTypes", + "printedName": "InMobiSDK.IMUserDataTypes", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes(im)init", + "mangledName": "$s9InMobiSDK15IMUserDataTypesCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMUserDataTypes", + "mangledName": "$s9InMobiSDK15IMUserDataTypesC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SystemConfiguration", + "printedName": "SystemConfiguration", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "StoreKit.SKAdImpression", + "printedName": "StoreKit.SKAdImpression", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreTelephony", + "printedName": "CoreTelephony", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CommonCrypto", + "printedName": "CommonCrypto", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMAdMetaInfo", + "printedName": "IMAdMetaInfo", + "children": [ + { + "kind": "Var", + "name": "creativeID", + "printedName": "creativeID", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)creativeID", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC10creativeIDSSSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "bidInfo", + "printedName": "bidInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(py)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)bidInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC03bidF0SDySSypGvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "getBid", + "printedName": "getBid()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)getBid", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC6getBidSdyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMAdMetaInfo", + "printedName": "InMobiSDK.IMAdMetaInfo", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo(im)init", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMAdMetaInfo", + "mangledName": "$s9InMobiSDK12IMAdMetaInfoC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "TypeDecl", + "name": "IMInterstitial", + "printedName": "IMInterstitial", + "children": [ + { + "kind": "Var", + "name": "placementId", + "printedName": "placementId", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)placementId", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64Vvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIds5Int64VvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "delegate", + "printedName": "delegate", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "InMobiSDK.IMInterstitialDelegate?" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)delegate", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setDelegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvs", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8delegateAA0D8Delegate_pSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keywords", + "printedName": "keywords", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)keywords", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setKeywords:", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC8keywordsSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "extras", + "printedName": "extras", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)extras", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setExtras:", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC6extrasSDySSypGSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "contentUrl", + "printedName": "contentUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)contentUrl", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)setContentUrl:", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvs", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "mangledName": "$s9InMobiSDK14IMInterstitialC10contentUrlSSSgvM", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "creativeId", + "printedName": "creativeId", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)creativeId", + "mangledName": "$s9InMobiSDK14IMInterstitialC10creativeIdSSSgvg", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "preloadManager", + "printedName": "preloadManager", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(py)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvp", + "moduleName": "InMobiSDK", + "declAttributes": [ + "Lazy", + "SetterAccess", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialPreloadManager", + "printedName": "InMobiSDK.IMInterstitialPreloadManager", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitialPreloadManager" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)preloadManager", + "mangledName": "$s9InMobiSDK14IMInterstitialC14preloadManagerAA0d7PreloadF0Cvg", + "moduleName": "InMobiSDK", + "implicit": true, + "declAttributes": [ + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementIdACs5Int64V_tcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:", + "declAttributes": [ + "Convenience", + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(placementId:delegate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + }, + { + "kind": "TypeNominal", + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialDelegate?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialDelegate", + "printedName": "InMobiSDK.IMInterstitialDelegate", + "usr": "c:@M@InMobiSDK@objc(pl)IMInterstitialDelegate" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)initWithPlacementId:delegate:", + "mangledName": "$s9InMobiSDK14IMInterstitialC11placementId8delegateACs5Int64V_AA0D8Delegate_pSgtcfc", + "moduleName": "InMobiSDK", + "objc_name": "initWithPlacementId:delegate:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "load", + "printedName": "load(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)load:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4loadyy10Foundation4DataVF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isReady", + "printedName": "isReady()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)isReady", + "mangledName": "$s9InMobiSDK14IMInterstitialC7isReadySbyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4fromySo16UIViewControllerC_tF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "show", + "printedName": "show(from:with:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)showFrom:with:", + "mangledName": "$s9InMobiSDK14IMInterstitialC4show4from4withySo16UIViewControllerC_AA0D13AnimationTypeOtF", + "moduleName": "InMobiSDK", + "objc_name": "showFrom:with:", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAdMetaInfo", + "printedName": "getAdMetaInfo()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)getAdMetaInfo", + "mangledName": "$s9InMobiSDK14IMInterstitialC13getAdMetaInfoSDySSypGSgyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "cancel", + "printedName": "cancel()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)cancel", + "mangledName": "$s9InMobiSDK14IMInterstitialC6cancelyyF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitial", + "printedName": "InMobiSDK.IMInterstitial", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial(im)init", + "mangledName": "$s9InMobiSDK14IMInterstitialCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMInterstitial", + "mangledName": "$s9InMobiSDK14IMInterstitialC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "InMobiSDK.Private", + "printedName": "InMobiSDK.Private", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMNativeDelegate", + "printedName": "IMNativeDelegate", + "children": [ + { + "kind": "Function", + "name": "nativeDidFinishLoading", + "printedName": "nativeDidFinishLoading(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishLoading:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidFinishLoadingyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didFailToLoadWithError:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "IMRequestStatus", + "printedName": "InMobiSDK.IMRequestStatus", + "usr": "c:@M@InMobiSDK@objc(cs)IMRequestStatus" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didFailToLoadWithError:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_22didFailToLoadWithErroryAA0D0C_AA15IMRequestStatusCtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillPresentScreen", + "printedName": "nativeWillPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidPresentScreen", + "printedName": "nativeDidPresentScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidPresentScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidPresentScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeWillDismissScreen", + "printedName": "nativeWillDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeWillDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP23nativeWillDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidDismissScreen", + "printedName": "nativeDidDismissScreen(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidDismissScreen:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP22nativeDidDismissScreenyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userWillLeaveApplicationFromNative", + "printedName": "userWillLeaveApplicationFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userWillLeaveApplicationFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP34userWillLeaveApplicationFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeAdImpressed", + "printedName": "nativeAdImpressed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeAdImpressed:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP17nativeAdImpressedyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:didInteractWithParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:didInteractWithParams:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_21didInteractWithParamsyAA0D0C_SDySSypGSgtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "nativeDidFinishPlayingMedia", + "printedName": "nativeDidFinishPlayingMedia(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)nativeDidFinishPlayingMedia:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP27nativeDidFinishPlayingMediayyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "userDidSkipPlayingMediaFromNative", + "printedName": "userDidSkipPlayingMediaFromNative(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)userDidSkipPlayingMediaFromNative:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP33userDidSkipPlayingMediaFromNativeyyAA0D0CF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "native", + "printedName": "native(_:adAudioStateChanged:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "IMNative", + "printedName": "InMobiSDK.IMNative", + "usr": "c:@M@InMobiSDK@objc(cs)IMNative" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate(im)native:adAudioStateChanged:", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP6native_19adAudioStateChangedyAA0D0C_SbtF", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 where τ_0_0 : InMobiSDK.IMNativeDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "Optional", + "ObjC", + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "c:@M@InMobiSDK@objc(pl)IMNativeDelegate", + "mangledName": "$s9InMobiSDK16IMNativeDelegateP", + "moduleName": "InMobiSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "ObjC", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "IMCommonConstants", + "printedName": "IMCommonConstants", + "children": [ + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC25IM_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_GDPR_CONSENT_IAB", + "printedName": "IM_GDPR_CONSENT_IAB", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_GDPR_CONSENT_IAB", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC19IM_GDPR_CONSENT_IABSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_SUBJECT_TO_GDPR", + "printedName": "IM_SUBJECT_TO_GDPR", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_SUBJECT_TO_GDPR", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC18IM_SUBJECT_TO_GDPRSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "printedName": "IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_CONSENT_AVAILABLE", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC33IM_PARTNER_GDPR_CONSENT_AVAILABLESSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "IM_PARTNER_GDPR_APPLIES", + "printedName": "IM_PARTNER_GDPR_APPLIES", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cpy)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvpZ", + "moduleName": "InMobiSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "ObjC" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(cm)IM_PARTNER_GDPR_APPLIES", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC23IM_PARTNER_GDPR_APPLIESSSvgZ", + "moduleName": "InMobiSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final", + "ObjC" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "IMCommonConstants", + "printedName": "InMobiSDK.IMCommonConstants", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants" + } + ], + "declKind": "Constructor", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants(im)init", + "mangledName": "$s9InMobiSDK17IMCommonConstantsCACycfc", + "moduleName": "InMobiSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@InMobiSDK@objc(cs)IMCommonConstants", + "mangledName": "$s9InMobiSDK17IMCommonConstantsC", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjCMembers", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKLogLevel", + "printedName": "IMSDKLogLevel", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelNone", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO4noneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelError", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5erroryA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKLogLevel.Type) -> InMobiSDK.IMSDKLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel@IMSDKLogLevelDebug", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO5debugyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKLogLevel", + "printedName": "InMobiSDK.IMSDKLogLevel", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKLogLevel", + "mangledName": "$s9InMobiSDK13IMSDKLogLevelO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKGender", + "printedName": "IMSDKGender", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderMale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO4maleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKGender.Type) -> InMobiSDK.IMSDKGender", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKGender.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKGender@IMSDKGenderFemale", + "mangledName": "$s9InMobiSDK11IMSDKGenderO6femaleyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKGender?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKGender", + "printedName": "InMobiSDK.IMSDKGender", + "usr": "c:@M@InMobiSDK@E@IMSDKGender" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivp", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK11IMSDKGenderO8rawValueSivg", + "mangledName": "$s9InMobiSDK11IMSDKGenderO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKGender", + "mangledName": "$s9InMobiSDK11IMSDKGenderO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKEducation", + "printedName": "IMSDKEducation", + "children": [ + { + "kind": "Var", + "name": "highSchoolOrLess", + "printedName": "highSchoolOrLess", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationHighSchoolOrLess", + "mangledName": "$s9InMobiSDK14IMSDKEducationO16highSchoolOrLessyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "collageOrGraduate", + "printedName": "collageOrGraduate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationCollageOrGraduate", + "mangledName": "$s9InMobiSDK14IMSDKEducationO17collageOrGraduateyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "postGraduateOrAbove", + "printedName": "postGraduateOrAbove", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKEducation.Type) -> InMobiSDK.IMSDKEducation", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKEducation.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation@IMSDKEducationPostGraduateOrAbove", + "mangledName": "$s9InMobiSDK14IMSDKEducationO19postGraduateOrAboveyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKEducation?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKEducation", + "printedName": "InMobiSDK.IMSDKEducation", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivp", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK14IMSDKEducationO8rawValueSivg", + "mangledName": "$s9InMobiSDK14IMSDKEducationO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKEducation", + "mangledName": "$s9InMobiSDK14IMSDKEducationO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMSDKAgeGroup", + "printedName": "IMSDKAgeGroup", + "children": [ + { + "kind": "Var", + "name": "below18", + "printedName": "below18", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBelow18", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7below18yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "between18And24", + "printedName": "between18And24", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween18And24", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between18And24yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "between25And29", + "printedName": "between25And29", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween25And29", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between25And29yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Var", + "name": "between30And34", + "printedName": "between30And34", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween30And34", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between30And34yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 3 + }, + { + "kind": "Var", + "name": "between35And44", + "printedName": "between35And44", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween35And44", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between35And44yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 4 + }, + { + "kind": "Var", + "name": "between45And54", + "printedName": "between45And54", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween45And54", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between45And54yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 5 + }, + { + "kind": "Var", + "name": "between55And65", + "printedName": "between55And65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupBetween55And65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO14between55And65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 6 + }, + { + "kind": "Var", + "name": "above65", + "printedName": "above65", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMSDKAgeGroup.Type) -> InMobiSDK.IMSDKAgeGroup", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMSDKAgeGroup.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup@IMSDKAgeGroupAbove65", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO7above65yA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 7 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMSDKAgeGroup?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMSDKAgeGroup", + "printedName": "InMobiSDK.IMSDKAgeGroup", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMSDKAgeGroup", + "mangledName": "$s9InMobiSDK13IMSDKAgeGroupO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IMInterstitialAnimationType", + "printedName": "IMInterstitialAnimationType", + "children": [ + { + "kind": "Var", + "name": "coverVertical", + "printedName": "coverVertical", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeCoverVertical", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO13coverVerticalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 0 + }, + { + "kind": "Var", + "name": "flipHorizontal", + "printedName": "flipHorizontal", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeFlipHorizontal", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO14flipHorizontalyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 1 + }, + { + "kind": "Var", + "name": "asNone", + "printedName": "asNone", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(InMobiSDK.IMInterstitialAnimationType.Type) -> InMobiSDK.IMInterstitialAnimationType", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "InMobiSDK.IMInterstitialAnimationType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType@IMInterstitialAnimationTypeAsNone", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO6asNoneyA2CmF", + "moduleName": "InMobiSDK", + "declAttributes": [ + "ObjC" + ], + "fixedbinaryorder": 2 + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "InMobiSDK.IMInterstitialAnimationType?", + "children": [ + { + "kind": "TypeNominal", + "name": "IMInterstitialAnimationType", + "printedName": "InMobiSDK.IMInterstitialAnimationType", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueACSgSi_tcfc", + "moduleName": "InMobiSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivp", + "moduleName": "InMobiSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO8rawValueSivg", + "moduleName": "InMobiSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "c:@M@InMobiSDK@E@IMInterstitialAnimationType", + "mangledName": "$s9InMobiSDK27IMInterstitialAnimationTypeO", + "moduleName": "InMobiSDK", + "declAttributes": [ + "AccessControl", + "ObjC", + "Frozen", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "isEnumExhaustive": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "SQLite3", + "printedName": "SQLite3", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "InMobiSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "InMobiSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 770, + "length": 31, + "value": "\"Kindly create IMBanner Object\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBannerPreloadManager.swift", + "kind": "StringLiteral", + "offset": 584, + "length": 22, + "value": "\"InMobiSDK.IMBannerPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 279, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 317, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 337, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 364, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 389, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 419, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Helpers\/IMUnifiedIdUtilities.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 45, + "value": "\"com.inmobi.unifiedidservice.backgroundQueue\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 347, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 371, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 396, + "length": 27, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 433, + "length": 13, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 456, + "length": 11, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 477, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 495, + "length": 19, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 524, + "length": 22, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 20, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 586, + "length": 17, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 18, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMRequestStatus.swift", + "kind": "StringLiteral", + "offset": 654, + "length": 15, + "value": "\"InMobiSDK.IMRequestStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "BooleanLiteral", + "offset": 264, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Managers\/IMAdManager.swift", + "kind": "StringLiteral", + "offset": 168, + "length": 11, + "value": "\"InMobiSDK.IMAdManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 380, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMInterstitialAdProvider.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 24, + "value": "\"InMobiSDK.IMInterstitialAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "StringLiteral", + "offset": 201, + "length": 38, + "value": "\"com.inmobi.ads.adresponsemodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdResponseModel.swift", + "kind": "IntegerLiteral", + "offset": 307, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Audience Bidding\/IMAudienceBiddingToken.swift", + "kind": "IntegerLiteral", + "offset": 237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdFetchServiceManager.swift", + "kind": "StringLiteral", + "offset": 219, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataModel.swift", + "kind": "StringLiteral", + "offset": 892, + "length": 15, + "value": "\"InMobiSDK.IMUserDataModel\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMKeyValueStore.swift", + "kind": "StringLiteral", + "offset": 191, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 319, + "length": 41, + "value": "\"com.inmobi.IMPublisherProvidedInfo.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 462, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 533, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 596, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 656, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 28, + "value": "\"com.inmobi.user.postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 792, + "length": 26, + "value": "\"com.inmobi.user.areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 858, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 925, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 994, + "length": 29, + "value": "\"com.inmobi.user.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1062, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1128, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1194, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1263, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1334, + "length": 28, + "value": "\"com.inmobi.sdk.haslocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1400, + "length": 25, + "value": "\"com.inmobi.sdk.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1464, + "length": 26, + "value": "\"com.inmobi.sdk.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1528, + "length": 25, + "value": "\"com.inmobi.sdk.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1596, + "length": 28, + "value": "\"com.inmobi.sdk.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1659, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1717, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1778, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1848, + "length": 32, + "value": "\"com.inmobi.publisher.unifiedid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMPublisherProvidedInfo.swift", + "kind": "StringLiteral", + "offset": 1925, + "length": 32, + "value": "\"com.inmobi.user.age.restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Banner\/IMBanner.swift", + "kind": "IntegerLiteral", + "offset": 6942, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMBannerCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMBannerCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitialPreloadManager.swift", + "kind": "StringLiteral", + "offset": 614, + "length": 28, + "value": "\"InMobiSDK.IMInterstitialPreloadManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 216, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 227, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 266, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 295, + "length": 16, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 321, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 17, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 372, + "length": 19, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 401, + "length": 14, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 425, + "length": 14, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "10" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 467, + "length": 15, + "value": "11" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 492, + "length": 11, + "value": "12" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 513, + "length": 23, + "value": "13" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 546, + "length": 22, + "value": "14" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 578, + "length": 20, + "value": "15" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 608, + "length": 20, + "value": "16" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 638, + "length": 17, + "value": "17" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 665, + "length": 17, + "value": "18" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "IntegerLiteral", + "offset": 692, + "length": 18, + "value": "19" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMAdUtilities.swift", + "kind": "StringLiteral", + "offset": 2126, + "length": 30, + "value": "\"com.inmobi.ads.requeststatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 280, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 304, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMUIDMapUtils.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 248, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 294, + "length": 2, + "value": "32" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMSDKSwiftCommonUtil.swift", + "kind": "IntegerLiteral", + "offset": 341, + "length": 2, + "value": "36" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 336, + "length": 12, + "value": "\"mk-ad-slot\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 383, + "length": 6, + "value": "\"u-rt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 826, + "length": 19, + "value": "\"a-parentViewWidth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 18, + "value": "\"a-productVersion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 922, + "length": 13, + "value": "\"trackerType\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1786, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1818, + "length": 4, + "value": "\"im\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1895, + "length": 14, + "value": "\"u-postalcode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1934, + "length": 12, + "value": "\"u-areacode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1983, + "length": 33, + "value": "\"d-density-dependent-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2041, + "length": 12, + "value": "\"d-textsize\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2076, + "length": 8, + "value": "\"adtype\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2109, + "length": 19, + "value": "\"client-request-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2161, + "length": 8, + "value": "\"format\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2197, + "length": 9, + "value": "\"im-plid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2228, + "length": 12, + "value": "\"c-ap-bssid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2271, + "length": 20, + "value": "\"loc-consent-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2316, + "length": 12, + "value": "\"u-appcache\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 23, + "value": "\"has-dynamic-mediation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2413, + "length": 12, + "value": "\"int-origin\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 207, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 723, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "BooleanLiteral", + "offset": 852, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 963, + "length": 3, + "value": "320" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "IntegerLiteral", + "offset": 976, + "length": 2, + "value": "50" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/DataModels\/IMCoreAdSettings.swift", + "kind": "StringLiteral", + "offset": 1024, + "length": 3, + "value": "\"0\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "BooleanLiteral", + "offset": 7147, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Native\/IMNative.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 8, + "value": "\"InMobiSDK.IMNative\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Public\/IMUserDataTypes.swift", + "kind": "StringLiteral", + "offset": 1083, + "length": 15, + "value": "\"InMobiSDK.IMUserDataTypes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 272, + "length": 16, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "IntegerLiteral", + "offset": 298, + "length": 15, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Reachability\/IMSDKCommonsNetworkReachability.swift", + "kind": "StringLiteral", + "offset": 423, + "length": 40, + "value": "\"kInMobiReachabilityChangedNotification\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "IntegerLiteral", + "offset": 362, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1172, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 1340, + "length": 31, + "value": "\"inmobi.recordEvent(120,null);\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 1460, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnit.swift", + "kind": "StringLiteral", + "offset": 199, + "length": 8, + "value": "\"InMobiSDK.IMAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1003, + "length": 15, + "value": "\"d-nettype-raw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1053, + "length": 16, + "value": "\"d-localization\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1100, + "length": 12, + "value": "\"d-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1144, + "length": 19, + "value": "\"d-devicemachinehw\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1190, + "length": 10, + "value": "\"u-appver\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1228, + "length": 10, + "value": "\"u-appbid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1269, + "length": 10, + "value": "\"u-appdnm\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1309, + "length": 18, + "value": "\"u-appsecure-dict\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1353, + "length": 4, + "value": "\"ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1388, + "length": 19, + "value": "\"u-tracking-status\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1433, + "length": 12, + "value": "\"mk-version\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1468, + "length": 10, + "value": "\"u-id-map\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1501, + "length": 10, + "value": "\"u-id-adt\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 1537, + "length": 8, + "value": "\"u-s-id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3336, + "length": 20, + "value": "\"u-app-orientations\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMCommonNetworkRequestModel.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"tz\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "BooleanLiteral", + "offset": 807, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkWebView.swift", + "kind": "StringLiteral", + "offset": 528, + "length": 16, + "value": "\"InMobiSDK.IMNetworkWebView\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2109, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "BooleanLiteral", + "offset": 2148, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkOperation.swift", + "kind": "StringLiteral", + "offset": 412, + "length": 18, + "value": "\"InMobiSDK.IMNetworkOperation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMNativeCoreAd.swift", + "kind": "StringLiteral", + "offset": 171, + "length": 14, + "value": "\"InMobiSDK.IMNativeCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 217, + "length": 7, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 234, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 271, + "length": 6, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 5, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 302, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 320, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 336, + "length": 8, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMAdUnitDelegates.swift", + "kind": "IntegerLiteral", + "offset": 354, + "length": 7, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 289, + "length": 37, + "value": "\"com.inmobi.IMComplianceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 514, + "length": 26, + "value": "\"IABConsent_ConsentString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 591, + "length": 26, + "value": "\"IABConsent_SubjectToGDPR\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 662, + "length": 20, + "value": "\"IABTCF_gdprApplies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/PrivacyCompliance\/IMComplianceManager.swift", + "kind": "StringLiteral", + "offset": 724, + "length": 17, + "value": "\"IABTCF_TCString\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 218, + "length": 36, + "value": "\"com.inmobi.unifiedid.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "StringLiteral", + "offset": 387, + "length": 45, + "value": "\"com.inmobi.IMUnifiedIdNetworkInterface.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Network\/NetworkInterface\/IMUnifiedIdNetworkInterface.swift", + "kind": "BooleanLiteral", + "offset": 492, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMTimerManager.swift", + "kind": "StringLiteral", + "offset": 262, + "length": 14, + "value": "\"InMobiSDK.IMTimerManager\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPing.swift", + "kind": "StringLiteral", + "offset": 166, + "length": 6, + "value": "\"InMobiSDK.IMPing\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12199, + "length": 15, + "value": "\".IMLTVPEvents\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12290, + "length": 20, + "value": "\"im-cfg-commons-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12355, + "length": 20, + "value": "\"im-cfg-metrics-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12419, + "length": 19, + "value": "\"im-cfg-req-params\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12480, + "length": 17, + "value": "\"im-cfg-root-mgr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12539, + "length": 24, + "value": "\"im_cache_ad_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12607, + "length": 26, + "value": "\"im_cache_rule_server_url\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12672, + "length": 20, + "value": "\"imm_cache_location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12733, + "length": 24, + "value": "\"com.inmobi.logs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12812, + "length": 13, + "value": "\"_iat_dids__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12865, + "length": 20, + "value": "\"_iat_dids_expiry__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12927, + "length": 17, + "value": "\"_iat_download__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 12981, + "length": 12, + "value": "\"_iat_map__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13031, + "length": 24, + "value": "\"com.inmobi._iat_list__\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13117, + "length": 16, + "value": "\"iae_session_id\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13177, + "length": 16, + "value": "\"iae_session_ts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13234, + "length": 13, + "value": "\"ltvp_ft_day\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13289, + "length": 14, + "value": "\"ltvp_ft_ever\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13346, + "length": 15, + "value": "\"ltvp_ft_month\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13403, + "length": 14, + "value": "\"ltvp_ft_user\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13459, + "length": 14, + "value": "\"ltvp_ft_week\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13515, + "length": 14, + "value": "\"ltvp_ft_bits\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13581, + "length": 23, + "value": "\"com.inmobi.user.ltvid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13645, + "length": 40, + "value": "\"com.inmobi.commonManager.adNetwork.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13726, + "length": 38, + "value": "\"com.inmobi.commonManager.commons.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13801, + "length": 34, + "value": "\"com.inmobi.commonManager.iat.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13873, + "length": 35, + "value": "\"com.inmobi.commonManager.ltvp.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 13951, + "length": 40, + "value": "\"com.inmobi.commonManager.rendering.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 35, + "value": "\"com.inmobi.commonManager.carb.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14103, + "length": 36, + "value": "\"com.inmobi.commonManager.mraid.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14175, + "length": 33, + "value": "\"com.inmobi.commonManager.pk.uid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14274, + "length": 36, + "value": "\"com.inmobi.configManager.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14354, + "length": 34, + "value": "\"com.inmobi.configManager.commons\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14428, + "length": 30, + "value": "\"com.inmobi.configManager.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14499, + "length": 31, + "value": "\"com.inmobi.configManager.ltvp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14571, + "length": 31, + "value": "\"com.inmobi.configManager.root\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14648, + "length": 36, + "value": "\"com.inmobi.configManager.rendering\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 31, + "value": "\"com.inmobi.configManager.carb\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14795, + "length": 29, + "value": "\"com.inmobi.configManager.pk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14900, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 14985, + "length": 44, + "value": "\"com.inmobi.metricManager.configs.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15077, + "length": 38, + "value": "\"com.inmobi.metricManager.configs.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15161, + "length": 36, + "value": "\"com.inmobi.metricManager.count.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15242, + "length": 42, + "value": "\"com.inmobi.metricManager.count.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15330, + "length": 36, + "value": "\"com.inmobi.metricManager.count.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15409, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.API\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15491, + "length": 46, + "value": "\"com.inmobi.metricManager.timestamp.adNetwork\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15580, + "length": 40, + "value": "\"com.inmobi.metricManager.timestamp.iat\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15679, + "length": 29, + "value": "\"com.inmobi.catalog.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15749, + "length": 24, + "value": "\"com.inmobi.user.gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15811, + "length": 27, + "value": "\"com.inmobi.user.education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15876, + "length": 29, + "value": "\"com.inmobi.user.dateOfBirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 15943, + "length": 21, + "value": "\"com.inmobi.user.age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16013, + "length": 31, + "value": "\"com.inmobi.user.maritalStatus\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16097, + "length": 35, + "value": "\"com.inmobi.user.sexualOrientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16179, + "length": 29, + "value": "\"com.inmobi.user.hasChildren\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16247, + "length": 26, + "value": "\"com.inmobi.user.language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16314, + "length": 28, + "value": "\"com.inmobi.user.postalCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16381, + "length": 26, + "value": "\"com.inmobi.user.areaCode\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16450, + "length": 27, + "value": "\"com.inmobi.user.interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16523, + "length": 29, + "value": "\"com.inmobi.user.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16590, + "length": 26, + "value": "\"com.inmobi.user.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16655, + "length": 27, + "value": "\"com.inmobi.user.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16721, + "length": 26, + "value": "\"com.inmobi.user.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16794, + "length": 44, + "value": "\"com.inmobi.user.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16877, + "length": 22, + "value": "\"com.inmobi.user.city\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 16939, + "length": 23, + "value": "\"com.inmobi.user.state\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17004, + "length": 25, + "value": "\"com.inmobi.user.country\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17078, + "length": 26, + "value": "\"com.inmobi.sdk.sessionid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17149, + "length": 37, + "value": "\"com.inmobi.sdk.location.hasLocation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17223, + "length": 34, + "value": "\"com.inmobi.sdk.location.latitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17295, + "length": 35, + "value": "\"com.inmobi.sdk.location.longitude\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17368, + "length": 34, + "value": "\"com.inmobi.sdk.location.accuracy\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17448, + "length": 52, + "value": "\"com.inmobi.sdk.location.lastKnownLocationTimestamp\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17545, + "length": 26, + "value": "\"com.inmobi.carb.updateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17609, + "length": 19, + "value": "\"com.inmobi.aesKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17660, + "length": 18, + "value": "\"com.inmobi.ivKey\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17715, + "length": 33, + "value": "\"com.inmobi.exceptionlogs.prefix\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 17836, + "length": 32, + "value": "\"crashreportinglasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18059, + "length": 26, + "value": "\"com.inmobi.user.agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18133, + "length": 29, + "value": "\"com.inmobi.user.yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18209, + "length": 29, + "value": "\"com.inmobi.user.lastknownts\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18271, + "length": 21, + "value": "\"com.inmobi.keys.aes\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18445, + "length": 45, + "value": "\"InMobi_defaultStore_user_preference_to_send\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18648, + "length": 21, + "value": "\"InMobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18729, + "length": 25, + "value": "\"InMobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18908, + "length": 24, + "value": "\"com.inmobidefaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 18995, + "length": 28, + "value": "\"com.inmobicom.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19160, + "length": 25, + "value": "\"com.inmobi_defaultStore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19249, + "length": 29, + "value": "\"com.inmobi_com.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19464, + "length": 9, + "value": "\".inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19518, + "length": 19, + "value": "\"inmobi.sdkversion\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19575, + "length": 12, + "value": "\"com.inmobi\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19642, + "length": 26, + "value": "\"com.preinit.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19719, + "length": 24, + "value": "\"com.coppa.config.store\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19796, + "length": 17, + "value": "\"_configUpdateTs\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19866, + "length": 24, + "value": "\"bannerlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 19940, + "length": 21, + "value": "\"intlasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20014, + "length": 24, + "value": "\"nativelasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20104, + "length": 27, + "value": "\"telemetrylasttransmission\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20181, + "length": 21, + "value": "\"asimMappingManagers\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20250, + "length": 19, + "value": "\"asimPlacementInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/Util\/IMPersistentDataCleaner.swift", + "kind": "StringLiteral", + "offset": 20321, + "length": 23, + "value": "\"asimTrueBaseEventUrls\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMInterstitialCoreAd.swift", + "kind": "StringLiteral", + "offset": 177, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/PingStore\/IMPingStore.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 29, + "value": "\"com.inmobi.IMPingStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 349, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1238, + "length": 6, + "value": "\"view\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 1275, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 2934, + "length": 10, + "value": "\"geometry\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6799, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "IntegerLiteral", + "offset": 6832, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "BooleanLiteral", + "offset": 6863, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel+SubModels.swift", + "kind": "StringLiteral", + "offset": 6907, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5406, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5428, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5450, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 6, + "value": "\"HEAD\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5688, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5720, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "IntegerLiteral", + "offset": 5759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "FloatLiteral", + "offset": 5800, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5842, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/Request\/IMRequestProtocol.swift", + "kind": "BooleanLiteral", + "offset": 5963, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 226, + "length": 3, + "value": "101" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 239, + "length": 16, + "value": "102" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 265, + "length": 12, + "value": "103" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "IntegerLiteral", + "offset": 287, + "length": 18, + "value": "104" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 27, + "value": "\"com.inmobi.initialisation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 480, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/IMCoreSDK.swift", + "kind": "BooleanLiteral", + "offset": 535, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMAdMetaInfo.swift", + "kind": "StringLiteral", + "offset": 136, + "length": 12, + "value": "\"InMobiSDK.IMAdMetaInfo\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMBannerAdUnit.swift", + "kind": "StringLiteral", + "offset": 174, + "length": 14, + "value": "\"InMobiSDK.IMBannerAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSDKGeoLocationManager.swift", + "kind": "BooleanLiteral", + "offset": 391, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 319, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 330, + "length": 11, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 351, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 367, + "length": 13, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 390, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 426, + "length": 7, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMOMSDKInfoModel.swift", + "kind": "IntegerLiteral", + "offset": 443, + "length": 5, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 2, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 229, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 250, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "IntegerLiteral", + "offset": 290, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 393, + "length": 30, + "value": "\"com.inmobi.IMAdProvider.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "BooleanLiteral", + "offset": 636, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMAdProvider.swift", + "kind": "StringLiteral", + "offset": 307, + "length": 12, + "value": "\"InMobiSDK.IMAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "BooleanLiteral", + "offset": 6463, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/Interstitial\/IMInterstitial.swift", + "kind": "StringLiteral", + "offset": 869, + "length": 14, + "value": "\"InMobiSDK.IMInterstitial\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 50, + "length": 31, + "value": "\"com.inmobi.ads.adsmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 148, + "length": 19, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 177, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "IntegerLiteral", + "offset": 204, + "length": 27, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 10, + "value": "\"tracking\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2893, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsModel.swift", + "kind": "BooleanLiteral", + "offset": 2941, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1720, + "length": 7, + "value": "\"u-age\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1752, + "length": 12, + "value": "\"u-agegroup\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1792, + "length": 15, + "value": "\"u-yearofbirth\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1833, + "length": 13, + "value": "\"u-education\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1869, + "length": 10, + "value": "\"u-gender\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1905, + "length": 13, + "value": "\"u-interests\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1943, + "length": 12, + "value": "\"u-language\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 1980, + "length": 12, + "value": "\"u-location\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2024, + "length": 16, + "value": "\"u-latlong-accu\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2070, + "length": 25, + "value": "\"d-device-screen-density\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2122, + "length": 22, + "value": "\"d-device-screen-size\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2172, + "length": 15, + "value": "\"d-orientation\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2208, + "length": 6, + "value": "\"ufid\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2243, + "length": 24, + "value": "\"is-unifid-service-used\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2295, + "length": 16, + "value": "\"d-media-volume\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2341, + "length": 25, + "value": "\"d-device-screen-margins\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2398, + "length": 18, + "value": "\"sdk-capabilities\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2441, + "length": 11, + "value": "\"skan-list\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2478, + "length": 6, + "value": "\"os-v\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2509, + "length": 12, + "value": "\"p-keywords\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2555, + "length": 6, + "value": "\"s-co\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2592, + "length": 7, + "value": "\"s-iso\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2627, + "length": 6, + "value": "\"s-cn\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2655, + "length": 8, + "value": "\"im-ext\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2698, + "length": 18, + "value": "\"u-age-restricted\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2749, + "length": 8, + "value": "\"cs-ids\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 9, + "value": "\"d-drk-m\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2824, + "length": 12, + "value": "\"d-key-lang\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2865, + "length": 12, + "value": "\"d-bat-chrg\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2906, + "length": 11, + "value": "\"d-bat-lev\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2950, + "length": 12, + "value": "\"d-tot-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 2999, + "length": 11, + "value": "\"d-av-disk\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3039, + "length": 11, + "value": "\"d-bat-sav\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3083, + "length": 7, + "value": "\"d-w-h\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3121, + "length": 8, + "value": "\"c_data\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3159, + "length": 5, + "value": "\"aKV\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBaseAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 3200, + "length": 4, + "value": "\"ik\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Logging\/IMLogger.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 25, + "value": "\"yyyy.MM.dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 224, + "length": 42, + "value": "\"com.inmobi.unifiedid.fetch.service.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 54, + "value": "\"com.inmobi.IMUnifiedIdServicePushServiceManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdServicePushServiceManager.swift", + "kind": "BooleanLiteral", + "offset": 603, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Constants\/IMSwiftSDKContant.swift", + "kind": "StringLiteral", + "offset": 227, + "length": 27, + "value": "\"PersistentCleanSuccessful\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "StringLiteral", + "offset": 203, + "length": 36, + "value": "\"com.inmobi.ads.trackersmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdsTrackersModel.swift", + "kind": "IntegerLiteral", + "offset": 308, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Extensions\/Collection + Extension.swift", + "kind": "Array", + "offset": 254, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Utility Classes\/IMEncodingUtils.swift", + "kind": "BooleanLiteral", + "offset": 1568, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 5, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 205, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 230, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 255, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 288, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 324, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "IntegerLiteral", + "offset": 353, + "length": 1, + "value": "1001" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 435, + "length": 26, + "value": "\"com.inmobi.network.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 504, + "length": 16, + "value": "\"Internal Error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 560, + "length": 28, + "value": "\"Service Returned An Error.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 628, + "length": 20, + "value": "\"Client side errors\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 697, + "length": 52, + "value": "\"Network not reachable currently. Please try again.\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/CoreNetworkService\/IMNetworkError.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 14, + "value": "\"InMobiSDK.IMNetworkError\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMBannerAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMBannerAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedIdMulticastDelegate.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 46, + "value": "\"com.inmobi.IMUnifiedIdMulticastDelegate.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "StringLiteral", + "offset": 292, + "length": 50, + "value": "\"com.inmobi.IMUnifiedlIdUserDataModelManager.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/UnifiedId\/Managers\/IMUnifiedlIdUserDataModelManager.swift", + "kind": "BooleanLiteral", + "offset": 434, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Init\/DataModels\/IMSDKSettingsEx.swift", + "kind": "StringLiteral", + "offset": 216, + "length": 15, + "value": "\"InMobiSDK.IMSDKSettingsEx\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Network\/RequestDataModels\/IMBiddingAdRequestModel.swift", + "kind": "StringLiteral", + "offset": 322, + "length": 14, + "value": "\"h-user-agent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 310, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "IntegerLiteral", + "offset": 348, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/CoreAd\/IMCoreAd.swift", + "kind": "StringLiteral", + "offset": 165, + "length": 8, + "value": "\"InMobiSDK.IMCoreAd\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMInterstitialAdUnit.swift", + "kind": "StringLiteral", + "offset": 193, + "length": 20, + "value": "\"InMobiSDK.IMInterstitialAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Providers\/IMNativeAdProvider.swift", + "kind": "StringLiteral", + "offset": 178, + "length": 18, + "value": "\"InMobiSDK.IMNativeAdProvider\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 346, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 396, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 437, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "BooleanLiteral", + "offset": 483, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/Adunits\/IMNativeAdUnit.swift", + "kind": "StringLiteral", + "offset": 187, + "length": 14, + "value": "\"InMobiSDK.IMNativeAdUnit\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 220, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 244, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 269, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 297, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 323, + "length": 1, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 345, + "length": 1, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 377, + "length": 1, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 408, + "length": 1, + "value": "9" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 472, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 510, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 556, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Telemetry\/Event\/IMTelemetryEventFactory.swift", + "kind": "IntegerLiteral", + "offset": 601, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 228, + "length": 24, + "value": "\"gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 297, + "length": 14, + "value": "\"gdpr_consent\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 355, + "length": 6, + "value": "\"gdpr\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 420, + "length": 32, + "value": "\"partner_gdpr_consent_available\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "StringLiteral", + "offset": 501, + "length": 22, + "value": "\"partner_gdpr_applies\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 615, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 630, + "length": 5, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 716, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 727, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1029, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1040, + "length": 17, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1067, + "length": 19, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1502, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1513, + "length": 14, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1537, + "length": 14, + "value": "3" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1561, + "length": 14, + "value": "4" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1585, + "length": 14, + "value": "5" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1609, + "length": 14, + "value": "6" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1633, + "length": 14, + "value": "7" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 1657, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2402, + "length": 14, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/PublicFacade\/DataModels\/IMCommonConstants.swift", + "kind": "IntegerLiteral", + "offset": 2426, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "StringLiteral", + "offset": 246, + "length": 27, + "value": "\"com.inmobi.IMSignals.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Signals\/IMSignals.swift", + "kind": "BooleanLiteral", + "offset": 409, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 253, + "length": 15, + "value": "\"inMobi.sqlite\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 303, + "length": 22, + "value": "\"com.inmobi.datastore\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/Storage\/IMRdbmsDataStore.swift", + "kind": "StringLiteral", + "offset": 449, + "length": 34, + "value": "\"com.inmobi.IMRdbmsDataStore.lock\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "StringLiteral", + "offset": 190, + "length": 33, + "value": "\"com.inmobi.ads.adsetmodel.error\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 289, + "length": 10, + "value": "1" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "IntegerLiteral", + "offset": 309, + "length": 13, + "value": "2" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 802, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Ads\/AdResponseModels\/IMAdSetModel.swift", + "kind": "BooleanLiteral", + "offset": 845, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 844, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualDataManager.swift", + "kind": "StringLiteral", + "offset": 1117, + "length": 27, + "value": "\"com.inmobi.contextualData\"" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "FloatLiteral", + "offset": 363, + "length": 3, + "value": "0.0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "IntegerLiteral", + "offset": 388, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 413, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 442, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/jenkins\/workspace\/_unified-iOS-SDK_cd-flow_PR-1225\/UnifiedSDK\/InMobiSDK\/Commons\/ContextualData\/IMUserContextualData.swift", + "kind": "BooleanLiteral", + "offset": 473, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 00000000..5683b570 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 00000000..503de05c Binary files /dev/null and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 00000000..5683b570 --- /dev/null +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,403 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name InMobiSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import AdSupport +import AppTrackingTransparency +import SystemConfiguration.CaptiveNetwork +import CommonCrypto +import CoreLocation +import CoreTelephony +import Foundation +@_exported import InMobiSDK +import InMobiSDK.Private +import StoreKit.SKAdImpression +import SQLite3 +import StoreKit +import Swift +import SystemConfiguration +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +@_hasMissingDesignatedInitializers @objc public class IMBannerPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@frozen @objc public enum IMStatusCode : Swift.Int { + case networkUnReachable + case noFill + case requestInvalid + case requestPending + case requestTimedOut + case multipleLoadsOnSameInstance + case internalError + case serverError + case adActive + case earlyRefreshRequest + case droppingNetworkRequest + case incorrectPlacementID + case sdkNotInitialised + case invalidBannerframe + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@_hasMissingDesignatedInitializers @objc public class IMRequestStatus : Foundation.NSError { + @objc deinit +} +@objc public protocol IMInterstitialDelegate { + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didReceiveWithMetaInfo metaInfo: InMobiSDK.IMAdMetaInfo) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToReceiveWithError error: Swift.Error) + @objc optional func interstitialDidReceiveAd(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidFinishLoading(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialAdImpressed(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialWillPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidPresent(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didFailToPresentWithError error: InMobiSDK.IMRequestStatus) + @objc optional func interstitialWillDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitialDidDismiss(_ interstitial: InMobiSDK.IMInterstitial) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func interstitial(_ interstitial: InMobiSDK.IMInterstitial, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) + @objc optional func userWillLeaveApplicationFromInterstitial(_ interstitial: InMobiSDK.IMInterstitial) +} +@objc public class IMUserDataModel : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var phoneNumber: InMobiSDK.IMUserDataTypes? + @objc public var emailId: InMobiSDK.IMUserDataTypes? + @objc public var extras: [Swift.String : Any]? + @objc required public init(phoneNumber: InMobiSDK.IMUserDataTypes?, emailId: InMobiSDK.IMUserDataTypes?, extras: [Swift.String : Any]?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMSdk : ObjectiveC.NSObject { + @objc public class func initWithAccountID(_ accountID: Swift.String, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?, andCompletionHandler completionBlock: ((Swift.Error?) -> Swift.Void)? = nil) + @available(*, deprecated, message: "Please use new API initWithAccountID:consentDictionary:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String, consentDictionary: [Swift.String : Any]?) + @available(*, deprecated, message: "Please use new API initWithAccountID:andCompletionHandler: as this API can be removed in future") + @objc public class func initWithAccountID(_ accountID: Swift.String) + @objc public class func updateGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setPartnerGDPRConsent(_ consentDictionary: [Swift.String : Any]?) + @objc public class func setIsAgeRestricted(_ isRestricted: Swift.Bool) + @objc public class func getVersion() -> Swift.String + @objc public class func setLogLevel(_ desiredLogLevel: InMobiSDK.IMSDKLogLevel) + @objc deinit +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func getToken() -> Swift.String? + @objc dynamic public class func getTokenWithExtras(_ extras: [Swift.String : Any]?, andKeywords keywords: Swift.String?) -> Swift.String? +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func setAge(_ age: Swift.Int) + @objc dynamic public class func setAreaCode(_ areaCode: Swift.String?) + @objc dynamic public class func setAgeGroup(_ ageGroup: InMobiSDK.IMSDKAgeGroup) + @objc dynamic public class func setYearOfBirth(_ yearOfBirth: Swift.Int) + @objc dynamic public class func setEducation(_ education: InMobiSDK.IMSDKEducation) + @objc dynamic public class func setGender(_ gender: InMobiSDK.IMSDKGender) + @objc dynamic public class func setInterests(_ interests: Swift.String?) + @objc dynamic public class func setLanguage(_ language: Swift.String?) + @objc dynamic public class func setLocationWithCity(_ city: Swift.String?, state: Swift.String?, country: Swift.String?) + @objc dynamic public class func setLocation(_ location: CoreLocation.CLLocation?) + @objc dynamic public class func setPostalCode(_ postalcode: Swift.String?) +} +extension InMobiSDK.IMSdk { + @objc dynamic public class func shouldAutoManageAVAudioSession(_ value: Swift.Bool) + @objc dynamic public class func setMute(_ shouldMute: Swift.Bool) + @objc dynamic public class func setPublisherProvidedUnifiedId(_ ids: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class IMBanner : UIKit.UIView { + @objc @_Concurrency.MainActor(unsafe) public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) weak public var delegate: InMobiSDK.IMBannerDelegate? + @objc @_Concurrency.MainActor(unsafe) public var refreshInterval: Swift.Int { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var keywords: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var transitionAnimation: UIKit.UIView.AnimationTransition { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc @_Concurrency.MainActor(unsafe) public var creativeId: Swift.String? { + @objc get + } + @objc @_Concurrency.MainActor(unsafe) public var preloadManager: InMobiSDK.IMBannerPreloadManager { + @objc get + } + @_Concurrency.MainActor(unsafe) @objc override convenience dynamic public init(frame: CoreFoundation.CGRect) + @objc @_Concurrency.MainActor(unsafe) convenience public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64) + @objc @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, placementId: Swift.Int64, delegate: InMobiSDK.IMBannerDelegate?) + @objc @_Concurrency.MainActor(unsafe) public func load() + @objc @_Concurrency.MainActor(unsafe) public func load(_ response: Foundation.Data) + @objc @_Concurrency.MainActor(unsafe) public func shouldAutoRefresh(_ shouldAutoRefresh: Swift.Bool) + @objc @_Concurrency.MainActor(unsafe) public func getAdMetaInfo() -> [Swift.String : Any]? + @objc @_Concurrency.MainActor(unsafe) public func cancel() + @_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) + @objc deinit +} +@_hasMissingDesignatedInitializers @objc public class IMInterstitialPreloadManager : ObjectiveC.NSObject { + @objc public func preload() + @objc public func load() + @objc deinit +} +@objc public protocol IMBannerDelegate { + @objc optional func bannerDidFinishLoading(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didReceiveWithMetaInfo info: InMobiSDK.IMAdMetaInfo) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToReceiveWithError error: InMobiSDK.IMRequestStatus) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func bannerAdImpressed(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func userWillLeaveApplicationFromBanner(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidPresentScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerWillDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func bannerDidDismissScreen(_ banner: InMobiSDK.IMBanner) + @objc optional func banner(_ banner: InMobiSDK.IMBanner, rewardActionCompletedWithRewards rewards: [Swift.String : Any]) +} +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class IMUnifiedIdService : ObjectiveC.NSObject { + @objc public class func push(_ data: InMobiSDK.IMUserDataModel?) + @objc public class func reset() + @objc public class func fetchUnifiedIds(_ delegate: InMobiSDK.IMUnifiedIdDelegate?) + @objc public class func enableDebugMode(_ debugMode: Swift.Bool) + @objc deinit +} +#warning("Telemetry Code Dependency: This enum is already defined in ObjC file named IMTelemetryEvent") +#warning("Uncomment enums here and remove enum defined in objC in class IMTelemetoryFactory.h") +@objc public protocol IMUnifiedIdDelegate { + @objc func onFetchCompleted(_ response: [Swift.String : Any]?, error: Foundation.NSError?) +} +@objc public class IMNative : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMNativeDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var customAdContent: Swift.String? { + @objc get + } + @objc public var adTitle: Swift.String? { + @objc get + } + @objc public var adDescription: Swift.String? { + @objc get + } + @objc public var adIcon: UIKit.UIImage? { + @objc get + } + @objc public var adCtaText: Swift.String? { + @objc get + } + @objc public var adRating: Swift.String? { + @objc get + } + @objc public var adLandingPageUrl: Foundation.URL? { + @objc get + } + @objc public var isAppDownload: Swift.Bool { + @objc get + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMNativeDelegate?) + @objc public func primaryView(ofWidth width: CoreFoundation.CGFloat) -> UIKit.UIView? + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func reportAdClickAndOpenLandingPage() + @objc public func recyclePrimaryView() + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc deinit +} +@objc public class IMUserDataTypes : ObjectiveC.NSObject, Foundation.NSCopying { + @objc public var md5: Swift.String? + @objc public var sha1: Swift.String? + @objc public var sha256: Swift.String? + @objc required public init(md5: Swift.String?, sha1: Swift.String?, sha256: Swift.String?) + @objc public func copy(with zone: ObjectiveC.NSZone? = nil) -> Any + @objc override dynamic public func isEqual(_ other: Any?) -> Swift.Bool + @objc deinit +} +#warning("Long Term: Need to Re Name to IMImpressionType") +#warning("Long Term: Need relook as per old IMInMobiViewabilityModel model after renderview is converted") +@_hasMissingDesignatedInitializers @objc public class IMAdMetaInfo : ObjectiveC.NSObject { + @objc public var creativeID: Swift.String? { + get + } + @objc public var bidInfo: [Swift.String : Any] { + get + } + @objc public func getBid() -> Swift.Double + @objc deinit +} +#warning("Long Term: IMOMImpressionType may need to be declared in IMCommonUtils") +@objc public class IMInterstitial : ObjectiveC.NSObject { + @objc public var placementId: Swift.Int64 { + @objc get + @objc set + } + @objc weak public var delegate: InMobiSDK.IMInterstitialDelegate? + @objc public var keywords: Swift.String? { + @objc get + @objc set + } + @objc public var extras: [Swift.String : Any]? { + @objc get + @objc set + } + @objc public var contentUrl: Swift.String? { + @objc get + @objc set + } + @objc public var creativeId: Swift.String? { + @objc get + } + @objc public var preloadManager: InMobiSDK.IMInterstitialPreloadManager { + @objc get + } + @objc convenience public init(placementId: Swift.Int64) + @objc public init(placementId: Swift.Int64, delegate: InMobiSDK.IMInterstitialDelegate?) + @objc public func load() + @objc public func load(_ response: Foundation.Data) + @objc public func isReady() -> Swift.Bool + @objc public func show(from viewController: UIKit.UIViewController) + @objc public func show(from viewController: UIKit.UIViewController, with animationType: InMobiSDK.IMInterstitialAnimationType) + @objc public func getAdMetaInfo() -> [Swift.String : Any]? + @objc public func cancel() + @objc deinit +} +#warning("Post Swift Migration: file not used yet") +@objc public protocol IMNativeDelegate { + @objc optional func nativeDidFinishLoading(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didFailToLoadWithError error: InMobiSDK.IMRequestStatus) + @objc optional func nativeWillPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidPresentScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeWillDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func nativeDidDismissScreen(_ native: InMobiSDK.IMNative) + @objc optional func userWillLeaveApplicationFromNative(_ native: InMobiSDK.IMNative) + @objc optional func nativeAdImpressed(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, didInteractWithParams params: [Swift.String : Any]?) + @objc optional func nativeDidFinishPlayingMedia(_ native: InMobiSDK.IMNative) + @objc optional func userDidSkipPlayingMediaFromNative(_ native: InMobiSDK.IMNative) + @objc optional func native(_ native: InMobiSDK.IMNative, adAudioStateChanged audioStateMuted: Swift.Bool) +} +@objc @_inheritsConvenienceInitializers @objcMembers public class IMCommonConstants : ObjectiveC.NSObject { + @objc public static let IM_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_GDPR_CONSENT_IAB: Swift.String + @objc public static let IM_SUBJECT_TO_GDPR: Swift.String + @objc public static let IM_PARTNER_GDPR_CONSENT_AVAILABLE: Swift.String + @objc public static let IM_PARTNER_GDPR_APPLIES: Swift.String + @objc override dynamic public init() + @objc deinit +} +@frozen @objc public enum IMSDKLogLevel : Swift.Int { + case none + case error + case debug + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKGender : Swift.Int { + case male = 1 + case female + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKEducation : Swift.Int { + case highSchoolOrLess = 1 + case collageOrGraduate + case postGraduateOrAbove + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMSDKAgeGroup : Swift.Int { + case below18 = 1 + case between18And24 + case between25And29 + case between30And34 + case between35And44 + case between45And54 + case between55And65 + case above65 + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@frozen @objc public enum IMInterstitialAnimationType : Swift.Int { + case coverVertical + case flipHorizontal + case asNone + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +extension Swift.String : Swift.Error { +} +extension InMobiSDK.IMStatusCode : Swift.Equatable {} +extension InMobiSDK.IMStatusCode : Swift.Hashable {} +extension InMobiSDK.IMStatusCode : Swift.RawRepresentable {} +extension InMobiSDK.IMStatusCode : Swift.Sendable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Equatable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Hashable {} +extension InMobiSDK.IMSDKLogLevel : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKLogLevel : Swift.Sendable {} +extension InMobiSDK.IMSDKGender : Swift.Equatable {} +extension InMobiSDK.IMSDKGender : Swift.Hashable {} +extension InMobiSDK.IMSDKGender : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKGender : Swift.Sendable {} +extension InMobiSDK.IMSDKEducation : Swift.Equatable {} +extension InMobiSDK.IMSDKEducation : Swift.Hashable {} +extension InMobiSDK.IMSDKEducation : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKEducation : Swift.Sendable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Equatable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Hashable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.RawRepresentable {} +extension InMobiSDK.IMSDKAgeGroup : Swift.Sendable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Equatable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Hashable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.RawRepresentable {} +extension InMobiSDK.IMInterstitialAnimationType : Swift.Sendable {} diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/module.modulemap b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/module.modulemap index 592b4e66..d0c261ae 100644 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/module.modulemap +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/Modules/module.modulemap @@ -3,4 +3,11 @@ framework module InMobiSDK { export * module * { export * } + + explicit module Private {} +} + +module InMobiSDK.Swift { + header "InMobiSDK-Swift.h" + requires objc } diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory index e304ffd6..9d87b1b7 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeDirectory differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 index 1fd709ce..742ed968 100644 Binary files a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 and b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeRequirements-1 differ diff --git a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources index eb7124c2..bf0ef16a 100644 --- a/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources +++ b/ios/platform/InMobiSDK.xcframework/ios-arm64_x86_64-simulator/InMobiSDK.framework/_CodeSignature/CodeResources @@ -4,326 +4,3551 @@ files - Frameworks/libAppVerificationLibrary.a + Headers/IMODTargetingService.h - 9KqX9ZC6ZXHFDHfZEZYSf9L7/F8= + x1Mha6tYeguBA9woRi4vodI7lho= - Headers/IMAdMetaInfo.h + Headers/InMobiSDK-Swift.h - pYlXBVDNPPgCCVrJOXHDlqUin9I= + axXdnVzqi7FMu9nTQGOEI5q4S4A= - Headers/IMBanner.h + Headers/InMobiSDK.h - m5X14ckOt3X0+yaJhQbCpw+MFLE= + WzFvzHLD3y/Wa0Io0zGjRcQ+0PE= - Headers/IMBannerDelegate.h + Info.plist - iaR2zCCL2ENqfRXt3YwVmR7OWfg= + yg1qXj8gd3PKyCF4SGi3GQbcwDo= - Headers/IMBannerPreloadManager.h + Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo - f7RebDT9N9itvL5FYhbslhmLiuM= + BdDfxwoGs1spC0Fjt4lnDgWP/pA= - Headers/IMCommonConstants.h + Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo - Z0vCcwMkRkAbc63ooXsDwCQazFA= + /eUGKGJylJW4zwhsbuVAYmxSuAE= - Headers/IMCoreConstants.h + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - 5XnNFGD3s7rsZCLDBhK0J32w9gM= + VP8aRAbLLjq3ry0jfQG+/zUdUjk= - Headers/IMInterstitial.h + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - NL14Vu+u7e35YHO9pxylVrdgzJc= + 4tcPGy7MV7uSg3VQiWvzSQsjQZw= - Headers/IMInterstitialDelegate.h + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - 8NyIKJtRgN4dsloca6JbBjoqcoA= + V/ywVK0GuUk7YQ5keoY5RdLKIwM= - Headers/IMInterstitialPreloadManager.h + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - Nrx7yT20TcY0hp25aVKMKWzcaaM= + 4tcPGy7MV7uSg3VQiWvzSQsjQZw= - Headers/IMNative.h + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - MSt+XtV84WpFZbX8MDYWPkbUfEc= + cekHkEvRofJ6u2t2zpKSHtAblUE= - Headers/IMNativeDelegate.h + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - z63MKvC1rumX8wlrfwQ2fvHihVs= + VP8aRAbLLjq3ry0jfQG+/zUdUjk= - Headers/IMODTargetingService.h + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - x1Mha6tYeguBA9woRi4vodI7lho= + 88xO8CgwKitG1A7FMXm4o95USmQ= - Headers/IMRequestStatus.h + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - +MFeTVIYIoH+KmYJu49gsGMQm7Q= + Hk6bHFPYmbGQLHxdqmr7ew2MsQQ= - Headers/IMSdk.h + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - ICK7y89ZLGR5u3vIIHh7lshlsBU= + 88xO8CgwKitG1A7FMXm4o95USmQ= - Headers/IMUnifiedIdDelegate.h + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - aYmI4r5N1yV75uoxHZCVr8Vhqp0= + e4TZ6U31vFlIcUtuLszRGaq/6gw= - Headers/IMUnifiedIdService.h + Modules/module.modulemap - 0EwrzxK3yhLpi6jFgEhP1CY0BJY= + 7qqOvj+Z4TDsqAj//33XVV0CTMc= - Headers/IMUserDataModel.h + PrivateHeaders/ASCloseButton.h - WhKUDkEYfuAfCjAglzJz+grE30M= + Xvzi64//4YlKuQynexqv/9MYCjY= - Headers/IMUserDataTypes.h + PrivateHeaders/ASLogger.h - m0tS2ajNTg6dpqq73BkPfjuhMOs= + ddzHHVlwtAZAxmr2pok1kONp2sA= - Headers/InMobiSDK.h + PrivateHeaders/ASThreadUtil.h - V64dBXtERif+rCLRqVXUMvgR7gg= + aq3jHalNYMwSisUPRnVr2JxuIoU= - Info.plist + PrivateHeaders/IMAVPlayer.h - /n0chdr5KpzCkRm44Et/fVfYRZQ= + BnYtli04LW0B4uGCAUUZG/+qJWY= - Modules/module.modulemap + PrivateHeaders/IMAdCloseButton.h - ot4C/4tmKlFMH5y4STLrd9sulPw= + nsOP7msUqP31Xn41mZJvKYdDTgc= - - files2 - - Frameworks/libAppVerificationLibrary.a + PrivateHeaders/IMAdReplayButton.h + + vmws/C19+42YuuDNkVlYC5hFBVQ= + + PrivateHeaders/IMAdUtilitiesObjc.h + + VWuHtL4WinyqcnOg8PqjUqTG++E= + + PrivateHeaders/IMAdVerificationParser.h + + wmJKK8coMro9S1PDZL2Hjp6SUMo= + + PrivateHeaders/IMAdsConfig.h + + wRZjnKEKF461cX3BkQlg/sabeWU= + + PrivateHeaders/IMAdsConfigAssetCacheModel.h + + NeGLDbFPPvLnGYf6RDn2Vx7I7gk= + + PrivateHeaders/IMAdsConfigBitRate.h + + fb4AJpPDmhe/hdH1DEF3p4sb7+U= + + PrivateHeaders/IMAdsConfigContextualDataModel.h + + R8U+Y12XrlVmy5QYaQuCzQ90yN0= + + PrivateHeaders/IMAdsConfigIMAI_Model.h + + nVentB9SHwnaUEOQZaW3SGXeRp4= + + PrivateHeaders/IMAdsConfigModel.h + + A0SxKD3/BSNic4En2hm3dxwI4uI= + + PrivateHeaders/IMAdsConfigMraidModel.h + + /W4lHDs4Ef9oPmFDIzrWPWU9/jU= + + PrivateHeaders/IMAdsConfigRenderingModel.h + + SUd9LOHB6ZMeyayTNH7Re1VQiJE= + + PrivateHeaders/IMAdsConfigRendering_SaveContentModel.h + + WmQa4ZFpeug6dLO88USulqyZyXA= + + PrivateHeaders/IMAdsConfigSkanModel.h + + ISYXVVWBJ/4nN1oPUACC8lj3rLU= + + PrivateHeaders/IMAdsConfigTimeouts.h + + Qvqdw/21kUTyDZHMa4J70G8yp0s= + + PrivateHeaders/IMAdsConfigVastVideoModel.h + + gL/ZAQ4DRdSkz5PsGupwVLs2H2w= + + PrivateHeaders/IMAdsConfigViewabilityModel.h + + eV7tkngZL/6JmznhstmFqh5Cl4M= + + PrivateHeaders/IMAdsConfigViewabilityVideoModel.h + + 438Zjr2ovvLUAFvdNAj1A/XVEJc= + + PrivateHeaders/IMAdsConfigViewabilityWebModel.h + + iRHb/bL64NtPUEx0EW5v+/Ozlu4= + + PrivateHeaders/IMAdsConfigWebviewModeModel.h + + Q93lp/EDaLamezRI8ovPPJ97OAk= + + PrivateHeaders/IMAdsConfig_WebviewMode.h + + m/JaZlrB43+wO7G1vmyo0icPWVM= + + PrivateHeaders/IMAdsOMIDConfig.h + + VdtGT/4lfIY/RZvTR89J77wsuuw= + + PrivateHeaders/IMAdsTrackersModelObjc.h + + k9Yu5dH67kvwKe1migXRagVn/Yg= + + PrivateHeaders/IMAnimatedImageAsset.h + + AzhfS5rDxzdPkySK2Bc8L881RKs= + + PrivateHeaders/IMAnimatedImageView.h + + uw7pJUA16zMlPc5s+AwmT5YxfaY= + + PrivateHeaders/IMAsset.h + + JDmDfv4dp5lNR91x4yn93jpjO20= + + PrivateHeaders/IMAssetCache.h + + 7j6UuAq+rLkImrkOjG2oXAb9WRg= + + PrivateHeaders/IMAssetCacheDAO.h + + eYZ9T2D3mxHr/TjPr8lHyRO8ZV8= + + PrivateHeaders/IMAssetConstants.h + + W88x0bC8sWjqoaPOKBTHEEUOmu0= + + PrivateHeaders/IMAssetFactory.h + + oYPyaROjux4GxhTWxqTiZr6YlOQ= + + PrivateHeaders/IMBannerViewabilityConfig.h + + F7ZUkC42uMSg84cPhEbLzXmtp9w= + + PrivateHeaders/IMBaseProcessor.h + + nuZEFzOKm4cpEq5OvgUIW3q0Rh8= + + PrivateHeaders/IMBitMapUtil.h + + zrRaNPGr/X4h0jlzVONaNSqqNpU= + + PrivateHeaders/IMBloomFilterConfig.h + + 6IQ8In7mzUlNUxs45T14/6Wf1OY= + + PrivateHeaders/IMBloomFilterCoreManager.h + + LIOFnurRzdk0EhwTBnvM1w6f3Nc= + + PrivateHeaders/IMBloomFilterDataManager.h + + hCvO+H+vH6K1j52g3nHIO+f2HX0= + + PrivateHeaders/IMBloomFilterDownloadManager.h + + i22yferwbYMc5fMLlgNO4vGGrvY= + + PrivateHeaders/IMBloomFilterFetchServiceManager.h + + Cg5nxQDaAUL4WkhR9azMgMPIdfE= + + PrivateHeaders/IMBloomFilterNetworkInterface.h + + ycZCZdeffLk7Z562ss6frZDZlEk= + + PrivateHeaders/IMBloomFilterRequestBuilder.h + + bURL7SUdLd9f1s/yaGgN88oqoQc= + + PrivateHeaders/IMBloomFilterUtilities.h + + lxuz16VHjx4sjaFGrNQ4C7SDMiI= + + PrivateHeaders/IMBloomMatchProcessor.h + + YICUFcIjrtWU5b6t51XeTF84MY0= + + PrivateHeaders/IMBloomPreProcessor.h + + GvW0RcFqGJ39CWa+RecinynC+zY= + + PrivateHeaders/IMButtonAsset.h + + ZnJwaOz/3TBzMfYqvKqYuL2afCk= + + PrivateHeaders/IMCardScrollableAsset.h + + Lvze+XJ5Erwqe9hcQlMZzu7LmSA= + + PrivateHeaders/IMCommProcessor.h + + +3h3HlHacsbpMkA5o/7MvGCzvzY= + + PrivateHeaders/IMCompanionTracker.h + + eU4inz6PFxfU2WnXSyYDucqPnP8= + + PrivateHeaders/IMCompanionTrackingEvents.h + + sDraIqwzlNyoGbt4LwzPQVVu3FE= + + PrivateHeaders/IMCompanionTrackingEventsParser.h + + Lyv3FMG4cgZnQDGBxii2ErTVw/s= + + PrivateHeaders/IMCompanionTrackingExtensionParser.h + + hcFH1T8PYyrun3lgQgCtlH8HoKE= + + PrivateHeaders/IMCompanionTrackingParser.h + + gqrMFfBf7QHucxSvBSmVbn6dDEk= + + PrivateHeaders/IMConfig.h + + zZggfhD2DrueQU9o2R++dLqWkEE= + + PrivateHeaders/IMConfigDao.h + + +QykAjNEU81aeJDd+gTTTSmBgMY= + + PrivateHeaders/IMConfigManager.h + + QZr0wX/RJ8q1D8pJi3weOkAA+bU= + + PrivateHeaders/IMConfigNetworkInterface.h + + g65iQgpudnKQBSxOxFXBJAOc4iw= + + PrivateHeaders/IMConfigNetworkRequest.h + + V2ZTxqZ4cj72umbhyl6VlsHJ+fw= + + PrivateHeaders/IMConfigNetworkResponse.h + + fhUc/Vc3OmW9W89Er1qW0IsV3AE= + + PrivateHeaders/IMConfigResponseContent.h + + rIX6fPnqW9G4As0aCZ5xJNhy1PI= + + PrivateHeaders/IMContainerAsset.h + + +oq+z6TKG7nst2iejriR8UvMNTs= + + PrivateHeaders/IMContentCacheManager.h + + 3Gezv4SGsMSqONuRAlpm23WFDIQ= + + PrivateHeaders/IMCreativeTagOrder.h + + XmXO3LxsgveZiHldKVZLf5C3neY= + + PrivateHeaders/IMCustomLandingPageProcessor.h + + vl1dFo9Vgoqi9z3YeQVaVDoBCjA= + + PrivateHeaders/IMDeviceData.h + + XK8v5fBRnLVRHASzFqEysaSd9Lw= + + PrivateHeaders/IMDeviceProcessor.h + + +DrKcGOBn3piV7Zjpg2+FhcVRxU= + + PrivateHeaders/IMDeviceVolumeManager.h + + SoHlBKsS0qaLqKK24sPg3xjR5xc= + + PrivateHeaders/IMEmbeddedBrowser.h + + 4x6XT+58NoHk/klEkM7hzpPzNPo= + + PrivateHeaders/IMExpandProperties.h + + zRirsotaOAuYPq7YVGNzxe1S4h0= + + PrivateHeaders/IMExtension.h + + AwhNUNeR1RujMJL3RXcRagUZiC0= + + PrivateHeaders/IMExtrasProcessor.h + + DlB4d1GDzUTPtuhbh2SYjvEEJhs= + + PrivateHeaders/IMGIFImage.h + + nLiQCZMuKejtJ7wDq5tZGWmgJK4= + + PrivateHeaders/IMHealthReportingConfig.h + + tcv66rih0a7DaJtUo2f5Sa/eF3E= + + PrivateHeaders/IMHealthReportingDao.h + + bMnCK2PCIgGw8niallR/hOsnTvE= + + PrivateHeaders/IMHealthReportingManager.h + + PSJj1rt5DxQ/y+wiBlkJYoexXMs= + + PrivateHeaders/IMImageAsset.h + + uvcD+UsqbIvAq6mlTR6mIFSxS+s= + + PrivateHeaders/IMInMobiViewabilityModel.h + + r+aO2Vq7zMJp0EkUBQOnB4gVkRM= + + PrivateHeaders/IMInterstitialViewabilityConfig.h + + wjOZf5kWUWAXowR2weSc5vZJpXM= + + PrivateHeaders/IMJSONModelNamespace.h + + p9Wy82udkWR6vVuIl3uXtXevo3U= + + PrivateHeaders/IMKeyValueStoreObjc.h + + OnqthVd+jE5lGAvghXrFUVdsY9A= + + PrivateHeaders/IMLandingPageModel.h + + iuk2gFaTksgrW4gs2bT/u1ghHiY= + + PrivateHeaders/IMLandingPageParser.h + + qA7hrmjJ8V7oB1hN7326vPnjBQk= + + PrivateHeaders/IMLandingPageProcessor.h + + JJQCHglM5YmtSWT76pDIUlRaLHw= + + PrivateHeaders/IMMediaManager.h + + +/aMfNMdwZyAZ8XYAIqD9X1+Mlo= + + PrivateHeaders/IMMraidFetcher.h + + aQC/waOhKLARLl2HVtfvpWFRmJA= + + PrivateHeaders/IMMraidFetcherDAO.h + + EnrZvIH6WbPaz9T2M96Lz/KG8+A= + + PrivateHeaders/IMMultiMediaProcessor.h + + 7zrYMKcOyxYcv7mmFs0PSTbt3F8= + + PrivateHeaders/IMNativeFullScreenRenderController.h + + gY/dPR8XmtKvVEyxKkrl42n2Icw= + + PrivateHeaders/IMNativeInlineRenderController.h + + ysjZVyr2H0ixipnNL4QmRSQiVfQ= + + PrivateHeaders/IMNativeLandingPageProcessor.h + + 7ersmozL3Z4IHt6TT+6MIhKTjUw= + + PrivateHeaders/IMNativeRenderController.h + + 55Wl3Vu8uYShWrU2yk3Dvn0634Q= + + PrivateHeaders/IMNativeRenderViewController.h + + Ra+fAYdVJHJ9nUFR4MXRNofw0KY= + + PrivateHeaders/IMNativeVideoProperties.h + + tc+C8O7/nvRB08h/WUs2yCcPdyc= + + PrivateHeaders/IMNetworkConnectionDelegateObjc.h + + ckO95M0cGir+EIuly6eymVzLK+M= + + PrivateHeaders/IMNetworkDelegateObjc.h + + zw6XFL1kOQb8Y+sjCGyJ02kDcew= + + PrivateHeaders/IMNetworkErrorObjc.h + + t4oLB9LTy3yy1SOu0W3SSuy/unQ= + + PrivateHeaders/IMNetworkOperationObjc.h + + J4hvx1593kfrgRIyOOu36qAWeVA= + + PrivateHeaders/IMNetworkServiceProviderObjc.h + + oSnbCBV4is+D9EyKoWIfP1G+jJw= + + PrivateHeaders/IMNetworkSyncConnectionObjc.h + + XbuqB2u1S3qD736wk9nlStSHoYY= + + PrivateHeaders/IMNetworkTypeConfigDict.h + + 4fXSnjQm07eN5SA2JCU5aqNY4+I= + + PrivateHeaders/IMNetworkTypeConfigModel.h + + Le6eNKGGP5OVvA69IM4EkosyLSM= + + PrivateHeaders/IMNetworkWebViewObjc.h + + 7EkhR5IOCG/eZt1Yf9PvY/G39Pw= + + PrivateHeaders/IMOMAdEventHandler.h + + v+V9TbGKg4GkyVKqDJyh/qwizHs= + + PrivateHeaders/IMOMAdSessionManager.h + + uMOf1lDqnkVSgSh+Xs31kaXnKLM= + + PrivateHeaders/IMOMFriendlyObstructionView.h + + 02K9D7A9ME/B7FL5NbLaFRsFGKU= + + PrivateHeaders/IMOMIDJSFetcher.h + + Y8issPNbwC6cITBdwxPOWhwWH+c= + + PrivateHeaders/IMOMJSModel.h + + OYZZV1w/xP8LYQMxTVjPu1b6Tzg= + + PrivateHeaders/IMOMNativeDisplayViewability.h + + uoBSF1uOQL+PW7dBQGCzJH/WKIU= + + PrivateHeaders/IMOMNativeVideoViewability.h + + RqTXCdxjhbv4GJQBMsd23g1hmlo= + + PrivateHeaders/IMOMViewability.h + + SWGdJYskIEYtuSxigWd9ibLOQww= + + PrivateHeaders/IMOMViewabilityTracker.h + + 4LEJaNmW7mvWBF+tpFBx+z5rqFo= + + PrivateHeaders/IMOMWebViewability.h + + MAZcohN8ox0ZHC4JTtteJHEXuZk= + + PrivateHeaders/IMOrientationProperties.h + + jVdFEWLnL6KlFTnL1sWvHrSctrY= + + PrivateHeaders/IMPingProcessor.h + + //CMS+pXeg9Ju9mrbmnzqpAcE7c= + + PrivateHeaders/IMPingsUtils.h + + 6s77QCOrJ5lTYunE3Y5DqD/HYgM= + + PrivateHeaders/IMRdbmsDataStoreObjc.h + + 6kdYdqK64n167ZiA7d0H2Fj2wI8= + + PrivateHeaders/IMRenderView.h + + cn8CDq7pU6l6j1sPt8beAgHQqYU= + + PrivateHeaders/IMRenderViewController.h + + QG/mOOepblDzDBkbunVxeYtNKEg= + + PrivateHeaders/IMRenderViewGestureRecognizer.h + + EqZ2foAuzbfrC3x5n0xJL4xnrB4= + + PrivateHeaders/IMRenderViewInteraction.h + + dAgXV/i8MXfiscCwPGh7xkYb8sA= + + PrivateHeaders/IMRenderingUtilities.h + + n1TuBaa6pY8J39vfDSVgZPlq0pg= + + PrivateHeaders/IMRequestBuilderObjc.h + + +pqrFsvS0TI8qjVvHytcVz8lL90= + + PrivateHeaders/IMRequestObjc.h + + rqAQKuxHWqoFUB5jR3gc184uEfY= + + PrivateHeaders/IMResizeProperties.h + + iaLnTxwHAw8Bxw0UkQHvt2bZSoU= + + PrivateHeaders/IMResponseObjc.h + + ptVbS9l6hseT+/Kwzus4a56B0KE= + + PrivateHeaders/IMRichMediaConstants.h + + 90cOm7CSPO6KK9fpy2gmbuuIFR0= + + PrivateHeaders/IMRichMediaDelegate.h + + No/K+jz9GAMFAShEOSGy9fi2PlU= + + PrivateHeaders/IMRichMediaResolver.h + + Kn+RUcN55gHWbEnm1UBEVv+fDGw= + + PrivateHeaders/IMRichMediaUtilities.h + + g8n+hARasB/on33xG+ClczZMyOU= + + PrivateHeaders/IMRootConfig.h + + G+rQMFaDud8FlsttTbrWd9iwCRQ= + + PrivateHeaders/IMRootConfig_SDKInfoModel.h + + PCIzXdBgFLiSwY6Z7JOe7iLsUMI= + + PrivateHeaders/IMSDKCommonUtil.h + + I/NWwg5CbRfQ9QYVt8PLTNaJ0rg= + + PrivateHeaders/IMSDKCommonsNetworkReachabilityObjc.h + + QMhqwkudcCXZu/jE1dX6VBkf0ko= + + PrivateHeaders/IMSDKConstant.h + + phxcjvUexlLGqMS82U1DTAQ2778= + + PrivateHeaders/IMSDKSettings.h + + EoBfF2Rxh3jdE3I+y6fX/mZDhgs= + + PrivateHeaders/IMSKANListManager.h + + 3L/IJRO8ZGQGRAo4hwDoNWYSGtY= + + PrivateHeaders/IMSKImpressionManager.h + + hC1/MW/RvTN+n1nnVgpc8FQthBo= + + PrivateHeaders/IMSKOverlayModel.h + + p9+gjfCw1hR8ycS1OcTRUYNkfAU= + + PrivateHeaders/IMSKOverlayProcessor.h + + 82ZnViyArNipKghFQa90lUuq0Xw= + + PrivateHeaders/IMSKStoreManager.h + + e50Wsh5eaEP/67TMOy+YGLATUl4= + + PrivateHeaders/IMSKStoreProcessor.h + + HADGMLa/fYzxwfY3OivZG34iUAo= + + PrivateHeaders/IMSafariViewController.h + + XqJEXmh0tscU1C6cw2aC8ApFT3U= + + PrivateHeaders/IMSignalIceConfig.h + + Ylv0YRs6OuT5QH2JRYJz9khybNg= + + PrivateHeaders/IMSignalsConfig.h + + HoZpS7aRUcZUlHr5so9M4CsJ7Hs= + + PrivateHeaders/IMTelemetryAssetReporting.h + + QsNPDkxESV5bnHMTE4c40KSqtL8= + + PrivateHeaders/IMTelemetryComponent.h + + +tm2FWdT1wqJZvgBmz5vhROVBYI= + + PrivateHeaders/IMTelemetryComponentConfigs.h + + lWwTNKfBuZLWuFUVcHYfcM7Rf/U= + + PrivateHeaders/IMTelemetryConfigs.h + + NAUlNEV59x0zpF7FftWGdH06LTw= + + PrivateHeaders/IMTelemetryDAO.h + + 7sijv10ncSeqLo8zcYPPh1QJltc= + + PrivateHeaders/IMTelemetryEvent.h + + 3WAPBwf2NhQHS3I/cRBHZzp9rM0= + + PrivateHeaders/IMTelemetryRequest.h + + FAlA2GRP+KgK2ke34Xg0mEO9EAI= + + PrivateHeaders/IMTextAsset.h + + qgDppAfZjXqpTTuSXV7ebNJ3tJQ= + + PrivateHeaders/IMTimerAsset.h + + 9qVCOdf7absVtomrdY/420ekHbI= + + PrivateHeaders/IMTimerManagerObjc.h + + Et57kRdmL/5g0E7vC5xZzGdMz8Y= + + PrivateHeaders/IMTrackerProcessorObjC.h + + 2+ei2TPnGIhUWn6JtRf3knbjl7c= + + PrivateHeaders/IMUIAction.h + + 2SyW2klkndjwue/h0rVK7eUbLhA= + + PrivateHeaders/IMUIAnimatedImageView.h + + LDY8ORKe71UyWFBebRXhSSHHnNo= + + PrivateHeaders/IMUIAssetCollectionViewCell.h + + waU0AzbAYq2ECjzZUIL+xUd0tK0= + + PrivateHeaders/IMUIButton.h + + SjmeM3Ty0dikgWfo4+cyHNxWE5E= + + PrivateHeaders/IMUICollectionView.h + + IsJ5rmPWZa+57yyf+TbQGDURDkk= + + PrivateHeaders/IMUICollectionViewProperties.h + + WcsLgkOEsuoEcmr0WBfqr/xz++o= + + PrivateHeaders/IMUICollectionViewSliderLayout.h + + Qz9OmLatC3VDqmyYh+jTUUEuEQs= + + PrivateHeaders/IMUIImageView.h + + lVbnfugP1EATJMpwZRC30FcsZXY= + + PrivateHeaders/IMUIInflator.h + + LE6xGQN5dxMX5sWyorTAxmHWSWg= + + PrivateHeaders/IMUILabel.h + + PoTvFDrJpxqgLyO2kk1qNcYBK/o= + + PrivateHeaders/IMUIProperties.h + + RjkMYqsPeYZaUwVlss7Anj2rmNs= + + PrivateHeaders/IMUITimerView.h + + p9pFTFrApPRpWPFzRvSz9zYKvZQ= + + PrivateHeaders/IMUIUtilities.h + + TxCAhcOgn3mtukt08ro0i8/oZNA= + + PrivateHeaders/IMUIVideoView.h + + vQWclTZwfnbE4+1AGeFEAqbKi50= + + PrivateHeaders/IMUIView.h + + 8SahYE1oTfdqIsYK8cfIr7nGypk= + + PrivateHeaders/IMUnifiedIdConfig.h + + osPznrjqbxs2ltTW7/VH2lDV9cI= + + PrivateHeaders/IMVastAd.h + + FS8aJvS603tw2fMDy8fY6otqigQ= + + PrivateHeaders/IMVastAdTagOrder.h + + 2pyFfSGp161rehVaD1bJHbJTabE= + + PrivateHeaders/IMVastCompanion.h + + 8KBcs+Xi0zxg8Wp5QTk+LM02wXU= + + PrivateHeaders/IMVastErrors.h + + vfevlFAfmSrhHxNySd/hTWuR1c4= + + PrivateHeaders/IMVastExtensionsParser.h + + IQrpTZPjx00aW8KV1339dDmvX34= + + PrivateHeaders/IMVastManager.h + + ZEWnemvqTPaZaTDwWKMgKIWPtos= + + PrivateHeaders/IMVastMediaFile.h + + OZxR3oZtX4+gLonnx0zMnshI36Y= + + PrivateHeaders/IMVastNodeBaseParser.h + + P5GWXQe8nPqeEZ3JpA0keVZm+F0= + + PrivateHeaders/IMVastNodeParser.h + + 4+d0M+b8C9J6Ak3LKwtOQMP/cUg= + + PrivateHeaders/IMVastObject.h + + f69E+7cubiwD+ujq5IwTxzU0OqQ= + + PrivateHeaders/IMVastTrackingEvent.h + + JLlpe8NeTQb2MavrZgCUOI8M6hM= + + PrivateHeaders/IMVastVerificationParser.h + + VvdOexHw+Fxn50flEgXxV+vOXN8= + + PrivateHeaders/IMVastWrapperTagOrder.h + + y7Q5Zy0Gz1AOauHbpWwto3JCFh0= + + PrivateHeaders/IMVastXMLParser.h + + Xg0DCvmEfy25PWbbG1VFy3MAe5E= + + PrivateHeaders/IMVerification.h + + rpTxL6bVEVSqlElwjwAdFqqb4ls= + + PrivateHeaders/IMVideoAsset.h + + aUz9PaJ0CwoBbIJawN69w8P1wfA= + + PrivateHeaders/IMViewProcessor.h + + 8FmY1IWRSXYe6IzBPXhIHsAcRHc= + + PrivateHeaders/IMViewability.h + + nRPzzNTiSGscbJx5xqK4icNRr90= + + PrivateHeaders/IMViewabilityConfig.h + + whdETBurkQcc/M+g2Yt6FRFWSu4= + + PrivateHeaders/IMWKScriptMessageHandler.h + + Vwm1HA19JYtTnXA3N0tLs/C+Op4= + + PrivateHeaders/IMWKWebViewController.h + + zga+bXGr1/hy9xbwRDXgJd+JVvs= + + PrivateHeaders/IMWebToNativeCall.h + + WiLw/segQ7+KtRDASubKYao2ABo= + + PrivateHeaders/IMWebviewAsset.h + + v0GzSEclZvsunoJJvIQ4SNBLFZU= + + PrivateHeaders/JSONKeyMapper.h + + BvojNJDOcZOgpuuSTEwO8u0bqL4= + + PrivateHeaders/JSONModel.h + + /TMWNklVtEvRvclC96m7KJWlYOI= + + PrivateHeaders/JSONModelClassProperty.h + + 1/Pi91Ryfo59cf4TJeWiIbhjMN8= + + PrivateHeaders/JSONModelError.h + + /5CdT2WZWEhYdgwCX8aBdTJ3M0g= + + PrivateHeaders/JSONValueTransformer.h + + +ZEaiJHd7kU9M5QWAHfkc3AXp3w= + + PrivateHeaders/NSDictionary+IMAsset.h + + Qsoj9n8qIoAac2atqNIus0oMcX0= + + PrivateHeaders/NSDictionary+IMStyle.h + + QhTqhQGGKV8HDrDoLcu/aFAxBRE= + + PrivateHeaders/NSError+ASUtils.h + + inNJlWSK2uMg3w4sFfTA0o/Vp78= + + PrivateHeaders/NSMutableArray+IMValidation.h + + nO09YjHKGWFQ/y/3iekXhdOHkP8= + + PrivateHeaders/NSMutableDictionary+IMValidation.h + + nf1rR+Ge4jDcrQgw6fc+CvCPfoM= + + PrivateHeaders/NSURLRequest+NetworkRequest.h + + SkITD+Gv6V8p2U4TQWTUfJfLvOc= + + PrivateHeaders/OMIDAdEvents.h + + hFHRPn6hfUvLspbOgwX6ZTWbh1c= + + PrivateHeaders/OMIDAdSession.h + + q/8nKSJnvg0gALS/4ApaWdlzYUM= + + PrivateHeaders/OMIDAdSessionConfiguration.h + + oIXwnUQjAwvZ2hQ8gOsmAHs3TtE= + + PrivateHeaders/OMIDAdSessionContext.h + + uC65f296y58FraiFGpdSJh4Wbf0= + + PrivateHeaders/OMIDFriendlyObstructionType.h + + ymPA8TI4PL8pK0zhc5ilyQj/SsA= + + PrivateHeaders/OMIDImports.h + + kklBQQiiHyi6ArUe1OOfy92xxX4= + + PrivateHeaders/OMIDMediaEvents.h + + BK9WcUKmTuWg22WAKKeiSGepXdY= + + PrivateHeaders/OMIDPartner.h + + 53y2wAH9r7U6tZ0qEsz61DMeBUQ= + + PrivateHeaders/OMIDSDK.h + + Cw/IDUiu+WAOmr/+A66VP2y0hqk= + + PrivateHeaders/OMIDScriptInjector.h + + i5nIIl41FmzmpsoJDIl2v+1fEvc= + + PrivateHeaders/OMIDVASTProperties.h + + X6vj+uK/0vSjgtNAP//C52lEnc8= + + PrivateHeaders/OMIDVerificationScriptResource.h + + WudW9trrgXmfvL2v81XQZ9RS03Y= + + PrivateHeaders/UIImage+IMSnapshot.h + + +VG4nfgvVMNA42iG4gHggHs9Ly4= + + + files2 + + Headers/IMODTargetingService.h + + hash + + x1Mha6tYeguBA9woRi4vodI7lho= + + hash2 + + bqqr3/ZS9hlY5ha55+479Fedjq/o4B7ff/4uA9izWBw= + + + Headers/InMobiSDK-Swift.h + + hash + + axXdnVzqi7FMu9nTQGOEI5q4S4A= + + hash2 + + s0BAzWFDc9jlP1a41yrjTt47xAso7w7qiZ1/5LphdsM= + + + Headers/InMobiSDK.h + + hash + + WzFvzHLD3y/Wa0Io0zGjRcQ+0PE= + + hash2 + + 2PaXJLHGE3cA0IZoMszUFgo6s75xn6DyMbs+Ctyry54= + + + Modules/InMobiSDK.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo + + hash + + BdDfxwoGs1spC0Fjt4lnDgWP/pA= + + hash2 + + enySjSduWDT+OzMogKzxeoqKyXJ8Pw2F6BOJiWdkMKs= + + + Modules/InMobiSDK.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo + + hash + + /eUGKGJylJW4zwhsbuVAYmxSuAE= + + hash2 + + pjAdTZmQV3xhUwqO8Yd1qQ9j0pCdvJe5aY1yjGaAnTY= + + + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash + + VP8aRAbLLjq3ry0jfQG+/zUdUjk= + + hash2 + + 1eIJM6w+ySFjBEtJAtSs9GsSKilsoIPMQL8Y4NGb9tk= + + + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash + + 4tcPGy7MV7uSg3VQiWvzSQsjQZw= + + hash2 + + OKCD9xkAVvOvLh+MbBHShodf/T9bnxOYUwmwW3J7Kqo= + + + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash + + V/ywVK0GuUk7YQ5keoY5RdLKIwM= + + hash2 + + CE/3uV5cBqQ6JIxOKQ93V9N5gJOHno7PfN/eHdNM4KM= + + + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash + + 4tcPGy7MV7uSg3VQiWvzSQsjQZw= + + hash2 + + OKCD9xkAVvOvLh+MbBHShodf/T9bnxOYUwmwW3J7Kqo= + + + Modules/InMobiSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash + + cekHkEvRofJ6u2t2zpKSHtAblUE= + + hash2 + + nJQ0rpHoyqfwukMlJaI3/m5IDZX67g514s3L52NXCUI= + + + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash + + VP8aRAbLLjq3ry0jfQG+/zUdUjk= + + hash2 + + 1eIJM6w+ySFjBEtJAtSs9GsSKilsoIPMQL8Y4NGb9tk= + + + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash + + 88xO8CgwKitG1A7FMXm4o95USmQ= + + hash2 + + HIgkzaL+og/yyfgxtAJ+sb1udo3FdRP9R1urckmnFXE= + + + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash + + Hk6bHFPYmbGQLHxdqmr7ew2MsQQ= + + hash2 + + 626oc7NPVBDtYojMRujdGzv7hxw4sEy7rUwSWPpvswU= + + + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash + + 88xO8CgwKitG1A7FMXm4o95USmQ= + + hash2 + + HIgkzaL+og/yyfgxtAJ+sb1udo3FdRP9R1urckmnFXE= + + + Modules/InMobiSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash + + e4TZ6U31vFlIcUtuLszRGaq/6gw= + + hash2 + + iZ3IYRTwFtKMkrMsVhubcW8Eg6zJICX16fCa3XM9vLI= + + + Modules/module.modulemap + + hash + + 7qqOvj+Z4TDsqAj//33XVV0CTMc= + + hash2 + + 3VpJO4q4xftJHoxrK2WvB2B5f7DOgXfdOGS7vnxeYhg= + + + PrivateHeaders/ASCloseButton.h + + hash + + Xvzi64//4YlKuQynexqv/9MYCjY= + + hash2 + + c/JIoCJVD0KWXnN23KI7fKE9Yd5i1DHd9JzEnSKaQFg= + + + PrivateHeaders/ASLogger.h + + hash + + ddzHHVlwtAZAxmr2pok1kONp2sA= + + hash2 + + HrDPu3CUBOpd8r5LviCFiVOvacVF0ydXeGgJKRqwIE8= + + + PrivateHeaders/ASThreadUtil.h + + hash + + aq3jHalNYMwSisUPRnVr2JxuIoU= + + hash2 + + yfm7jvL1qSmrHk3CuiBXkGOCpGLHDW3ZmPKKEQNYbvA= + + + PrivateHeaders/IMAVPlayer.h + + hash + + BnYtli04LW0B4uGCAUUZG/+qJWY= + + hash2 + + 98nR7yq5R8xQwMwGlMPel68Onv6mhcJ6Zwz/lUgYGRc= + + + PrivateHeaders/IMAdCloseButton.h + + hash + + nsOP7msUqP31Xn41mZJvKYdDTgc= + + hash2 + + K/JbINMWtWqYIGyTn4qIMYlt/ceoyMdxfEfCzBkTUsQ= + + + PrivateHeaders/IMAdReplayButton.h + + hash + + vmws/C19+42YuuDNkVlYC5hFBVQ= + + hash2 + + uu7KbQeyt7nv5QSDnZWHY55s2rD8lTp+3HFnXSAvbJI= + + + PrivateHeaders/IMAdUtilitiesObjc.h + + hash + + VWuHtL4WinyqcnOg8PqjUqTG++E= + + hash2 + + vLgqt13fgpFEvbmOk67vGFG08402xWoj69/UQeu4R/E= + + + PrivateHeaders/IMAdVerificationParser.h + + hash + + wmJKK8coMro9S1PDZL2Hjp6SUMo= + + hash2 + + F6YV9+ynk1tOTttjYm/nKTgUZR/FZVlPa5mN6otAbqo= + + + PrivateHeaders/IMAdsConfig.h + + hash + + wRZjnKEKF461cX3BkQlg/sabeWU= + + hash2 + + udcPOVp6SP3sen8CvlgGB6GhcN0bpRr3UZUwnkJecME= + + + PrivateHeaders/IMAdsConfigAssetCacheModel.h + + hash + + NeGLDbFPPvLnGYf6RDn2Vx7I7gk= + + hash2 + + 497NN3et++h6t1aT16luV6TIvFaktDbL63c6s46rCKQ= + + + PrivateHeaders/IMAdsConfigBitRate.h + + hash + + fb4AJpPDmhe/hdH1DEF3p4sb7+U= + + hash2 + + WxEK0UICIdpC4LY+bh1O5V9wFAxQISMe142zh2E6yxU= + + + PrivateHeaders/IMAdsConfigContextualDataModel.h + + hash + + R8U+Y12XrlVmy5QYaQuCzQ90yN0= + + hash2 + + 7Qr+hMllafs6yWea+5rS44LTN51DkmMmdMDNELoDYyM= + + + PrivateHeaders/IMAdsConfigIMAI_Model.h + + hash + + nVentB9SHwnaUEOQZaW3SGXeRp4= + + hash2 + + w1Y1bUE0ovqfvesj7zZjemANQySY6BKMxdxlhOWgLjk= + + + PrivateHeaders/IMAdsConfigModel.h + + hash + + A0SxKD3/BSNic4En2hm3dxwI4uI= + + hash2 + + 5vrq00x2kqah+TbCZRH/MzGDauULk4WmM3kgwGCwyYo= + + + PrivateHeaders/IMAdsConfigMraidModel.h + + hash + + /W4lHDs4Ef9oPmFDIzrWPWU9/jU= + + hash2 + + UydLDG9nqLZuwCl8h3rHjODPNF1KXLUu3fc2IDxnZMo= + + + PrivateHeaders/IMAdsConfigRenderingModel.h + + hash + + SUd9LOHB6ZMeyayTNH7Re1VQiJE= + + hash2 + + d6/DsrX09mkr2TKLDywGdnSHHkGs9cgFpfKl/t0ToSI= + + + PrivateHeaders/IMAdsConfigRendering_SaveContentModel.h + + hash + + WmQa4ZFpeug6dLO88USulqyZyXA= + + hash2 + + oa8zdlbaCHgugIj18oKRJxWWo81XdnKGt1UhDSK01cw= + + + PrivateHeaders/IMAdsConfigSkanModel.h + + hash + + ISYXVVWBJ/4nN1oPUACC8lj3rLU= + + hash2 + + SCd9jQtBrSoWekxAmuJq72cwnZ7lew3p6ST67rN4KfU= + + + PrivateHeaders/IMAdsConfigTimeouts.h + + hash + + Qvqdw/21kUTyDZHMa4J70G8yp0s= + + hash2 + + 3L6F2s7+pRsnZz1h/QTkNDrOkYv7CZL7pqV1pT4uC8s= + + + PrivateHeaders/IMAdsConfigVastVideoModel.h + + hash + + gL/ZAQ4DRdSkz5PsGupwVLs2H2w= + + hash2 + + wXmE8k1Cu95lRx+iQEk6RMvnv7A9hNPksG5wauYDK58= + + + PrivateHeaders/IMAdsConfigViewabilityModel.h + + hash + + eV7tkngZL/6JmznhstmFqh5Cl4M= + + hash2 + + m4hBmq52yaqMAFFVplISb2rur0heEwJiBMV7Cmr0cKg= + + + PrivateHeaders/IMAdsConfigViewabilityVideoModel.h + + hash + + 438Zjr2ovvLUAFvdNAj1A/XVEJc= + + hash2 + + 3Ks1MyV1BFFkd/Fn0SFMln30BYJrvhvcMNj3h/0mD8I= + + + PrivateHeaders/IMAdsConfigViewabilityWebModel.h + + hash + + iRHb/bL64NtPUEx0EW5v+/Ozlu4= + + hash2 + + lqWVWxBBFJt8/cQ5vkueYcxr5lc+6J9yWiJntqq1fdY= + + + PrivateHeaders/IMAdsConfigWebviewModeModel.h + + hash + + Q93lp/EDaLamezRI8ovPPJ97OAk= + + hash2 + + DkDEtpuKhbM1Mm4jigjoeyYUD18w20KinKs04bCvOqE= + + + PrivateHeaders/IMAdsConfig_WebviewMode.h + + hash + + m/JaZlrB43+wO7G1vmyo0icPWVM= + + hash2 + + YbOV4jwUQyOYQ0IQwXImUuHyeoduHGsThgKGdXJl8Sg= + + + PrivateHeaders/IMAdsOMIDConfig.h + + hash + + VdtGT/4lfIY/RZvTR89J77wsuuw= + + hash2 + + PXwKifhxKTqZKWInoS0qZ7XhpiJbJAeFrHFCx6H6OQo= + + + PrivateHeaders/IMAdsTrackersModelObjc.h + + hash + + k9Yu5dH67kvwKe1migXRagVn/Yg= + + hash2 + + JJytho23ION32cFhOxY9AUxA4YT+l476t3HQx9XClpI= + + + PrivateHeaders/IMAnimatedImageAsset.h + + hash + + AzhfS5rDxzdPkySK2Bc8L881RKs= + + hash2 + + +Z4GkGsC3Bg2bdHoTWiHMj4YA8kZfY0baxoYLegDq+Y= + + + PrivateHeaders/IMAnimatedImageView.h + + hash + + uw7pJUA16zMlPc5s+AwmT5YxfaY= + + hash2 + + t/RjxolTnU+VM5SYjIq6QrpKkNz7aqguHj39K1UYEag= + + + PrivateHeaders/IMAsset.h + + hash + + JDmDfv4dp5lNR91x4yn93jpjO20= + + hash2 + + 5hNWfzsG5d+46yoHvDRh0JbWSzy9P7GK+MHD7G7nLOo= + + + PrivateHeaders/IMAssetCache.h + + hash + + 7j6UuAq+rLkImrkOjG2oXAb9WRg= + + hash2 + + ovY9n62lZSuKxi88vLXB0AJKHL0KAuggSTkVLybJbr0= + + + PrivateHeaders/IMAssetCacheDAO.h + + hash + + eYZ9T2D3mxHr/TjPr8lHyRO8ZV8= + + hash2 + + Aswhk6N4Ps6hSuiOK9KcPLkXTUfrT5RsnJmjLotAItg= + + + PrivateHeaders/IMAssetConstants.h + + hash + + W88x0bC8sWjqoaPOKBTHEEUOmu0= + + hash2 + + 8cs4yV2Xz9Vn1vqLeJinWmA9px/L4G1emaQoTsMaedw= + + + PrivateHeaders/IMAssetFactory.h + + hash + + oYPyaROjux4GxhTWxqTiZr6YlOQ= + + hash2 + + +BMinPizQe0U7jgBdURnrTnrdUeOhdYezFjWyTaUSY0= + + + PrivateHeaders/IMBannerViewabilityConfig.h + + hash + + F7ZUkC42uMSg84cPhEbLzXmtp9w= + + hash2 + + bvz2v/yhLToerjGIwtwF9n/WCC6yaMUKWVQtQDW3es0= + + + PrivateHeaders/IMBaseProcessor.h + + hash + + nuZEFzOKm4cpEq5OvgUIW3q0Rh8= + + hash2 + + cmQvHeB9gBDuYvXnuKYXCptpAsGlVeMpR1pId35cnqU= + + + PrivateHeaders/IMBitMapUtil.h + + hash + + zrRaNPGr/X4h0jlzVONaNSqqNpU= + + hash2 + + gPY09Ww6e3OAh/ml0l2MT/XS5azdhqbmBwTjwA1BMco= + + + PrivateHeaders/IMBloomFilterConfig.h + + hash + + 6IQ8In7mzUlNUxs45T14/6Wf1OY= + + hash2 + + 7aeajGlSEa6NR+tAfpY+zi/rmKL4Ri1LpyD1Qw8CDwQ= + + + PrivateHeaders/IMBloomFilterCoreManager.h + + hash + + LIOFnurRzdk0EhwTBnvM1w6f3Nc= + + hash2 + + 4nnvfAbpVqwoEu3GaE+LnMrwiT9vtHFiTMTjCXg0QwU= + + + PrivateHeaders/IMBloomFilterDataManager.h + + hash + + hCvO+H+vH6K1j52g3nHIO+f2HX0= + + hash2 + + 6SCeCfFB1o3gym/gGNym2uJ3o4jyNoAuQvjmbk32UzE= + + + PrivateHeaders/IMBloomFilterDownloadManager.h + + hash + + i22yferwbYMc5fMLlgNO4vGGrvY= + + hash2 + + qWBWSvwPjXJhVb6SvJyDgtt/B0dAQPn4AqFi04PwZiQ= + + + PrivateHeaders/IMBloomFilterFetchServiceManager.h + + hash + + Cg5nxQDaAUL4WkhR9azMgMPIdfE= + + hash2 + + saFHCrihjh8vbqbFs/XCbyEJspzY6g6EaT6wminGYYA= + + + PrivateHeaders/IMBloomFilterNetworkInterface.h + + hash + + ycZCZdeffLk7Z562ss6frZDZlEk= + + hash2 + + cOyPR3av+NJjnkynxkTAZSIMPUFsO/4ImIZ3BIeGWP4= + + + PrivateHeaders/IMBloomFilterRequestBuilder.h + + hash + + bURL7SUdLd9f1s/yaGgN88oqoQc= + + hash2 + + E6DOHhzV1ELn+Q/n5MXUTZPRS8niKzBLsgaBkqJcANo= + + + PrivateHeaders/IMBloomFilterUtilities.h + + hash + + lxuz16VHjx4sjaFGrNQ4C7SDMiI= + + hash2 + + ZIKo9dKNu6z/j5zGc7lvizTDHINV2BP87tkqYPKK9WA= + + + PrivateHeaders/IMBloomMatchProcessor.h + + hash + + YICUFcIjrtWU5b6t51XeTF84MY0= + + hash2 + + Km1taKGR+VJRWENIGfHgAqeXvaBfgENRh06clr+3e4g= + + + PrivateHeaders/IMBloomPreProcessor.h + + hash + + GvW0RcFqGJ39CWa+RecinynC+zY= + + hash2 + + X8pFzlOBbe70O9Q8BJ4i/YFLQ3lgde9XskuMjxp86ww= + + + PrivateHeaders/IMButtonAsset.h + + hash + + ZnJwaOz/3TBzMfYqvKqYuL2afCk= + + hash2 + + tERvQYW+koPWZQXq7fc4exmczTnwNUHjSkkDK75Al8c= + + + PrivateHeaders/IMCardScrollableAsset.h + + hash + + Lvze+XJ5Erwqe9hcQlMZzu7LmSA= + + hash2 + + n7f+dYF3eTJV3MfWiiYOMrT9SUDozbjEzia+DjRVk6Y= + + + PrivateHeaders/IMCommProcessor.h + + hash + + +3h3HlHacsbpMkA5o/7MvGCzvzY= + + hash2 + + TNd0LIbbnF+Wa3pe6Vh8lyMvnNWl2Sj6weHJluXExuo= + + + PrivateHeaders/IMCompanionTracker.h + + hash + + eU4inz6PFxfU2WnXSyYDucqPnP8= + + hash2 + + WYb1RpWsGbdy9ch3MQp94HM4guahhbeg9UDDPJ1M/1Y= + + + PrivateHeaders/IMCompanionTrackingEvents.h + + hash + + sDraIqwzlNyoGbt4LwzPQVVu3FE= + + hash2 + + BMv4aY0qny0Tm4/r9/VScawpebeRjaPj/hz/jJLdXnk= + + + PrivateHeaders/IMCompanionTrackingEventsParser.h + + hash + + Lyv3FMG4cgZnQDGBxii2ErTVw/s= + + hash2 + + K1yspEjJ+wfVbDWONgMuBlIcpjXZPR84XXFSAPoizPg= + + + PrivateHeaders/IMCompanionTrackingExtensionParser.h + + hash + + hcFH1T8PYyrun3lgQgCtlH8HoKE= + + hash2 + + h5qvU4dqFSwvmq9hVCVMLPUTHW6L6yP+Yj7kmqkMJsU= + + + PrivateHeaders/IMCompanionTrackingParser.h + + hash + + gqrMFfBf7QHucxSvBSmVbn6dDEk= + + hash2 + + p+ZkzxZt1tz6b6Yn4hhf0b5+s5InesB1VDaoSlelboE= + + + PrivateHeaders/IMConfig.h + + hash + + zZggfhD2DrueQU9o2R++dLqWkEE= + + hash2 + + PfrOGDOdnyx5lzTUU5xif7NLcuiiCRFAZ3icpcRGT50= + + + PrivateHeaders/IMConfigDao.h + + hash + + +QykAjNEU81aeJDd+gTTTSmBgMY= + + hash2 + + O1h69Mr9Gs4kFA/LjlU4IPkwcjEdii1tnvXN/ElNLc4= + + + PrivateHeaders/IMConfigManager.h + + hash + + QZr0wX/RJ8q1D8pJi3weOkAA+bU= + + hash2 + + vNUOvmPP8XRyuNovsju3WAiE7nDbITRVMah6hgZoWvo= + + + PrivateHeaders/IMConfigNetworkInterface.h + + hash + + g65iQgpudnKQBSxOxFXBJAOc4iw= + + hash2 + + 8v/m3YCra4oefkcGDMZcGW+xt7Qqcc5miGii980Rmsw= + + + PrivateHeaders/IMConfigNetworkRequest.h + + hash + + V2ZTxqZ4cj72umbhyl6VlsHJ+fw= + + hash2 + + o4e4K+NmC21yFRxysPm597CkMjL3vVDMLgMxz8kfJSE= + + + PrivateHeaders/IMConfigNetworkResponse.h + + hash + + fhUc/Vc3OmW9W89Er1qW0IsV3AE= + + hash2 + + k+x9jZKPH7bAsDx/OdLpfU/doQcBevSQwhXEJobgju0= + + + PrivateHeaders/IMConfigResponseContent.h + + hash + + rIX6fPnqW9G4As0aCZ5xJNhy1PI= + + hash2 + + pup1krmVkZLQ2xww8z79dfhl0gXmdVlvXkMU2BumikQ= + + + PrivateHeaders/IMContainerAsset.h + + hash + + +oq+z6TKG7nst2iejriR8UvMNTs= + + hash2 + + eNQRjyt9u0R0uxDmqM+I73nMjQQJeEKM/ybaUsEelZI= + + + PrivateHeaders/IMContentCacheManager.h + + hash + + 3Gezv4SGsMSqONuRAlpm23WFDIQ= + + hash2 + + T9aBkd1kmf6xvvLkF3JCrXTaAiGvGbYY7z540PFmWTU= + + + PrivateHeaders/IMCreativeTagOrder.h + + hash + + XmXO3LxsgveZiHldKVZLf5C3neY= + + hash2 + + X5tPn1fEH1nP8jNr4EG90qQVk2yqBf0jZMl+p1fAVZY= + + + PrivateHeaders/IMCustomLandingPageProcessor.h + + hash + + vl1dFo9Vgoqi9z3YeQVaVDoBCjA= + + hash2 + + fD5BC1YeXpwtx5aFHCdIi8apFA1ugHYdFHoy5AsUiIQ= + + + PrivateHeaders/IMDeviceData.h + + hash + + XK8v5fBRnLVRHASzFqEysaSd9Lw= + + hash2 + + CxvtEAFFP1zJyIr1xidJqMSTtOrJ1cMIsEELRsqVf9g= + + + PrivateHeaders/IMDeviceProcessor.h + + hash + + +DrKcGOBn3piV7Zjpg2+FhcVRxU= + + hash2 + + MuSkvYDwuTgrGPZ4AuipdZCNmKXE4yU1682SRHrcB+g= + + + PrivateHeaders/IMDeviceVolumeManager.h + + hash + + SoHlBKsS0qaLqKK24sPg3xjR5xc= + + hash2 + + HlKy1WUsNTo1pXcGWjWLP3CazB8YLDZKBEjy5HZtC2g= + + + PrivateHeaders/IMEmbeddedBrowser.h + + hash + + 4x6XT+58NoHk/klEkM7hzpPzNPo= + + hash2 + + H3sORh7eNI3eIaCkcT18hqgcvAn5fRDloI/I3Pr0CaI= + + + PrivateHeaders/IMExpandProperties.h + + hash + + zRirsotaOAuYPq7YVGNzxe1S4h0= + + hash2 + + AWdKmi3DKXrbYmbOBgOIlZd5IAlFjyNkfY7ks16phYw= + + + PrivateHeaders/IMExtension.h + + hash + + AwhNUNeR1RujMJL3RXcRagUZiC0= + + hash2 + + 8bEP51Qys/t/5lpesuU+MT5PyLCrWBciwoFvkPhFvAk= + + + PrivateHeaders/IMExtrasProcessor.h + + hash + + DlB4d1GDzUTPtuhbh2SYjvEEJhs= + + hash2 + + k9weBL8DUrnGi98mYPsF/RKyWIPmbi8bTZ3DYJh+h5Q= + + + PrivateHeaders/IMGIFImage.h + + hash + + nLiQCZMuKejtJ7wDq5tZGWmgJK4= + + hash2 + + dtzbhcdjnhnEGOXLBY3bny2JFaGi07MeQGMlr5oR01Q= + + + PrivateHeaders/IMHealthReportingConfig.h + + hash + + tcv66rih0a7DaJtUo2f5Sa/eF3E= + + hash2 + + /q1qem+1xjkA3azur6sJcWucinqD+NoqY/ZGNIBxKdo= + + + PrivateHeaders/IMHealthReportingDao.h + + hash + + bMnCK2PCIgGw8niallR/hOsnTvE= + + hash2 + + TnibblbKw51nweXaREApRQSF5LGYJfBepA4oftpg8zU= + + + PrivateHeaders/IMHealthReportingManager.h + + hash + + PSJj1rt5DxQ/y+wiBlkJYoexXMs= + + hash2 + + HCvUUk/QVssVF0F6g2k20Rs3px/Uxp1N8pnIeLJ37h4= + + + PrivateHeaders/IMImageAsset.h + + hash + + uvcD+UsqbIvAq6mlTR6mIFSxS+s= + + hash2 + + 1YnvKh8gW0fvBk/GSH0FiOZ7uIAeIrV6KYyOnOspAv0= + + + PrivateHeaders/IMInMobiViewabilityModel.h + + hash + + r+aO2Vq7zMJp0EkUBQOnB4gVkRM= + + hash2 + + JKYoDHAvawDAeKFhyvGRscyxaP44cXYFpGDwXmK75XE= + + + PrivateHeaders/IMInterstitialViewabilityConfig.h + + hash + + wjOZf5kWUWAXowR2weSc5vZJpXM= + + hash2 + + uAv8rERbEQeC7HNfPPKSJyM1IhHPPc8z3mKFTz7EZJs= + + + PrivateHeaders/IMJSONModelNamespace.h + + hash + + p9Wy82udkWR6vVuIl3uXtXevo3U= + + hash2 + + 61nGA6QDuFHgdUrScetw6mGtpNg/x3Fl8yxmRu6LvGo= + + + PrivateHeaders/IMKeyValueStoreObjc.h + + hash + + OnqthVd+jE5lGAvghXrFUVdsY9A= + + hash2 + + Fg3KH+kH95uFbbKseN/rB9viVFKjg1r+yPpU+9ACcJw= + + + PrivateHeaders/IMLandingPageModel.h + + hash + + iuk2gFaTksgrW4gs2bT/u1ghHiY= + + hash2 + + 7xjXRExPG/jM2IdQCByPG0zTgK9o4t9eEvkIFa+Z2jw= + + + PrivateHeaders/IMLandingPageParser.h + + hash + + qA7hrmjJ8V7oB1hN7326vPnjBQk= + + hash2 + + 3ieb9HH5XqEAEC8XZ0qAuDeNqSnmMdKW508qh8z7TOI= + + + PrivateHeaders/IMLandingPageProcessor.h + + hash + + JJQCHglM5YmtSWT76pDIUlRaLHw= + + hash2 + + Kk5M6EA/BjU7AfxvcMCuX5hzsCIvb8t78dEYm7ei678= + + + PrivateHeaders/IMMediaManager.h + + hash + + +/aMfNMdwZyAZ8XYAIqD9X1+Mlo= + + hash2 + + UOBI4K1dYgbbKLUZvnii1nM45IckEdRFiZK1hDQIvnM= + + + PrivateHeaders/IMMraidFetcher.h + + hash + + aQC/waOhKLARLl2HVtfvpWFRmJA= + + hash2 + + rPDSwKxSl9FjadjIadNepOfFQDR/pCzo7I2Eu1qepRA= + + + PrivateHeaders/IMMraidFetcherDAO.h + + hash + + EnrZvIH6WbPaz9T2M96Lz/KG8+A= + + hash2 + + lSpvmdqvx9GCke6BBRQSi4ikVh+cUcWy0cqXbMr0YuI= + + + PrivateHeaders/IMMultiMediaProcessor.h + + hash + + 7zrYMKcOyxYcv7mmFs0PSTbt3F8= + + hash2 + + 6XpPJdFoewopXB+HJK9aHqJ3X6YMZR9E1QQWdfpuoNw= + + + PrivateHeaders/IMNativeFullScreenRenderController.h + + hash + + gY/dPR8XmtKvVEyxKkrl42n2Icw= + + hash2 + + mGrc2x4uBdwjyOEwS4RQiOsZcDxRDwNvqAqrscPup5s= + + + PrivateHeaders/IMNativeInlineRenderController.h + + hash + + ysjZVyr2H0ixipnNL4QmRSQiVfQ= + + hash2 + + UvDgT7MRRfOvwyIJZMoxplGNPWqtP1CR6DfVRYMFNb4= + + + PrivateHeaders/IMNativeLandingPageProcessor.h + + hash + + 7ersmozL3Z4IHt6TT+6MIhKTjUw= + + hash2 + + SFYP37Wby12NXl2KrmOjN/CpAe22+NZ8VR1Sw5ThFLc= + + + PrivateHeaders/IMNativeRenderController.h + + hash + + 55Wl3Vu8uYShWrU2yk3Dvn0634Q= + + hash2 + + XyXcSmtahEnNW1feeqbERneB7jOEVh5czWRRZ/sPLhI= + + + PrivateHeaders/IMNativeRenderViewController.h + + hash + + Ra+fAYdVJHJ9nUFR4MXRNofw0KY= + + hash2 + + o6Un5DFtDiIHeZ7CxErMVekmCmB6Il2RCZA9jypk3ak= + + + PrivateHeaders/IMNativeVideoProperties.h + + hash + + tc+C8O7/nvRB08h/WUs2yCcPdyc= + + hash2 + + rUGxH+0O7f96gACkibh+230mT6grDyhDeOP9RVahQcg= + + + PrivateHeaders/IMNetworkConnectionDelegateObjc.h + + hash + + ckO95M0cGir+EIuly6eymVzLK+M= + + hash2 + + mQiiK5aT5eJf33PzYZGHn8APc0eR6ocFnsAikczaTGs= + + + PrivateHeaders/IMNetworkDelegateObjc.h + + hash + + zw6XFL1kOQb8Y+sjCGyJ02kDcew= + + hash2 + + omn9pALmAGBUemrMe67TmfRU2Yr1E8c1i4b8PP8V1ck= + + + PrivateHeaders/IMNetworkErrorObjc.h + + hash + + t4oLB9LTy3yy1SOu0W3SSuy/unQ= + + hash2 + + v6AK/AgnUaFVO+Pa1uCsCVp2bEB4dbOayRcaG6UAVSg= + + + PrivateHeaders/IMNetworkOperationObjc.h + + hash + + J4hvx1593kfrgRIyOOu36qAWeVA= + + hash2 + + Ni85tejWkP+HOaAB/gyBPglPKVhV5O009iDwMCbLd4I= + + + PrivateHeaders/IMNetworkServiceProviderObjc.h + + hash + + oSnbCBV4is+D9EyKoWIfP1G+jJw= + + hash2 + + AASs5O0XhQefAwvRwxvwKzIGRXblflTiEGiXJotpZD4= + + + PrivateHeaders/IMNetworkSyncConnectionObjc.h + + hash + + XbuqB2u1S3qD736wk9nlStSHoYY= + + hash2 + + YguzbKQZlqAe6dk+1bCYGciIq/7T2QUmiAtHjUGDkaQ= + + + PrivateHeaders/IMNetworkTypeConfigDict.h + + hash + + 4fXSnjQm07eN5SA2JCU5aqNY4+I= + + hash2 + + xkpNeTi9IgMf35UOcgs38tjjKk8Eeo+aX+usZiR5rxs= + + + PrivateHeaders/IMNetworkTypeConfigModel.h + + hash + + Le6eNKGGP5OVvA69IM4EkosyLSM= + + hash2 + + 0dwZ1ErE4wd924Vevxd1FLuz+XGr7WnkZLyTS/ebiw8= + + + PrivateHeaders/IMNetworkWebViewObjc.h + + hash + + 7EkhR5IOCG/eZt1Yf9PvY/G39Pw= + + hash2 + + l5+RYCwewtBxBnOHAveUVWWO0UY4Q2dh+/hCHI0o/FY= + + + PrivateHeaders/IMOMAdEventHandler.h + + hash + + v+V9TbGKg4GkyVKqDJyh/qwizHs= + + hash2 + + QL+NSsanLx6/LycIcIq2cZi+vJcrRe89GEJu6jaFgpc= + + + PrivateHeaders/IMOMAdSessionManager.h + + hash + + uMOf1lDqnkVSgSh+Xs31kaXnKLM= + + hash2 + + B9P0RoSPMa7qsOyyOWtANn+MwuqwNNOSuO+Hb1rYJUU= + + + PrivateHeaders/IMOMFriendlyObstructionView.h + + hash + + 02K9D7A9ME/B7FL5NbLaFRsFGKU= + + hash2 + + k2WQ+C1W1ZuNFSd+6i5eGGO+CQa9Mq7OC8rKaMHAUP8= + + + PrivateHeaders/IMOMIDJSFetcher.h + + hash + + Y8issPNbwC6cITBdwxPOWhwWH+c= + + hash2 + + 738TiDPe69g72p/cPeHEiICIZyWBNM6rmKW225k+aVc= + + + PrivateHeaders/IMOMJSModel.h + + hash + + OYZZV1w/xP8LYQMxTVjPu1b6Tzg= + + hash2 + + 9SHZlSlqXDWzMtomtgAYuE2fthr7QKIZ3wtvleLL1UI= + + + PrivateHeaders/IMOMNativeDisplayViewability.h + + hash + + uoBSF1uOQL+PW7dBQGCzJH/WKIU= + + hash2 + + AZrkvSRwCTr6TG30zk8/gWMn0lr1GuiGgo2tOU7UJaY= + + + PrivateHeaders/IMOMNativeVideoViewability.h + + hash + + RqTXCdxjhbv4GJQBMsd23g1hmlo= + + hash2 + + 0EuVUlf1nFmI/oS6vhLptBQI523CRzSGJpD3CD6a8ZQ= + + + PrivateHeaders/IMOMViewability.h + + hash + + SWGdJYskIEYtuSxigWd9ibLOQww= + + hash2 + + uieiCv6hQyh3LMHemJtwNfQT6mBVqHDfP/ZeATyoPWM= + + + PrivateHeaders/IMOMViewabilityTracker.h + + hash + + 4LEJaNmW7mvWBF+tpFBx+z5rqFo= + + hash2 + + wRiKtGomXbJQc330as1CTgY7GSh1JQ6F1joHtjObEXQ= + + + PrivateHeaders/IMOMWebViewability.h + + hash + + MAZcohN8ox0ZHC4JTtteJHEXuZk= + + hash2 + + IXgLkhnftCJfcCJfMNMtOkzfswhtkztyrGv+/vcXOT4= + + + PrivateHeaders/IMOrientationProperties.h + + hash + + jVdFEWLnL6KlFTnL1sWvHrSctrY= + + hash2 + + iRhOoxJm5uwZKFX3ptFBq1OZ+HgvQDq/f3r8mSoWaLw= + + + PrivateHeaders/IMPingProcessor.h + + hash + + //CMS+pXeg9Ju9mrbmnzqpAcE7c= + + hash2 + + JeIZJ/XmHvxnKdFtrGpycqSOrF0lPppHBFnh8JrrwxM= + + + PrivateHeaders/IMPingsUtils.h + + hash + + 6s77QCOrJ5lTYunE3Y5DqD/HYgM= + + hash2 + + X9L/dKrXv1uI+JPMvBvBlEWnTLzhFtMyZTm8899jqQg= + + + PrivateHeaders/IMRdbmsDataStoreObjc.h + + hash + + 6kdYdqK64n167ZiA7d0H2Fj2wI8= + + hash2 + + jlL0lIYuu3bRJ55SP++D66Sg5FNLb/0jVeWqrb3s4vQ= + + + PrivateHeaders/IMRenderView.h + + hash + + cn8CDq7pU6l6j1sPt8beAgHQqYU= + + hash2 + + 3l/QtM492fhnE+v+lEJldoyy9vm21U4jYDkBzEga34o= + + + PrivateHeaders/IMRenderViewController.h + + hash + + QG/mOOepblDzDBkbunVxeYtNKEg= + + hash2 + + VyQM7VZoo5Pe/I1ZNdTlvqUF5fm47rMqBcf5eK7Ph/E= + + + PrivateHeaders/IMRenderViewGestureRecognizer.h + + hash + + EqZ2foAuzbfrC3x5n0xJL4xnrB4= + + hash2 + + rDQg4kd0hXNBIS/SLhmgVoY09a8RNG411RsTvQpVF5A= + + + PrivateHeaders/IMRenderViewInteraction.h + + hash + + dAgXV/i8MXfiscCwPGh7xkYb8sA= + + hash2 + + yxo9ATAZlK6gzWYNvh647NmkDTgFrQzOx2wuI1DfsEA= + + + PrivateHeaders/IMRenderingUtilities.h + + hash + + n1TuBaa6pY8J39vfDSVgZPlq0pg= + + hash2 + + RHC6DEJIKJ3IrJwCJ2mdpr1HlVrAGAof4Lz9Y2tRkdM= + + + PrivateHeaders/IMRequestBuilderObjc.h + + hash + + +pqrFsvS0TI8qjVvHytcVz8lL90= + + hash2 + + oI4lfrZOmmzJ/jU3wHz04xjpNi/61fDHZRRQ/LmP5XE= + + + PrivateHeaders/IMRequestObjc.h + + hash + + rqAQKuxHWqoFUB5jR3gc184uEfY= + + hash2 + + JpBNB7PADuZzC+sbM/mgsDmODAkP075lq0B7RTtv34k= + + + PrivateHeaders/IMResizeProperties.h + + hash + + iaLnTxwHAw8Bxw0UkQHvt2bZSoU= + + hash2 + + qgLJKO7jZqNvRVJr3Y8jG14UGVNtQrHeQP8t8GFJDAw= + + + PrivateHeaders/IMResponseObjc.h + + hash + + ptVbS9l6hseT+/Kwzus4a56B0KE= + + hash2 + + iNhLSTRRugk5H0Q7TnGdsWHvKp8fn+lobELHgwQ7Ulg= + + + PrivateHeaders/IMRichMediaConstants.h + + hash + + 90cOm7CSPO6KK9fpy2gmbuuIFR0= + + hash2 + + bcHAR/IQdNE9koPuug5EkqriML3eITxZ5tt9e+20nbA= + + + PrivateHeaders/IMRichMediaDelegate.h + + hash + + No/K+jz9GAMFAShEOSGy9fi2PlU= + + hash2 + + PThClLLLlyQXhZtNXnf6euw/sRwWSORMwUMBcEPr+LI= + + + PrivateHeaders/IMRichMediaResolver.h + + hash + + Kn+RUcN55gHWbEnm1UBEVv+fDGw= + + hash2 + + OhlxzsgXeAcoH0Ri5euG9VPra+XIKmBOQ5lzh3MqFDs= + + + PrivateHeaders/IMRichMediaUtilities.h + + hash + + g8n+hARasB/on33xG+ClczZMyOU= + + hash2 + + ToRiVzSyOxuaHnACHG/8K4d6lMaYytGkPh5Vvv3zgHs= + + + PrivateHeaders/IMRootConfig.h + + hash + + G+rQMFaDud8FlsttTbrWd9iwCRQ= + + hash2 + + S9FSWL+1+h/q0kd94X8hySa+HnIr3AtQ03iqdP+rnFA= + + + PrivateHeaders/IMRootConfig_SDKInfoModel.h + + hash + + PCIzXdBgFLiSwY6Z7JOe7iLsUMI= + + hash2 + + kK1qR7uoRfzt3cXaIs/JpN4UX1lgRf3mwutMsXl02xk= + + + PrivateHeaders/IMSDKCommonUtil.h + + hash + + I/NWwg5CbRfQ9QYVt8PLTNaJ0rg= + + hash2 + + /QdqoJO2X52VnZEJZ6ZJSTraI5YFqTKVurbfwseSXOk= + + + PrivateHeaders/IMSDKCommonsNetworkReachabilityObjc.h + + hash + + QMhqwkudcCXZu/jE1dX6VBkf0ko= + + hash2 + + /MpZPO2JPQtPLMTKx6r4Vn8d2M/5bhR32HL4W4VAKUk= + + + PrivateHeaders/IMSDKConstant.h + + hash + + phxcjvUexlLGqMS82U1DTAQ2778= + + hash2 + + zsrsyVM8rs9dV69MO6ETnwCdKqNiD8hatH9ujBLzJRs= + + + PrivateHeaders/IMSDKSettings.h + + hash + + EoBfF2Rxh3jdE3I+y6fX/mZDhgs= + + hash2 + + ViQ/UbDj4GQ1bzu1F/WTR1KKIZeS27BomzFjQ5nQbD8= + + + PrivateHeaders/IMSKANListManager.h + + hash + + 3L/IJRO8ZGQGRAo4hwDoNWYSGtY= + + hash2 + + GuamfPOUoCZgQJbNuAhJzozXNfOMvaDMxiLTyC4m+eQ= + + + PrivateHeaders/IMSKImpressionManager.h + + hash + + hC1/MW/RvTN+n1nnVgpc8FQthBo= + + hash2 + + jZjOh1Ff9wehjlr8H7/92xz7HAT+M5DgKBKOsUOsegc= + + + PrivateHeaders/IMSKOverlayModel.h + + hash + + p9+gjfCw1hR8ycS1OcTRUYNkfAU= + + hash2 + + hpkADWeKfJ5ptc1oesS+h4gYopntgTSMZgO+rUJmGb0= + + + PrivateHeaders/IMSKOverlayProcessor.h + + hash + + 82ZnViyArNipKghFQa90lUuq0Xw= + + hash2 + + u1hT5xzEVGyoxHWTn+YDe/hzw3AQj2upuSxjsvf6hPc= + + + PrivateHeaders/IMSKStoreManager.h + + hash + + e50Wsh5eaEP/67TMOy+YGLATUl4= + + hash2 + + 52YWpEtMmXmWsW1zsNzsSrlefUvEW0FrvL5EHKQN/KY= + + + PrivateHeaders/IMSKStoreProcessor.h + + hash + + HADGMLa/fYzxwfY3OivZG34iUAo= + + hash2 + + DfjIkwbMirpHl+omJUPxBaDyYR0R/P52uaBY4oU1QmQ= + + + PrivateHeaders/IMSafariViewController.h + + hash + + XqJEXmh0tscU1C6cw2aC8ApFT3U= + + hash2 + + eq93illdKgZ+ZrZvwR56bBCXje/btCdox4zgtQ8luKE= + + + PrivateHeaders/IMSignalIceConfig.h + + hash + + Ylv0YRs6OuT5QH2JRYJz9khybNg= + + hash2 + + XZ48J/1AKkgTBBAzoewbRTsd2pOdtyEleja3g9f6dws= + + + PrivateHeaders/IMSignalsConfig.h + + hash + + HoZpS7aRUcZUlHr5so9M4CsJ7Hs= + + hash2 + + 41cpUBw4BMgpk6gOeW2hCurHbYP3mCOGiqbk9ocO9IY= + + + PrivateHeaders/IMTelemetryAssetReporting.h + + hash + + QsNPDkxESV5bnHMTE4c40KSqtL8= + + hash2 + + I/3lErDfYIGJnLPYEbNaQ0YOfTtJQIPtNIqH9MlA3UE= + + + PrivateHeaders/IMTelemetryComponent.h + + hash + + +tm2FWdT1wqJZvgBmz5vhROVBYI= + + hash2 + + JjjspbY2cYM2Oxrsxufoq8dV3GiPyLdje8mREGk4WDY= + + + PrivateHeaders/IMTelemetryComponentConfigs.h + + hash + + lWwTNKfBuZLWuFUVcHYfcM7Rf/U= + + hash2 + + yKXEgaDP0z9oXW8nZvl8NgqqMIyJAiIcV2To0jWlBQ0= + + + PrivateHeaders/IMTelemetryConfigs.h + + hash + + NAUlNEV59x0zpF7FftWGdH06LTw= + + hash2 + + +8PvGeWMdNqtJzoXpuCLkv+BC8mpo4YvBls+XINAw0A= + + + PrivateHeaders/IMTelemetryDAO.h + + hash + + 7sijv10ncSeqLo8zcYPPh1QJltc= + + hash2 + + XcRN2rOpsc7XtgXkvCPySEiW2Ui51VpVD/uBI2EJ1eg= + + + PrivateHeaders/IMTelemetryEvent.h + + hash + + 3WAPBwf2NhQHS3I/cRBHZzp9rM0= + + hash2 + + O1kne0D15sLB7PJzPBd7TB+18oyk/wh2X592nMEx+bY= + + + PrivateHeaders/IMTelemetryRequest.h + + hash + + FAlA2GRP+KgK2ke34Xg0mEO9EAI= + + hash2 + + BibjmGMLW+hQqpU0pMqo2c5yj75RmfesYLOxJg++76s= + + + PrivateHeaders/IMTextAsset.h + + hash + + qgDppAfZjXqpTTuSXV7ebNJ3tJQ= + + hash2 + + 4h2cc0GXs9uVYKFutNcFjr0fZgEK40UvXcR38PVM8WE= + + + PrivateHeaders/IMTimerAsset.h + + hash + + 9qVCOdf7absVtomrdY/420ekHbI= + + hash2 + + xGaLvSPssB/c17S9hkyvSZxPpeQZvdVL721raxgi1KU= + + + PrivateHeaders/IMTimerManagerObjc.h + + hash + + Et57kRdmL/5g0E7vC5xZzGdMz8Y= + + hash2 + + KqDJrEgfiIbiMr3ttiirxu17VaptGIVMcFSpUK69ZFU= + + + PrivateHeaders/IMTrackerProcessorObjC.h + + hash + + 2+ei2TPnGIhUWn6JtRf3knbjl7c= + + hash2 + + 35mL2Y1OkIOpTCw9LpeX+K1VQEx8H9g53U5g1qzLdmU= + + + PrivateHeaders/IMUIAction.h + + hash + + 2SyW2klkndjwue/h0rVK7eUbLhA= + + hash2 + + EVfTZOxThHAgSMuckNa8HhpCc7i+Ifi51MrUC30Srok= + + + PrivateHeaders/IMUIAnimatedImageView.h + + hash + + LDY8ORKe71UyWFBebRXhSSHHnNo= + + hash2 + + yZ/yC4zuERI/o399RiSS9V4WwhMDC130Er8X+btjcz0= + + + PrivateHeaders/IMUIAssetCollectionViewCell.h + + hash + + waU0AzbAYq2ECjzZUIL+xUd0tK0= + + hash2 + + V3c+KGE+OTUPzNOh5C4T7KnjZLZbSu5U9x9ztHqiGJQ= + + + PrivateHeaders/IMUIButton.h + + hash + + SjmeM3Ty0dikgWfo4+cyHNxWE5E= + + hash2 + + akkgWDMAgHeJ14eqY5Bpr7NUeUZ5YEh9LmP6CAEURk0= + + + PrivateHeaders/IMUICollectionView.h + + hash + + IsJ5rmPWZa+57yyf+TbQGDURDkk= + + hash2 + + 31A9AAi6yeDsPDl5XfDAChz4o7EFKxoG5LXPefECrAk= + + + PrivateHeaders/IMUICollectionViewProperties.h + + hash + + WcsLgkOEsuoEcmr0WBfqr/xz++o= + + hash2 + + oVXhOoKXIaqgHSgwLs9Lqn0eHTf+sZe4BzslOEvycVo= + + + PrivateHeaders/IMUICollectionViewSliderLayout.h + + hash + + Qz9OmLatC3VDqmyYh+jTUUEuEQs= + + hash2 + + dzuFr/+OEHAqOAPdNtNU2DLLDbY91+hYZ057TJNNH7c= + + + PrivateHeaders/IMUIImageView.h + + hash + + lVbnfugP1EATJMpwZRC30FcsZXY= + + hash2 + + RCavLrToUoiL3prIj/bwXgQfkFxo/yJrNZnjUQNinu0= + + + PrivateHeaders/IMUIInflator.h + + hash + + LE6xGQN5dxMX5sWyorTAxmHWSWg= + + hash2 + + vZHdyDeOqF4R1UHfjUsldPcQepsIXGHFsqw0d6pCJPo= + + + PrivateHeaders/IMUILabel.h + + hash + + PoTvFDrJpxqgLyO2kk1qNcYBK/o= + + hash2 + + zUhCcueY6P/m0/kVuPIm1z6AiFBA92QH4pRqYBYSheA= + + + PrivateHeaders/IMUIProperties.h + + hash + + RjkMYqsPeYZaUwVlss7Anj2rmNs= + + hash2 + + j/MMxUoY20F0aPxDkbpJZRbWKZUBLK9U7X2LbvlqBlM= + + + PrivateHeaders/IMUITimerView.h hash - 9KqX9ZC6ZXHFDHfZEZYSf9L7/F8= + p9pFTFrApPRpWPFzRvSz9zYKvZQ= hash2 - MhWU47TmUmVTBYb0qk97utV+Lo6qDwYO5gBPo6kahoI= + 7rvNLjWEHmrUD+zDXY+Ui0/qKTO05x2xKEyUIk6aCFw= - Headers/IMAdMetaInfo.h + PrivateHeaders/IMUIUtilities.h hash - pYlXBVDNPPgCCVrJOXHDlqUin9I= + TxCAhcOgn3mtukt08ro0i8/oZNA= hash2 - M81kPMRPSB7oudNOO3HATp+s/GWkJQ/IDMo3VQsRQW8= + 10HTVEZxgq4Sa/7Ixr/6pQR0hvaH/JvzkeiL/TBDYFs= - Headers/IMBanner.h + PrivateHeaders/IMUIVideoView.h hash - m5X14ckOt3X0+yaJhQbCpw+MFLE= + vQWclTZwfnbE4+1AGeFEAqbKi50= hash2 - /O0fj4e8zxVCAxC8dIH1BxpsIB7fV0uAaFUYDthRmgY= + TcmtQLhoXPz6iGwGOk5TmWsvSAEppotPGz8OrDHR9XY= - Headers/IMBannerDelegate.h + PrivateHeaders/IMUIView.h hash - iaR2zCCL2ENqfRXt3YwVmR7OWfg= + 8SahYE1oTfdqIsYK8cfIr7nGypk= hash2 - oAPIFZuiP+ozPW1iAahN4YYIFEjvvQ5DGT03XEQvJTg= + qaAkNOg1XTtCtXgCvcQv7s13CNhp+znGB1bJGb15fjw= - Headers/IMBannerPreloadManager.h + PrivateHeaders/IMUnifiedIdConfig.h hash - f7RebDT9N9itvL5FYhbslhmLiuM= + osPznrjqbxs2ltTW7/VH2lDV9cI= hash2 - E5v6mTWwQ970RI9Wz80yTz21J9VUR4xKiPrE/uH8vuA= + bHo3Kc9Qq1BO070h+t4FRHY0ysvoH0hgy+fudBm9Ojk= - Headers/IMCommonConstants.h + PrivateHeaders/IMVastAd.h hash - Z0vCcwMkRkAbc63ooXsDwCQazFA= + FS8aJvS603tw2fMDy8fY6otqigQ= hash2 - lrTReYk4ixxHYMgqEZAnh/bOkhwIeRNWP8GcTaZR3IU= + eQukK+2C9WH5WrFqRpaDoF+1I8sAeWjUZrZeneqmABg= - Headers/IMCoreConstants.h + PrivateHeaders/IMVastAdTagOrder.h hash - 5XnNFGD3s7rsZCLDBhK0J32w9gM= + 2pyFfSGp161rehVaD1bJHbJTabE= hash2 - IAvLGzxEjJLsy6iR729lABO3NqmSdrUhOgb2IaLVpZA= + qUsCin41c3HnWAtAeQENR6L7Yrvd4SOp4XPbpmv1Ics= - Headers/IMInterstitial.h + PrivateHeaders/IMVastCompanion.h hash - NL14Vu+u7e35YHO9pxylVrdgzJc= + 8KBcs+Xi0zxg8Wp5QTk+LM02wXU= hash2 - g1SwszLekG0B6zLeqfuLmQM0FbUEIolMCBtynkdvikg= + nxSUbqVmVC/LybQJZyu2DEjHx7RPVZMGP54VLdAgoYo= - Headers/IMInterstitialDelegate.h + PrivateHeaders/IMVastErrors.h hash - 8NyIKJtRgN4dsloca6JbBjoqcoA= + vfevlFAfmSrhHxNySd/hTWuR1c4= hash2 - 6A9lb+RQk8bmqT0XK0Twh/v8muaPF/7gXcDTFT+xiuE= + rIYCMpXnNAoxlK6ypir+0JOenj2h3uUjaU85x6sV/wc= - Headers/IMInterstitialPreloadManager.h + PrivateHeaders/IMVastExtensionsParser.h hash - Nrx7yT20TcY0hp25aVKMKWzcaaM= + IQrpTZPjx00aW8KV1339dDmvX34= hash2 - lMvzO5irU7LYCYSTqzXwft4XXYTX8f8pceGZcJ8K4W0= + xWLHN3pVyEHnbqjga71WluNzxqO04c5VYRS8u2LzKh8= - Headers/IMNative.h + PrivateHeaders/IMVastManager.h hash - MSt+XtV84WpFZbX8MDYWPkbUfEc= + ZEWnemvqTPaZaTDwWKMgKIWPtos= hash2 - wdawrUD3n6KvVwCU5/2odHb2xxDaUefsKIgIqi/pxpg= + 77aIqK/YdSFvRXmHKsLUknqnon52hsT18FysrxhJasw= - Headers/IMNativeDelegate.h + PrivateHeaders/IMVastMediaFile.h hash - z63MKvC1rumX8wlrfwQ2fvHihVs= + OZxR3oZtX4+gLonnx0zMnshI36Y= hash2 - iyfWhMUaNUfEkYV3N9RsB3mjVoNZSyH83Snn6DdbLCs= + s5htFnDvdcJ/SDQPJv2uMMAepUgyLhipAHE9nGvqKWM= - Headers/IMODTargetingService.h + PrivateHeaders/IMVastNodeBaseParser.h hash - x1Mha6tYeguBA9woRi4vodI7lho= + P5GWXQe8nPqeEZ3JpA0keVZm+F0= hash2 - bqqr3/ZS9hlY5ha55+479Fedjq/o4B7ff/4uA9izWBw= + 06afBEkk+p00H/LLWqDeARVMBnk0oeNqlyBnEwW2q8s= - Headers/IMRequestStatus.h + PrivateHeaders/IMVastNodeParser.h hash - +MFeTVIYIoH+KmYJu49gsGMQm7Q= + 4+d0M+b8C9J6Ak3LKwtOQMP/cUg= hash2 - 4EKGzV6LPFhcOGLrUx7qSfDSE447JcTzLNC9ak07zMQ= + GJei/KpztLhvDxbOZFNUd8Wskb8qz09BlYktgOqwMz8= - Headers/IMSdk.h + PrivateHeaders/IMVastObject.h hash - ICK7y89ZLGR5u3vIIHh7lshlsBU= + f69E+7cubiwD+ujq5IwTxzU0OqQ= hash2 - ehCvGXsjIU2nihcW8owcNhHQ1t0iMAvzGipSYuRjfdQ= + l/cNMzzT5KE1Hll2g3cOP37L1VI+aNWXauq1K0qwbV0= - Headers/IMUnifiedIdDelegate.h + PrivateHeaders/IMVastTrackingEvent.h hash - aYmI4r5N1yV75uoxHZCVr8Vhqp0= + JLlpe8NeTQb2MavrZgCUOI8M6hM= hash2 - JFsh1mNouU7iY5KFp0Kt7ki/bvTRkSIjkHbLNZSry0M= + DCJVc8z8xB9yaAmbEDfwggMOJya7SfgNW4zCr80Yiv8= - Headers/IMUnifiedIdService.h + PrivateHeaders/IMVastVerificationParser.h hash - 0EwrzxK3yhLpi6jFgEhP1CY0BJY= + VvdOexHw+Fxn50flEgXxV+vOXN8= hash2 - mCVafmydV8nt6aihZlliD2Q6j80/VXhUniK5jyp8obg= + ZHJZz3wcG4CfvYhHlema6qdQmVItpyRcEEEOXWAwg84= - Headers/IMUserDataModel.h + PrivateHeaders/IMVastWrapperTagOrder.h hash - WhKUDkEYfuAfCjAglzJz+grE30M= + y7Q5Zy0Gz1AOauHbpWwto3JCFh0= hash2 - KXfUdDYnIUqjeX3EoS8mSbT8FjylqVH53MIJ+JTj8Zs= + gGAfrjjPOZPBe+6IbwKdcgenrURUZGeoCdBDE2iQQdY= - Headers/IMUserDataTypes.h + PrivateHeaders/IMVastXMLParser.h hash - m0tS2ajNTg6dpqq73BkPfjuhMOs= + Xg0DCvmEfy25PWbbG1VFy3MAe5E= hash2 - tF/HufBXgreud+TYbIzrgL/YQC75FnzaK1LHCM7yz8Q= + MOGj8N+MX//eZGBtvRK15RdDj2Wx5NAR4gDQChiyZVo= - Headers/InMobiSDK.h + PrivateHeaders/IMVerification.h hash - V64dBXtERif+rCLRqVXUMvgR7gg= + rpTxL6bVEVSqlElwjwAdFqqb4ls= hash2 - y7Su9Zp7ukPJXXNt0kgIPMU+bA9TCUtELD0r67whpw0= + TJS9DCDnPUWQOlI66urNDhHU95v/eGPr8K/au+baqlw= - Modules/module.modulemap + PrivateHeaders/IMVideoAsset.h + + hash + + aUz9PaJ0CwoBbIJawN69w8P1wfA= + + hash2 + + p7TRWq3C8+BjuLJ7RM6lREhvJ+L1RfjfSLJwmEpkNoY= + + + PrivateHeaders/IMViewProcessor.h + + hash + + 8FmY1IWRSXYe6IzBPXhIHsAcRHc= + + hash2 + + 8PDQiNykHtrtSzNxzNvHS7m9mLDUn/oCv3UJdllxBfY= + + + PrivateHeaders/IMViewability.h + + hash + + nRPzzNTiSGscbJx5xqK4icNRr90= + + hash2 + + LjlpMuhrvCiakol9kbExFilFMe3HsOK9DGx4TuoB92g= + + + PrivateHeaders/IMViewabilityConfig.h + + hash + + whdETBurkQcc/M+g2Yt6FRFWSu4= + + hash2 + + GCYfnKgD1sbzz+Tj6nQsYMPUYHxh+JmWjIKj0kjCAfU= + + + PrivateHeaders/IMWKScriptMessageHandler.h + + hash + + Vwm1HA19JYtTnXA3N0tLs/C+Op4= + + hash2 + + u2G1T2ImTu+YqH51kSiQneH11PWLDmQXTtzhVW50IGI= + + + PrivateHeaders/IMWKWebViewController.h + + hash + + zga+bXGr1/hy9xbwRDXgJd+JVvs= + + hash2 + + AR4aH1vKC3pn/EtGd5Ram/WCeOkdPUKRXjr6jE1wfis= + + + PrivateHeaders/IMWebToNativeCall.h + + hash + + WiLw/segQ7+KtRDASubKYao2ABo= + + hash2 + + w9IjdZDST69rjmJ1DMxhOaaRT1rd9gPgEAZcB/uBo2s= + + + PrivateHeaders/IMWebviewAsset.h + + hash + + v0GzSEclZvsunoJJvIQ4SNBLFZU= + + hash2 + + kfygYHWTy1IW4otInOK8E6ACN7THhv2iIOy3J3c9ZcA= + + + PrivateHeaders/JSONKeyMapper.h + + hash + + BvojNJDOcZOgpuuSTEwO8u0bqL4= + + hash2 + + cFY9tP7ef2LJD7HHNBSL5aedBiXWYBqOP7iJjlLKHWU= + + + PrivateHeaders/JSONModel.h + + hash + + /TMWNklVtEvRvclC96m7KJWlYOI= + + hash2 + + CKM7B87HOEgFRdj9/JQ8KF5dS3gzlLFdVK/q8m6SJJU= + + + PrivateHeaders/JSONModelClassProperty.h + + hash + + 1/Pi91Ryfo59cf4TJeWiIbhjMN8= + + hash2 + + z7UnzZpXj7hSM5IvkFKWU8sGmuBnpzFENmAnufh1738= + + + PrivateHeaders/JSONModelError.h + + hash + + /5CdT2WZWEhYdgwCX8aBdTJ3M0g= + + hash2 + + 0czVYZznBo8al9UK94AlThqPjvjxBmuiRcWnouf1CsM= + + + PrivateHeaders/JSONValueTransformer.h + + hash + + +ZEaiJHd7kU9M5QWAHfkc3AXp3w= + + hash2 + + alR20LgkHgFxIO4YE/OCW2l0f5v8qqGQjHaRkqe7h7k= + + + PrivateHeaders/NSDictionary+IMAsset.h + + hash + + Qsoj9n8qIoAac2atqNIus0oMcX0= + + hash2 + + KxROQMHM490/x0gr0YKhilWBs7B/TaFFVeE9KS3x0BA= + + + PrivateHeaders/NSDictionary+IMStyle.h + + hash + + QhTqhQGGKV8HDrDoLcu/aFAxBRE= + + hash2 + + 855AZ1nCqBjt/iK62KoSXd1aFrbu5yF4xRJKo4zH0oM= + + + PrivateHeaders/NSError+ASUtils.h + + hash + + inNJlWSK2uMg3w4sFfTA0o/Vp78= + + hash2 + + KCaCgsUiHFnbCe3WS4r4i9V1rLkWUL4ueQ0j+UkTOdg= + + + PrivateHeaders/NSMutableArray+IMValidation.h + + hash + + nO09YjHKGWFQ/y/3iekXhdOHkP8= + + hash2 + + xt/8+o9yoyKDvLcOmfYbHFbrYOifUrYmyVFCn271jg8= + + + PrivateHeaders/NSMutableDictionary+IMValidation.h + + hash + + nf1rR+Ge4jDcrQgw6fc+CvCPfoM= + + hash2 + + 5R2yfm23XbVdKebhCMN8S2ac1/CuCUmTD+cVfe7c2wY= + + + PrivateHeaders/NSURLRequest+NetworkRequest.h + + hash + + SkITD+Gv6V8p2U4TQWTUfJfLvOc= + + hash2 + + naWUJtFiQdUaJgc29KnGWM04vL7nRquMVpqMMtRFmek= + + + PrivateHeaders/OMIDAdEvents.h + + hash + + hFHRPn6hfUvLspbOgwX6ZTWbh1c= + + hash2 + + sW0EcRn1WJR3UkadNlZQH27J5I0q0xPzHsCPAOG3b1Y= + + + PrivateHeaders/OMIDAdSession.h + + hash + + q/8nKSJnvg0gALS/4ApaWdlzYUM= + + hash2 + + ri+PK1dL522hlqlgTTWCyoztOiRIsEBzXwBF/fnmuCo= + + + PrivateHeaders/OMIDAdSessionConfiguration.h + + hash + + oIXwnUQjAwvZ2hQ8gOsmAHs3TtE= + + hash2 + + 8Ff4cbDIgLtU4o733W32KcwtTipnj9XwVT7EJQTDLFM= + + + PrivateHeaders/OMIDAdSessionContext.h + + hash + + uC65f296y58FraiFGpdSJh4Wbf0= + + hash2 + + FrLzLGR4BzQfmHpQWqGLV31ChG3Gcbyl1WG40Axh27Q= + + + PrivateHeaders/OMIDFriendlyObstructionType.h + + hash + + ymPA8TI4PL8pK0zhc5ilyQj/SsA= + + hash2 + + /ZmBFlTK7mS0fZy4WqxCTpfhwDAEA4qlDHoed4FawBg= + + + PrivateHeaders/OMIDImports.h + + hash + + kklBQQiiHyi6ArUe1OOfy92xxX4= + + hash2 + + WWfw+Z3RNrtOfWYdio9jyxKjmeVbPXzWNH7Pa7ErD0U= + + + PrivateHeaders/OMIDMediaEvents.h + + hash + + BK9WcUKmTuWg22WAKKeiSGepXdY= + + hash2 + + 070Gl5OQHATpAV3pNeHnnzX8PBi9hW04y8svnyRNBpI= + + + PrivateHeaders/OMIDPartner.h + + hash + + 53y2wAH9r7U6tZ0qEsz61DMeBUQ= + + hash2 + + A4TnZY88bx65fsXaBHz7uuPHY7pKhsok8UikI1OAlNk= + + + PrivateHeaders/OMIDSDK.h + + hash + + Cw/IDUiu+WAOmr/+A66VP2y0hqk= + + hash2 + + UdVRa9Kr8Rh1EEezr+RVohyZ00u/yOaO14PHvPh8OB8= + + + PrivateHeaders/OMIDScriptInjector.h + + hash + + i5nIIl41FmzmpsoJDIl2v+1fEvc= + + hash2 + + xqQuATaQ9oG5vLQ5niX+zSw+7HWa5BA1VcTIpCYAcas= + + + PrivateHeaders/OMIDVASTProperties.h + + hash + + X6vj+uK/0vSjgtNAP//C52lEnc8= + + hash2 + + km5xewf+AXUaM2eJrZSe09OwPqPU64Pe5xpKz3YJ5FU= + + + PrivateHeaders/OMIDVerificationScriptResource.h + + hash + + WudW9trrgXmfvL2v81XQZ9RS03Y= + + hash2 + + AA25jd/GubiDUMApX04yWoG4Wi5w2mHf/QF/OGWvn+I= + + + PrivateHeaders/UIImage+IMSnapshot.h hash - ot4C/4tmKlFMH5y4STLrd9sulPw= + +VG4nfgvVMNA42iG4gHggHs9Ly4= hash2 - NcnllJP/2ksONKXGeBVXNTE2MdVJuVXIl1+JdrNyxBA= + Xk2yejLBs2sFOgcvOG0QmIqLzArY+RTd8LreLU1QeF4=