public static func setUserConsent(_ consentGranted:bool// If the user agrees to personalized adsUnityAds.setUserConsent(true)// If the user doesn't agree to personalized adsUnityAds.setUserConsent(false)
+ (void)setUserConsent:(BOOL)consentGranted;// If the user agrees to personalized ads[UnityAds setUserConsent:YES];// If the user doesn't agree to personalized ads[UnityAds setUserConsent:NO];
@JvmStaticvar userConsent:ブーリアン? = null// If the user agrees to personalized adsUnityAds.userConsent = true// If the user doesn't agree to personalized adsUnityAds.userConsent = false
@JvmStaticvar userConsent:ブーリアン? = null// If the user agrees to personalized adsUnityAds.setUserConsent(true);// If the user doesn't agree to personalized adsUnityAds.setUserConsent(false);
public static func setUserOptOut(_ optOut:bool// If the user opts in to personalized adsUnityAds.setUserOptOut(false)// If the user opts out to personalized adsUnityAds.setUserOptOut(true)
+ (void)setUserOptOut:(ブーリアン)optOut;// If the user opts in to personalized ads[UnityAds setUserOptOut:NO];// If the user opts out to personalized ads[UnityAds setUserOptOut:YES];
@JvmStaticvar userOptOut:ブーリアン? = null// If the user opts in to personalized adsUnityAds.userOptOut = false// If the user opts out to personalized adsUnityAds.userOptOut = true
@JvmStaticvar userOptOut:ブーリアン? = null// If the user opts in to personalized adsUnityAds.setUserOptOut(false);// If the user opts out to personalized adsUnityAds.setUserOptOut(true);
public 静的 関数 setNonBehavioral(_ nonBehavioral:bool// If the user opts out to personalized adsUnityAds.setNonBehavioral(true)// If the user opts in to personalized adsUnityAds.setNonBehavioral(false)
+ (void)setNonBehavioral:(ブーリアン)nonBehavioral;// If the user opts out to personalized ads[UnityAds setNonBehavioral:YES];// If the user opts in to personalized ads[UnityAds setNonBehavioral:NO];
@JvmStaticvar nonBehavioral:ブーリアン? = null// If the user opts out to personalized adsUnityAds.nonBehavioral = true// If the user opts in to personalized adsUnityAds.nonBehavioral = false
@JvmStaticvar nonBehavioral:ブーリアン? = null// If the user opts out to personalized adsUnityAds.setNonBehavioral(true);// If the user opts in to personalized adsUnityAds.setNonBehavioral(false);