Exemplo n.º 1
0
 /// <summary>
 /// Decide if Chartboost SDK should block for an age gate.
 /// </summary>
 /// <param name="shouldPause">true if Chartboost should pause for an age gate, false otherwise.</param>
 public static void setShouldPauseClickForConfirmation(bool shouldPause)
 {
     CBExternal.setShouldPauseClickForConfirmation(shouldPause);
 }