This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Reflection; | |
using System.Runtime.InteropServices; | |
using CoreGraphics; | |
using CoreMedia; | |
using ObjCRuntime; | |
using UIKit; | |
namespace Facebook.ApiDefinition | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Android.Runtime; | |
namespace Android.Gms.Ads.Hack | |
{ | |
public abstract class InterstitialAdLoadCallback : global::Android.Gms.Ads.Interstitial.InterstitialAdLoadCallback | |
{ | |
private static Delegate cb_onAdLoaded; | |
private static Delegate GetOnAdLoadedHandler() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
internal static class LocalizableString | |
{ | |
internal static CultureInfo CurrentCulture { get; } | |
internal static LineBreakMode LineBreakMode { get; } | |
internal static string Localize( | |
this string localizable); | |
internal static string WillLocalize( |