VAMPPrivacySettings
Objective-C
@interface VAMPPrivacySettings : NSObjectSwift
class VAMPPrivacySettings : NSObjectユーザのプライバシーの設定を定義します。
- 
                  
                  COPPA対象ユーザであるかどうかを設定します。 これらの対象の国ユーザが特定の年齢未満の場合にはYESを設定してください。 以下のアドネットワークの特定の年齢未満のユーザからのアクセスかどうかを設定する機能と連動します。 (AdMob、LINEAds、Pangle) DeclarationObjective-C + (void)setChildDirected:(VAMPChildDirected)childDirected;Swift class func setChildDirected(_ childDirected: VAMPChildDirected)ParameterschildDirectedユーザの年齢が特定の年齢未満かどうか 
- 
                  
                  特定の年齢未満のユーザからのアクセスであるかどうかを取得します。 setChildDirectedで設定した値を返却します。 DeclarationObjective-C + (VAMPChildDirected)childDirected;Swift class func childDirected() -> VAMPChildDirectedReturn ValuesetChildDirectedで設定した値 
- 
                  
                  ユーザの同意ステータスを設定します。 ユーザの同意がある場合はkVAMPConsentStatusAcceptedをセットします。 DeclarationObjective-C + (void)setConsentStatus:(VAMPConsentStatus)consentStatus;Swift class func setConsentStatus(_ consentStatus: VAMPConsentStatus)ParametersconsentStatus同意ステータス( VAMPConsentStatus 参照) 
- 
                  
                  ユーザの同意ステータスを取得します。 setConsentStatusで設定した値を返却します。 DeclarationObjective-C + (VAMPConsentStatus)consentStatus;Swift class func consentStatus() -> VAMPConsentStatusReturn ValuesetConsentStatusで設定した値 
- 
                  
                  GDPRの対象ユーザで特定の年齢未満であるかどうかを設定します。 以下のアドネットワークと連動します。 (AdMob、LINEAds) DeclarationObjective-C + (void)setUnderAgeOfConsent:(VAMPUnderAgeOfConsent)underAgeOfConsent;Swift class func setUnderAgeOfConsent(_ underAgeOfConsent: VAMPUnderAgeOfConsent)ParametersunderAgeOfConsent特定の年齢未満のユーザかどうか 
- 
                  
                  GDPRの対象ユーザで特定の年齢未満であるかどうかを取得します。 setUnderAgeOfConsentで設定した値を返却します。 DeclarationObjective-C + (VAMPUnderAgeOfConsent)underAgeOfConsent;Swift class func underAgeOfConsent() -> VAMPUnderAgeOfConsentReturn ValuesetUnderAgeOfConsentで設定した値 
 View on GitHub
View on GitHub VAMPPrivacySettings Class Reference
        VAMPPrivacySettings Class Reference