/**
  * Sets the callback that indicates the current date is valid.
  *
  * @param callback the callback, may be null
  * @hide
  */
 public void setValidationCallback(@Nullable ValidationCallback callback) {
   mDelegate.setValidationCallback(callback);
 }