This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
samples/Google/MobileAds/MobileAdsExample Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 121
121
<Project >{1C9DFB3E-FDA5-478B-B063-CF646AA892DB}</Project >
122
122
<Name >MobileAds</Name >
123
123
</ProjectReference >
124
+ <ProjectReference Include =" ..\..\..\..\source\Firebase\Core\Core.csproj" >
125
+ <Project >{9335A59B-3B54-4ED5-8201-B68CFD05CAFB}</Project >
126
+ <Name >Core</Name >
127
+ </ProjectReference >
124
128
</ItemGroup >
125
129
</Project >
Original file line number Diff line number Diff line change @@ -1701,7 +1701,7 @@ interface NativeAdImageAdLoaderOptions {
1701
1701
}
1702
1702
1703
1703
// @interface GADNativeAdMediaAdLoaderOptions : GADAdLoaderOptions
1704
- [ BaseType ( typeof ( AdLoaderOptions ) , Name = "GADNativeAdMediaAdLoaderOptions " ) ]
1704
+ [ BaseType ( typeof ( AdLoaderOptions ) , Name = "GADNativeAdMediaAdLoaderOptions" ) ]
1705
1705
interface NativeAdMediaAdLoaderOptions {
1706
1706
// @property (assign, nonatomic) GADMediaAspectRatio mediaAspectRatio;
1707
1707
[ Export ( "mediaAspectRatio" , ArgumentSemantic . Assign ) ]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ static Loader ()
11
11
12
12
public static void ForceLoad ( )
13
13
{
14
+ Firebase . Core . Loader . ForceLoad ( ) ;
14
15
}
15
16
}
16
17
}
You can’t perform that action at this time.
0 commit comments