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

com.hubspot.chrome.devtools.client.core.page.InterstitialShownEvent 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 shown
 */
public final class InterstitialShownEvent extends Event {
  @JsonCreator
  public InterstitialShownEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy