コード例 #1
0
ファイル: MoPubAndroid.cs プロジェクト: moto2002/Fish
 /// See MoPubUnityEditor.PartnerApi.<see cref="MoPubUnityEditor.PartnerApi.RevokeConsent()"/>
 public static void RevokeConsent()
 {
     PluginClass.CallStatic("revokeConsent");
 }
コード例 #2
0
ファイル: MoPubAndroid.cs プロジェクト: moto2002/Fish
 /// See MoPubUnityEditor.PartnerApi.<see cref="MoPubUnityEditor.PartnerApi.GrantConsent()"/>
 public static void GrantConsent()
 {
     PluginClass.CallStatic("grantConsent");
 }