private ConsentInformation(Context context)
 {
     this.context        = context.ApplicationContext;
     this.DebugGeography = DebugGeography.DEBUG_GEOGRAPHY_DISABLED;
     this.testDevices    = new List <String>();
     this.HashedDeviceId = GetHashedDeviceId();
 }
Esempio n. 2
0
 public static Google.MobileAds.Consent.DebugGeography ToPlatform(this DebugGeography geography)
 {
     return((Google.MobileAds.Consent.DebugGeography)(int) geography);
 }