Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

set ads for children admob unity

//In your Request Ad function, type this
AdRequest.Builder builder = new AdRequest.Builder();
builder = builder.TagForChildDirectedTreatment(true);
AdRequest request = builder.Build();

ad.LoadAd(request, adID);
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity change tag of go 
Csharp :: get current directory cosmos 
Csharp :: stock span problem c# 
Csharp :: jitter on collision for 2 rigid bodies 
Csharp :: serializefield for animator 
Csharp :: change a dropdown to a specific option via script 
Csharp :: random character c# 
Csharp :: get random from list c# 
Csharp :: load prefab in script unity 
Csharp :: C# metodas duomenu paemimui veiksmams ir grazinimui 
Csharp :: c# check if string is directory 
Csharp :: c# multiline string with variables 
Csharp :: typeahead causing validation error asp 
Csharp :: camera follow player 
Csharp :: how to show a reference in unity 
Csharp :: c# file exist 
Csharp :: iterate through xpdictionary devexpress 
Csharp :: void on collision enter 2d 
Csharp :: get all sundays between two dates c# 
Csharp :: how to remove last 3 characters from string in c# 
Csharp :: how to take user input in string in c# 
Csharp :: c# + longest streak in strings 
Csharp :: unity c# delay function 
Csharp :: unique id c# 
Csharp :: c# decimal to hex 
Csharp :: unity 2d joystick controls 
Csharp :: lat long data type c# 
Csharp :: c# random generator 
Csharp :: how to make a enum list in c# 
Csharp :: c# array of strings 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =