-
public final class PageEvent.LifecycleEventEvent extends PageEvent
Fired for top level page lifecycle events such as navigation, load, paint, etc.
-
-
Constructor Summary
Constructors Constructor Description LifecycleEventEvent(String frameId, String loaderId, String name, Double timestamp)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Doublecomponent4()final PageEvent.LifecycleEventEventcopy(String frameId, String loaderId, String name, Double timestamp)final StringgetFrameId()Id of the frame. final StringgetLoaderId()Loader identifier. final StringgetName()final DoublegetTimestamp()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Double component4()
-
copy
final PageEvent.LifecycleEventEvent copy(String frameId, String loaderId, String name, Double timestamp)
-
getFrameId
final String getFrameId()
Id of the frame.
-
getLoaderId
final String getLoaderId()
Loader identifier. Empty string if the request is fetched from worker.
-
getTimestamp
final Double getTimestamp()
-
-
-
-