All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.chrome.devtools.client.core.page.InterstitialHiddenEvent Maven / Gradle / Ivy

package com.hubspot.chrome.devtools.client.core.page;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.hubspot.chrome.devtools.client.core.Event;

/**
 * Fired when interstitial page was hidden
 */
public final class InterstitialHiddenEvent extends Event {
  @JsonCreator
  public InterstitialHiddenEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy