Show / Hide Table of Contents

Enum AN_BillingClient.ChildDirected

Developers are able to specify whether you would like your app to be treated as child-directed for purposes of the Children’s Online Privacy Protection Act (COPPA) - .

Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public enum ChildDirected

Fields

Name Description
ChildDirected

App indicates its ad requests should be treated as child-directed.

NotChildDirected

App indicates its ad requests should NOT be treated as child-directed.

Unspecified

App has not specified whether its ad requests should be treated as child directed or not.

In This Article
Back to top Generated by DocFX