Ejemplo n.º 1
0
 /// See MoPubUnityEditor.PartnerApi.<see cref="MoPubUnityEditor.PartnerApi.RevokeConsent()"/>
 public static void RevokeConsent()
 {
     PluginClass.CallStatic("revokeConsent");
 }
Ejemplo n.º 2
0
 /// See MoPubUnityEditor.PartnerApi.<see cref="MoPubUnityEditor.PartnerApi.GrantConsent()"/>
 public static void GrantConsent()
 {
     PluginClass.CallStatic("grantConsent");
 }