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