Class UM_AdsClientProxy
This class has to be Internal.
Sorry for the extra noise but we can't make it internal, since addons must be able to use it.
And since addons can not used asmdef, because Google Ads or Unity Ads aren't using it, we can not mark
this class as internal and only open visibility to the appropriate addons.
Inheritance
System.Object
    UM_AdsClientProxy
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: SA.CrossPlatform.Advertisement
Assembly: cs.temp.dll.dll
Syntax
public static class UM_AdsClientProxyMethods
RegisterGoogleAdsClient(UM_iAdsClient)
Declaration
public static void RegisterGoogleAdsClient(UM_iAdsClient client)Parameters
| Type | Name | Description | 
|---|---|---|
| UM_iAdsClient | client | 
RegisterUnityAdsClient(UM_iAdsClient)
Declaration
public static void RegisterUnityAdsClient(UM_iAdsClient client)Parameters
| Type | Name | Description | 
|---|---|---|
| UM_iAdsClient | client |