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